Started as just a quick port of Chipster8 to Rust with Macroquad.
cargo run <rom_path>
, where <rom_path>
is a file or a folder.
Chip8 | Chipster8 |
---|---|
1 | 1 |
2 | 2 |
3 | 3 |
C | 4 |
4 | Q |
5 | W |
6 | E |
D | R |
7 | A |
8 | S |
9 | D |
E | F |
A | Z |
0 | X |
B | C |
F | V |
Feature | Key |
---|---|
Move Selection | Up/Down |
Load Selection | Enter |
Feature | Key |
---|---|
Pause/Resume | Space |
Quit Game/Exit ChipsteRS | Escape |