nes web:将经典NES游戏转变为多人在线游戏 源码
网络 使用对等连接,在Web浏览器上进行多人在线经典NES游戏。 支持游戏手柄。 支持游戏手柄模拟(键盘)。 支持全屏。 支持多种语言。 如何使用这张图片 在主机网络上运行 为了简单起见,本示例使用主机网络。 另请注意-v参数。 此目录将用于存储NES rom和屏幕图像。 sudo docker run -d \ --name nes-web \ -p 8080:8080 \ -v ~ /data/roms:/data/roms \ -v ~ /data/screen:/data/screen \ nfam/nes-web / data /
文件列表
nes-web:将经典NES游戏转变为多人在线游戏
(预估有个152文件)
.gitignore
12B
Dockerfile
192B
keyboard.component.svg.html
6KB
controller.component.html
1KB
joystick.component.svg.html
9KB
settings.component.html
1KB
language.component.html
1KB
app.component.html
196B
overlay-button.component.html
397B
game-list.component.html
718B
暂无评论