19 lines
No EOL
450 B
Markdown
19 lines
No EOL
450 B
Markdown
# Chip-8 Emulator Written in C
|
|
|
|

|
|
|
|
## Resources I used for this project
|
|
- 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
|
|
|
|
## Required libraries
|
|
- All you need is [raylib](https://www.raylib.com/)
|
|
|
|
## Installation
|
|
|
|
After installing raylib on your machine:
|
|
|
|
> cd src
|
|
> make
|
|
> ./chip-8 ../res/roms/games/br8kout.ch8 |