Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakardo/nessie
An NES emulator written in JavaScript
https://github.com/nakardo/nessie
emulator nes nintendo
Last synced: 2 months ago
JSON representation
An NES emulator written in JavaScript
- Host: GitHub
- URL: https://github.com/nakardo/nessie
- Owner: nakardo
- License: mit
- Created: 2017-01-31T17:20:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T17:32:41.000Z (9 months ago)
- Last Synced: 2024-10-29T21:31:51.835Z (3 months ago)
- Topics: emulator, nes, nintendo
- Language: JavaScript
- Homepage: https://nakardo.github.io/nessie
- Size: 4.55 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦕
Nessie is an NES emulator written in JavaScript which runs both server side or the browser. Nessie is currently WIP and aimed at learning, not focused on accuracy or compatibility with most of the NES romset.
There's plenty of great OSS emulators, more stable and with wider support if that's what you're looking for. Here's some that Nessie got inspired by:
- https://github.com/bfirsh/jsnes
- https://github.com/fogleman/nes### Captures
![donkey](assets/donkey.gif)
![baseball](assets/baseball.gif)
![road-fighter](assets/road-fighter.gif)### Controllers
| Button | Key |
|------------|------------|
| Directions | Arrow Keys |
| B | Z |
| A | X |
| Start | Enter |
| Select | Shift |### Usage
See [examples](https://github.com/nakardo/nessie/tree/master/examples).