Chip-8 Emulator in Zig and SDL2.
Building Zhip8 from source is done with zig build.
git clone https://github.com/HRuivo/zhip8
cd zhip8
zig build
Run with a ROM to be loading into memory.
zig build run -- <ROM_NAME>
zig build run -- TETRIS
- Error handling
- Stack Overflow handling
- Graphics Abstraction Layer
- Input handling
- Testing