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.
- Host: GitHub
- URL: https://github.com/patricktcoakley/chipsters
- Owner: patricktcoakley
- Created: 2023-12-14T01:08:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T16:17:08.000Z (10 months ago)
- Last Synced: 2025-02-13T09:31:46.970Z (8 months ago)
- Topics: chip8, emulator, macroquad, rust
- Language: Rust
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |