Tetroniformer by SquiggelSquirrel
First time submitting to Ludum Dare, here's a 2D puzzle platformer with falling tetronimos.
| Link | https://github.com/SquiggelSquirrel/Tetroniformer |
| Link | https://squiggelsquirrel.itch.io/tetroniformer |
| Original URL | https://ldjam.com/events/ludum-dare/54/tetroniformer |
Ratings
| Given | 7🗳️ | 4🗨️ |
As I said, I like the concept though, with a slightly smoother UX it would be quite interesting. Great job for a compo game :smile:

I also fell into a hole without being able to escape.
@ackbad Yes, getting the pickup to work at all was tricky, and with more time I would aim to improve it. I was thinking that better visual feedback on the targetting would be a start.
Getting crushed by a resting block sounds like a bug, though thinking on it the blocks only determine if they are "resting" by attempting to move into a space and being unable to do so, if you happened to be jumping against the bottom when the drop timeout hits, I can see that happening. I guess ideally the block should check whether they are in a resting position after each successful drop instead.
I appreciate that missing a jump and having to restart would be frustrating, but I also wanted to include being unable to jump over a wall, and needing to use blocks to make steps. So I'm not sure how to fix that. Maybe shorter levels with a more convenient restart, or a respawn waypoint that doesn't restart the whole level... I'd have to think about that.
@5mixer I think with more time I'd have the carried block move away from you if you moved/jumped towards it, I did find during testing that pulling the blocks along behind you was easier than pushing them.
But overall yes, I wish I'd been able to spend less time fixing technical issues and more time on UX refinement and level design. Definitely a good lesson for me, for future game jams.
@godsboss Yep, that looks like you're stuck. I'm not sure I could re-design to make getting stuck more difficult, but maybe smaller levels and a no-confirm quick restart button would be the way to go?
I made a row of more than 10 cubes, and only 10 cubes disappeared.
I agree with a comment above: a quick restart key would be useful
I think some music would have been good to keep engagement.
With a bit of polish on the game controller, and QOL features such as instant restarts etc. this would be a great game.
Overall, nice entry.