A simple Chip8 emulator/interpreter written in vanilla JS.
- Runs on the browser, accessible here๐
- Debugging UI inspired by this X post
- Used Tobias's excellent Chip8 emulation guide as reference
- No external dependencies and libraries used
- Wanted to get started with emulator programming somehow, and Chip8 seemed like a good starting point
- Wanted to use barebones HTML, CSS, and vanilla JS for something "lower level"
- Got a little bored of CRUD apps ๐
- I might get into Gameboy emulation later, with a different language
- Not very likely, but I could add support for SuperChip and Chip48 with mode switching