Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 421 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 421 Bytes

JSNES

A JavaScript NES emulator.

Build

To build a distribution, you will Grunt:

$ sudo npm install -g grunt-cli

Then run:

$ npm install
$ grunt

This will create jsnes.js and jsnes-min.js in build/.

Benchmark

The benchmark in test/benchmark.js is intended for testing JavaScript engines. It does not depend on a DOM or Canvas element etc.