Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuzilin/electron-fc
A electron based famicom(NES) emulator
https://github.com/zhuzilin/electron-fc
electron electron-fc emulator famicom games nes
Last synced: about 1 month ago
JSON representation
A electron based famicom(NES) emulator
- Host: GitHub
- URL: https://github.com/zhuzilin/electron-fc
- Owner: zhuzilin
- License: mit
- Created: 2019-07-13T19:43:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:06:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T12:12:49.075Z (almost 2 years ago)
- Topics: electron, electron-fc, emulator, famicom, games, nes
- Language: JavaScript
- Size: 4.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-fc
A electron based famicom(NES) emulator.![super mario bro](https://github.com/zhuzilin/electron-fc/blob/master/img/sm.gif?raw=true) ![super mario bro](https://github.com/zhuzilin/electron-fc/blob/master/img/pacman.gif?raw=true)
## How to start the game
```
yarn
yarn start
```
For now, if you want to change game, please change the directory in `js/famicom.js`. And only mapper 000 (NROM) games are supported.
## Control
The basic control is:W, A, S, D: up, left, down, right,
J: A, K: B, U: select, I: start
## Acknowledgement
The emulator is mainly base on [StepFC](https://github.com/dustpg/StepFC). If you know Chinese, it is an excellent tutorial on writing fc emulator!## TODOs
Tons of work undone, like mappers, audio. Will continue after I find a job😛.