Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 252 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 252 Bytes

NES Emulator in WASM

Prerequisite

  • Docker
  • npm (npx)
  • make

Getting started

npm install
make build
make serve

Your emulator should be running on localhost:3000/nes

NES Emulator forked from https://github.com/amhndu/SimpleNES