项目作者: nfam

项目描述 :
Turn classic NES games to Multiplayer Online Games.
高级语言: TypeScript
项目地址: git://github.com/nfam/nes-web.git
创建时间: 2018-03-04T21:54:16Z
项目社区:https://github.com/nfam/nes-web

开源协议:GNU General Public License v3.0

下载


nes-web

travis appveyor license

Demo

Multiplayer Online Classic NES Games on Web Browser, using WebRTC Peer to Peer connection.

  • Supports Gamepad.
  • Supports Gamepad Simulation (Keyboard).
  • Supports Fullscreen.
  • Supports multiple languages.

Catalog
Multiplayer

How to use this image

Run on host networking

This example uses host networking for simplicity. Also note the -v argument. This directory will be used to store NES roms and screen images.

  1. sudo docker run -d \
  2. --name nes-web \
  3. -p 8080:8080 \
  4. -v ~/data/roms:/data/roms \
  5. -v ~/data/screen:/data/screen \
  6. nfam/nes-web
  • ROM file names in /data/roms must end with .nes extension.
  • Screen images must have .png and have the same base name with the corresponding ROM.

HTML

Just navigate to http://{{address}}:8080/.