chip-8/README.md
2023-12-26 17:58:04 +01:00

11 lines
328 B
Markdown

# Chip-8 Emulator Written in C
![Screenshot](res/screenshot.jpg)
## 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/)