项目详情
由
分享


HelloGitHub 评分
0 人评分
开源•MIT
认领
讨论
收藏
分享
4.8k
星数
否
中文
Go
主语言
否
活跃
8
贡献者
12
Issues
否
组织
0.1
最新版本
235
Forks
MIT
协议
更多

Gameboy 模拟器,还可以通过 socket 远程玩
```
# 下载
git clone https://github.com/HFO4/gameboy.live.git
# 运行
cd gameboy.live
go build -o gbdotlive main.go
# 命令说明
Usage of gbdotlive:
-G Play specific game in Fyne GUI mode # 用 Fyne GUI 模式玩游戏,会弹出一个窗口
-c config # 配置文件路径
Set the game option list config file path
-d Use Debugger in GUI mode # GUI 的 debug 模式
-f FPS
Set the FPS in GUI mode (default 60) # FPS 设定
-g Play specific game in GUI mode (default true) # 是否默认启动 GUI
-h This help # 显示帮助
-m Turn on sound in GUI mode (default true) # GUI 模式下是否有声音
-p port
Set the port for the cloud-gaming server (default 1989) # 默认监听端口,可以用 Telnet 玩
-r ROM # 游戏 ROM 的路径
Set ROM file path to be played in GUI mode
-s Start a cloud-gaming server # 启动服务器,用 Telnet 玩
```
收录于:
第 38 期
评论
评分:
暂无精选评论