- Run on the web
- Use raylib with raygui intermediate mode ui
- C99
on linux:
make
./sheep8
on everywhere else:
write the build system config yourself im lazy
https://tobiasvl.github.io/blog/write-a-chip-8-emulator/
https://chip8.danirod.es/docs/current/chip8.html
https://github.com/Timendus/chip8-test-suite
- refactor
- wasm
- better way for user to specify roms filepath than argv[1]
- sound
- keyboard
- buttons