| Crates.io | retroboy_chip8 |
| lib.rs | retroboy_chip8 |
| version | 0.1.0 |
| created_at | 2024-03-02 07:41:53.664432+00 |
| updated_at | 2024-03-02 07:41:53.664432+00 |
| description | RetroBoy Chip-8 emulator |
| homepage | |
| repository | https://github.com/Latias94/retroboy |
| max_upload_size | |
| id | 1159562 |
| size | 21,726 |
A Chip-8 emulator
Install Just.
# run default rom: Tetris
just chip8
# custom rom
just chip8 "assets/roms/chip8/games/Pong (1 player).ch8"
cargo install wasm-pack
# build wasm and run
just chip8-web
If you meet failed to download binaryen-version_xxx-xxx error, you can follow this issue to fix it.