Yet another chip8 interpreter just for fun.
- SFML Graphics library for the window drawing, keyboard input and sound.
- g++
- make
Build
cd src/
make
Run
./chip8 <ROM-NAME> i.e ./chip8 zero
- Unit tests
- timeless debugger
- code refactor
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Yet another chip8 interpreter just for fun.
Build
cd src/
make
Run
./chip8 <ROM-NAME> i.e ./chip8 zero