Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 413 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 413 Bytes

JSNES

A JavaScript NES emulator.

Build

To build a distribution, you will need jake:

$ sudo gem install jake

Then run:

$ jake

This will create jsnes-min.js and jsnes-src.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.