1 个不稳定版本
0.1.0 | 2024年3月2日 |
---|
#145 在 模拟器
在 retroboy 中使用
26KB
512 行
RetroBoy Chip-8
Chip-8 模拟器
构建
安装 Just.
使用 SDL2 构建
# run default rom: Tetris
just chip8
# custom rom
just chip8 "assets/roms/chip8/games/Pong (1 player).ch8"
使用 WebAssembly 构建
cargo install wasm-pack
# build wasm and run
just chip8-web
如果遇到 failed to download binaryen-version_xxx-xxx
错误,您可以按照此 问题 进行修复。
待办事项
- 添加声音
参考文献
依赖项
~0.6–3MB
~55K SLoC