chip-8/README.md

10 lines
285 B
Markdown
Raw Normal View History

2023-12-26 13:26:54 +01:00
# chip-8 emulator in C
2023-12-24 16:46:00 +00:00
2023-12-26 13:26:54 +01:00
## 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
2023-12-24 16:46:00 +00:00
2023-12-26 13:26:54 +01:00
## Libraries
- All you need is [raylib](https://www.raylib.com/)