掌上游戏机
用Rust编写的GAMEBOY模拟器。
入门
# SDL2 is the only dependency not fetched as a crate
brew install sdl2 sdl2_image sdl2_gfx
# ^ Mac OS-specific
# See https://github.com/Rust-SDL2/rust-sdl2 for Windows, Linux instructions
cargo run
# Or
cargo run -r tetri
掌上游戏机
全功能的跨平台GameBoy模拟器。 永远的男孩! 。
您可以使用以下命令启动游戏,此处以内置游戏“ Boxes”为例:
$ cargo run --release -- "./res/boxes.gb"
支持以下选项:
-a, --enable-audio Enable audio, default is false
-x, --scale-factor Scale the video by a factor of 1, 2, 4, or 8
Gameboy由R