On the bottom side by Jasuse
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!
| Link | https://jasuse.itch.io/on-the-bottom-side |
| Original URL | https://ldjam.com/events/ludum-dare/54/on-the-bottom-side |
Ratings
| Overall | 868th | 3.208⭐ | 26🧑⚖️ |
| Fun | 907th | 2.979⭐ | 26🧑⚖️ |
| Innovation | 272th | 3.708⭐ | 26🧑⚖️ |
| Theme | 314th | 4⭐ | 26🧑⚖️ |
| Graphics | 867th | 3⭐ | 26🧑⚖️ |
| Humor | 494th | 3.043⭐ | 25🧑⚖️ |
| Mood | 738th | 3.326⭐ | 25🧑⚖️ |
| Given | 31🗳️ | 7🗨️ |
*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 (<... check if both CTRL + W are pressed>) { 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. : )