Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 470 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 470 Bytes

Nes

Nes Emulator for meteor application.

Install and Run

$ git clone https://github.com/yasaricli/nes.git
$ cd nes
$ meteor npm install
$ meteor

Import a Games

$ mongorestore -h 127.0.0.1:3001 --db meteor .backups/02162021/nes

THANKS

JavaScript NES emulator and emulation library @jpikl - cfxnes