lacendi / jsnes

A JavaScript NES emulator.

Home Page:http://fir.sh/projects/jsnes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A JavaScript NES emulator.

http://fir.sh/projects/jsnes/

License:GNU General Public License v3.0


Languages

Language:JavaScript 96.7%Language:HTML 3.0%Language:CoffeeScript 0.3%