Show HN: Chip-8 emulator written in JavaScript
28 points
3 days ago
| 2 comments
| github.com
| HN
atum47
3 days ago
[-]
Hi everyone, this was my first attempt at writing an emulator. I went with the Chip 8 cause it seemed to be the easiest one. I then used tiny.js to manage some aspects of the display; I was trying to emulate that glow from an old monitor
reply
atum47
3 days ago
[-]
I've used this guide [1] to help me understand the instructions.

1 - https://tobiasvl.github.io/blog/write-a-chip-8-emulator

reply
ghffcvb
2 days ago
[-]
Nice work!
reply
atum47
2 days ago
[-]
thanks
reply