sipsi-8/README.md

44 lines
560 B
Markdown
Raw Normal View History

2018-09-20 20:54:51 +00:00
Name
----
"Sipsi" is Finnish for a potato chip.
Usage
-----
python3 sipsi-8.py path/to/chip-8/file
Input
-----
Hardcoded (sorry)
1 2 3 4
Q W E R
A S D F
Z X C V
which maps to
1 2 3 C
4 5 6 D
7 8 9 E
A 0 B F
Games
-----
2018-09-21 12:21:26 +00:00
Get some [here](http://www.pong-story.com/chip8/) or [here](https://github.com/dmatlack/chip8/tree/master/roms)
2018-09-20 20:54:51 +00:00
Code quality
------------
Pretty bad
Emulation speed
---------------
Instructions are run 500 times a second
Requirements
------------
* pyglet (`pip3 install pyglet`)
License
-------
Creative Commons Zero 1.0