Snake game for CHIP-8
Go to file
Juhani Krekelä 75d30fb831 Add a README 2023-01-14 22:52:57 +02:00
.gitignore First commit 2023-01-10 21:55:27 +02:00
CC0 First commit 2023-01-10 21:55:27 +02:00
Makefile Run sipsi-8 at 900Hz for full-speed experience 2023-01-14 22:43:25 +02:00
README Add a README 2023-01-14 22:52:57 +02:00
mato8.asm Add scoring 2023-01-14 22:43:49 +02:00

README

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
4 left
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, which you can get from
https://github.com/wernsey/chip8

License
-------
Mato8 is released under CC0 1.0.