A game for the 42nd Ludum Dare game jam ("running out of space"), made from scratch in ~40 hours.
Shrinkage is a take on Tetris where the difficulty is generated by the fact that the game area shrinks when you complete rows. Score combos to expand, or die when you run out of space…
Tested on Firefox 62 developer edition. Should work on all modern browsers.
This is a Node.js / Javascript project, so you need that and npm or yarn.
npm install
to get the dependencies, then run the dev script with
npm run dev
to start the dev server.