An open API service indexing awesome lists of open source software.

https://github.com/patricktcoakley/chipsters

Just another Chip8 emulator in Rust using Macroquad.
https://github.com/patricktcoakley/chipsters

chip8 emulator macroquad rust

Last synced: 6 months ago
JSON representation

Just another Chip8 emulator in Rust using Macroquad.

Awesome Lists containing this project

README

          

# ChipsteRS

Started as just a quick port of [Chipster8](https://github.com/patricktcoakley/Chipster8) to Rust
with [Macroquad](https://macroquad.rs).

## Usage

`cargo run `, where `` is a file or a folder.

## Controls

### Game Controls

| 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 |

### Menu Controls

| Feature | Key |
|----------------|---------|
| Move Selection | Up/Down |
| Load Selection | Enter |

### Extra Controls

| Feature | Key |
|--------------------------|--------|
| Pause/Resume | Space |
| Quit Game/Exit ChipsteRS | Escape |