Skip to content(if available)orjump to list(if available)

Show HN: Chip-8 emulator written in JavaScript

atum47

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

atum47

I've used this guide [1] to help me understand the instructions.

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

ghffcvb

Nice work!

atum47

thanks