A CHIP-8 emulator, with extensions.
- Customizable clock speed, refresh rate
Games tested
- Breakout
- [TBD] Monochrome -> Color (learn colors with CNN?)
- To run the emulator, we use a custom Docker image to run Ubuntu desktkop along with a VNC server, which can then be accessed from the browser at http://localhost:3000
- Quick start guide:
-
- Create a build:
make clean && make build
- Create a build:
-
- Start the container:
make desktop
- Start the container:
-
- Access Ubuntu via browser-based VNC client at http://localhost:3000
-
- Run the emulator:
/home/nacho-8/build/nacho-8
- Run the emulator:
-