Skip to content
/ nes-web Public
forked from nfam/nes-web

Turn classic NES games to Multiplayer Online Games.

License

Notifications You must be signed in to change notification settings

leimao/nes-web

 
 

Repository files navigation

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

Build Docker image

sudo docker build -f docker/amd64.Dockerfile -t nfam/nes-web .

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.

sudo docker run -d \
    --name nes-web \
    -p 8080:8080 \
    -v ~/data/roms:/data/roms \
    -v ~/data/screen:/data/screen \
    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/.

About

Turn classic NES games to Multiplayer Online Games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.9%
  • HTML 17.0%
  • JavaScript 11.4%
  • SCSS 5.5%
  • Other 0.2%