Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 461 Bytes

SimpleSnake

A simple snake game done in PICO-8. Some comments are in the code, but i think because it is so simple, there is not much needed.

Some facts:

  • 4 pixel gridsize
  • animated fruit
  • highscore handling
  • 7 sprites needed (4xhead,1xbody,2xfruit)
  • speed increases every 7 segs
  • when you get rid of the debug code, the game is about 800 tokens

image