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:

123C
456D
789E
A0BF

Which is mapped in this interpreter to:

1234
QWER
ASDF
ZXCV
StatusReleased
PlatformsHTML5
AuthorJonathan Hernández
TagsEmulator
Code licenseMIT License
Average sessionA few seconds
LanguagesEnglish
InputsKeyboard
AccessibilityHigh-contrast

Leave a comment

Log in with itch.io to leave a comment.