summaryrefslogtreecommitdiff
path: root/README.md
blob: b38ca106f6d47791118938696f23ec7368b3ea35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Chip-8 Emulator Written in C

![Screenshot](res/screenshot.jpg)

## 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