On the bottom side
Reinterpretation of famous "arcade puzzle".
Avoid getting crushed by pieces, push landed pieces into lines and get powerups!
AD, Space - Movement
Ctrl - grab
DISCLAIMER: Avoid pressing CTRL+W as it closes page of the game, _sorry!_



Comments16
*However* I can't get too far in the game.. since *I die very easily*...
If the game is less punishing, interest would be retained for longer. : ))
*For the CRTL + W issue* - if you can add some JavaScript code with the page load (even if you are not using JS for the game), it should be quite easy to do sth like `document.addEventListener('keydown', (e) => if () { e.preventDefault() })` to get rid of this nasty issue :/ which can cause frustration.
All in all, super cute game! Although a few issues to get rid of. : )