Not Puyo
what is it?
A very crude puyo puyo clone, without most of the chain clearing mechanics.
You move the blobs left and right as they go down the screen. Clearing lines is
done if 4 of the same colour are in a row horizontally or vertically (closer to
tetris than Puyo Puyo).
You lose when your stack reaches the top of the
screen (you drop a blob on a stack higher than the max limit).
Its function was more of a test for my actual actual A-level project.
What is Puyo Puyo?
Essentially, a long-running Tetris-like puzzle game series, where instead of blocks you drop blobs, and instead of clearing lines your focus is on chains.
A chain is where clearing one clump of same-coloured blobs triggers another clump of blobs to be cleared (basically clearing blobs consecutively).
4 or more connected blobs don't have to be all horizontal like in Tetris. They can connect both horizontally and vertically. Pairs of blobs are dropped at a time (they don't have to be the same colour as each other).