2023-12-26 17:58:04 +01:00
|
|
|
# Chip-8 Emulator Written in C
|
|
|
|
|
|
|
|

|
2023-12-24 16:46:00 +00:00
|
|
|
|
2023-12-26 20:05:20 +01:00
|
|
|
## Resources I used for this project
|
2023-12-26 13:26:54 +01:00
|
|
|
- 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 20:55:33 +01:00
|
|
|
## Required libraries
|
2023-12-26 13:26:54 +01:00
|
|
|
- All you need is [raylib](https://www.raylib.com/)
|
2023-12-26 20:55:33 +01:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
After installing raylib on your machine:
|
|
|
|
|
|
|
|
> cd src
|
|
|
|
> make
|
|
|
|
> ./chip-8 ../res/roms/games/br8kout.ch8
|