A CHIP-8 emulator written in rust! As of today, it only works with pong...
theres a submodule here to use pixels, dont forget to pull it!
- Computer Keyboard:
1 | 2 | 3 | 4 |
Q | W | E | R |
A | S | D | F |
Z | X | C | V |
- CHIP-8 Keyboard:
1 | 2 | 3 | C |
4 | 5 | 6 | D |
7 | 8 | 9 | E |
A | 0 | B | F |
- ✅ test_opcode.ch8
- ❓ 1-chip8-logo.ch8
- ✅ 3-corax+.ch8
- ✅ 4-flags.ch8
- ❌ 5-quirks.ch8
- ✅ 6-keypad.ch8
- ❓ BC_test.ch8
- ✅ PONG
- ⚪ TETRIS
- ⚪ INVADERS