My take on the ubiquitous CHIP-8 emulator in C as both an exercise in C and learning about emulators.
cd ./buid/
cmake
make
make run
The code should run the Tetris ROM in ./roms/
cd ./build/
make tests && ./tests/tests
- Finish writing tests
- Port to ESP-32
- Add sound
- Weird graphical glitch