CHIP-8 is an interpreted programming language which was initially used in the late 1970s. It was made to allow more easily programed game for those computers. All programs written in CHIP-8 are run on a virtual machine which interprets each instruction.
Reference: Wikipedia
1 | 2 | 3 | 4 |
Q | W | E | R |
A | S | D | F |
Z | X | C | V |
This is the key mappings of the chip, use keyboard to control.
Install the pre-requisites:
- git
- libsdl2-2.0
- libsdl2-dev
Main data resource: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM