a CHIP-8 emulator written in Go
CHIP-8 is an interpreted programming language originally designed for hobby computers in the mid-70s.
Telmac 1800 running CHIP-8 game Space Intercept (Joseph Weisbecker, 1978)
Download chip8go and run the program. A file dialog will appear for you to choose a .ch8 game. Several quality public domain games are included in the games folder.
Enter resets the game
Game buttons are on the left side of your keyboard:
1 2 3 4
Q W E R
A S D F
Z X C V
Each corresponding to keys on the original CHIP-8 layout:
C D E F
8 9 A B
4 5 6 7
0 1 2 3
Qmove leftEmove right
1Move upQMove down
4Move upRMove down
WMove leftEMove rightQRotateAFast drop
QShoot leftWShoot upEShoot right





