Log In  


Cart #banditaccountancy-0 | 2025-03-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

very silly game. d-pad only. try to stay in the floooowww

10


Neat!


Hah this was great. Thanks for sharing


Pretty, simple, and silly; I like it. Bit ashamed I beat my high score of 10mn play just by pressing down the four directions with a slight delay so that the key auto repeats doesn't fall on the same frames, and luck grind for a couple minutes...
Plus it leads to an alternate final animation with mixed gems everywhere.

Took a peek at the code, and have a minor remark :
LUA already has a clamp function of sorts : mid()
The only difference in result is in the degenerate case where h<l :
mid would return the middle value of the three, where your clamp will return l .
If you have the tokens, I'd add assert(l<=h) to your clamp function, and if not, I'd use mid() instead.



[Please log in to post a comment]