mirror of
https://github.com/arnaucube/chip8-rs.git
synced 2026-03-22 23:46:40 +01:00
No description
- Rust 100%
| chip8 | ||
| roms | ||
| screenshots | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
chip8-rs
CHIP-8 emulator written in Rust.
(Done with the Go implementation: https://github.com/arnaucube/go-chip8)
https://en.wikipedia.org/wiki/CHIP-8
Usage
./chip8-rs --file roms/invaders.c8



