Skip to content

ls2uper/jsnes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.7%
  • HTML 3.0%
  • CoffeeScript 0.3%