Skip to content

squer-solutions/nes-emulator-bfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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