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

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

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.