- Programs should now render properly
- Input works
- Audio does not work at the moment
- a proper terminal or WSL2
- SDL2, SDL2_image, gcc or some othe C compiler
git clone https://github.com/Kenkrik/CHIP-8-Emulator
cd CHIP-8-Emulator
gcc -lSDL2 -o CHIP-8 chip8.c
./CHIP-8 path/to/the/ROM/file
./CHIP-8 roms/IBM\ Logo.ch8