Log In  


Cart #loca_conda-1 | 2020-11-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15

Inspired by a game on Amstrad CPC this is my attempt make a game in the snake category. This is my first ever pico8 game.

15 Levels
2 Types of enemy, CPU controlled snakes and the vicious seeker.
3 Types of bonus
S to make your snake short
L to gain a new life
Ghost gain one new life every three levels.

I hope you all enjoy this as much as I enjoyed playing the original.

Level music by @SmellyFishstiks

Update v1.1
Minor update to allow input buffering as suggested.

15


3

Nice snek game. That title screen animation is amazing.


Looks great! I'd like a key caching, so when I press e.g. "right" and "up" when moving down very fast, the snake would not only turn right, but also then up on the next tick, and the key press won't be lost.


@Zverik I think this new version does what you wanted. I actually mentioned that this may be necessary in the WIP thread for this.

@olus2000 this is what you and I were discussing before it actually wan't that much work. https://github.com/Athas1980/loca-conda/commit/3ff2430a8c52a52056b14bc17a950b7ae120ab06


1

Much better now, thanks!


1

@Athas this code looks clean! Good work, I've never felt so precise in a snake game before, it even changes the feel of the slower levels!


@Zverik, @olus2000 thanks for the feedback. It helps this get better.



[Please log in to post a comment]