Skip to content

andyfgriffin/jsnes

 
 

Repository files navigation

JSNES

A JavaScript NES emulator.

Build

To run locally:

$ docker-compose up

And it'll be available at http://localhost

To build a distribution:

$ docker-compose run build 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • HTML 2.9%
  • Other 0.3%