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

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
.nes extension..png and have the same base name with the corresponding ROM.Just navigate to http://{{address}}:8080/.
Content type
Image
Digest
Size
26 MB
Last updated
over 7 years ago
docker pull nfam/nes-web