Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 538 Bytes

File metadata and controls

45 lines (32 loc) · 538 Bytes

NOTE:

Only tested on Linux.

Requirement:

SDL2

Building:

cd src/

make

Running:

cd bin/

./chip-oct (rom_file)

Running in GUI mode:

./chip-oct

Opening ROM directly in terminal:

./chip-oct rom_file

Controls:

ESC - Quit

F1 - Restart game

Key-Bindings:

CHIP-8 Keypad

1 2 3 C
4 5 6 D
7 8 9 E
A 0 B F

Keyboard

1 2 3 4
Q W E R
A S D F
Z X C V