Chipster
This is a small CHIP-8 interpreter built with Elm. Check out the source code here.
Most games seem to work properly and I've included a bunch of games that came with David Winter's interpreter (most, if not all of them, seem to be made by him).
Overall these are not the funniest games ever, but they are definitely interesting on their own and it was quite interesting to build this thing!
The CHIP-8 had a keyboard that looked like this:
1 | 2 | 3 | C |
4 | 5 | 6 | D |
7 | 8 | 9 | E |
A | 0 | B | F |
Which is mapped in this interpreter to:
1 | 2 | 3 | 4 |
Q | W | E | R |
A | S | D | F |
Z | X | C | V |
Status | Released |
Platforms | HTML5 |
Author | Jonathan Hernández |
Tags | Emulator |
Code license | MIT License |
Average session | A few seconds |
Languages | English |
Inputs | Keyboard |
Accessibility | High-contrast |
Leave a comment
Log in with itch.io to leave a comment.