Snake game for CHIP-8
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Juhani Krekelä 9f59571d48 Fix bug with fruits spawning on top of snake 8 months ago
.gitignore First commit 8 months ago
CC0 First commit 8 months ago
Makefile Run sipsi-8 at 900Hz for full-speed experience 8 months ago
README.md Improve README.md 8 months ago
mato8.asm Fix bug with fruits spawning on top of snake 8 months ago

README.md

mato8

Mato8 is an implementation of the classic snake game for CHIP-8. You should run mato8 at a speed of at least 900 IPS for the intended experience.

Controls

      2 up
left 4 6 right
      8 down

NOTE: These are the CHIP-8 keys. Your implementation may map them to other keys, e.g. 2 q e s.

Building

Mato8 is meant to be built with c8asm

Running

Mato8 is tested to work with wernsey's chip8 and sipsi-8. Wernsey's Chip8 does not support audio and draws pixels at the edges of the screen at the wrong size. Sipsi-8 by default runs the game too slow, but you can tell it to run it at 900 IPS.

chip8 mato8.ch8
sipsi-8.py mato8.ch8 900

License

Mato8 is released under CC0 1.0.