Log In  


Cart #yumagimehu-1 | 2025-07-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Hello everyone!

For my first game i wanted to make something simple and common, mostly for practice. Though I do hope you all enjoy it, it's my first game made in Pico-8 and I wanted to share it with you all, in case someone out there would enjoy it! I may post more in the future if i feel compelled to do so by some mysterious force, but until then, Thank you! And have fun!


(feel free to leave feedback and bugs below :) thanks!)


Patch Notes:
v1.2:

-remade the sprites for the snake, apple, and map.
-changed from difficulties to modes
-added a challenge mode with exponential speed increases
-remade the score display
-fixed a bug where you could turn 180° and crash into yourself
-changed the text that displays when you crash
-the code is at least 3x more jank then before


Known Issues:

-you can still crash into yourself if you turn 90° twice before you move a space
-an apple can spawn under your body, making it impossible to collect until you move off it


Older versions of the game are archived below:
v1.1

Cart #yumagimehu-0 | 2025-06-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3


Good job with the game. :) There is great artwork in sprites, so do finnish the game. It will be fun!

There's a common issue found in many Snake games that seems to be present in your game as well: if the player presses the key for the opposite direction (e.g., left when moving right), the snake immediately crashes into itself. Adding a check to ignore opposite-direction inputs should fix this.


thanks for the info! i updated the game to v1.2 and took some of your feedback into account, i probably could've done a better job then i did so i might come back to it but thank you regardless!



[Please log in to post a comment]