blob: fa3da14e66fb5d9fa380930b02eab1aeb7c2401c (
plain)
1
2
3
4
5
6
7
8
9
|
# chip-8 emulator in C
## Resources that I used for this projects
- See in `res/`
- https://tobiasvl.github.io/blog/write-a-chip-8-emulator/#ex9e-and-exa1-skip-if-key
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
## Libraries
- All you need is [raylib](https://www.raylib.com/)
|