https://github.com/willguimont/chip8
Chip8 emulator in Rust
https://github.com/willguimont/chip8
Last synced: 10 months ago
JSON representation
Chip8 emulator in Rust
- Host: GitHub
- URL: https://github.com/willguimont/chip8
- Owner: willGuimont
- License: mit
- Created: 2020-05-25T03:07:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T01:22:14.000Z (about 2 years ago)
- Last Synced: 2025-04-05T03:02:41.418Z (over 1 year ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chip8
A CHIP-8 emulator written in Rust.
## Usage
```bash
cargo run --release -- --rom --scale
# e.g.
cargo run --release -- --rom rom/PONG2 --scale 10
```
Keys are mapped to 1-4, Q-R, A-F, and Z-V.