Update readme
This commit is contained in:
parent
311aff4c08
commit
70525fa83d
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -7,5 +7,13 @@
|
||||||
- https://tobiasvl.github.io/blog/write-a-chip-8-emulator/#ex9e-and-exa1-skip-if-key
|
- https://tobiasvl.github.io/blog/write-a-chip-8-emulator/#ex9e-and-exa1-skip-if-key
|
||||||
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
|
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
|
||||||
|
|
||||||
## Reauired libraries
|
## Required libraries
|
||||||
- All you need is [raylib](https://www.raylib.com/)
|
- 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
|
Loading…
Add table
Reference in a new issue