Ghip8
Chip8 emulator written in Go with many game ROMs included.
Run
- Install glfw dependencies
- Run:
go run .
Usage
- Select a ROM to play on the menu screen.
- Enjoy.
Key mapping
Chip8 has 4×4 keypad which key mapping is like this:
123C
456D
789E
A0BF
This is mapped to your qwerty keyboard like this:
1234
QWER
ASDF
ZXCV
ESC
quits the emulator (on the menu screen) or the current game (on the game screen).