summaryrefslogtreecommitdiff
path: root/README.md
blob: 51fc9d52d9684a58c04918d646a8bfb0166ed8a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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/)