Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squer-solutions/nes-emulator-bfs
https://github.com/squer-solutions/nes-emulator-bfs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/squer-solutions/nes-emulator-bfs
- Owner: squer-solutions
- Created: 2023-09-20T09:37:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T09:27:36.000Z (over 1 year ago)
- Last Synced: 2023-09-23T06:58:29.183Z (over 1 year ago)
- Language: C++
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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