Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squer-solutions/nes-emulator-bfs


https://github.com/squer-solutions/nes-emulator-bfs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# NES Emulator in WASM
## Prerequisite
* Docker
* npm (npx)
* make

## Getting started
```sh
npm install
make build
make serve
```
Your emulator should be running on `localhost:3000/nes`

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