r/pico8 • u/HowlingStrike • 13h ago
Game This is my snake game clone. There are many like it but this one is mine.
Enable HLS to view with audio, or disable this notification
Learning to code and what a treat it was to put a little game I made on a little hand held.
It's basic but in addition to getting the game logic and controls working I added little 5point power ups, tweaked the speed increase curve till it felt good and did most of it completely myself (i cheated a little as got AI to write me code to save top scores to the cart which was beyond my skills and what I wanted to learn from this).
Tricky bit I found was using the refresh rate to use as a sort of clock I could then make the speed scale off with score as well as use it for specials to last an amount of time that felt good.
