A JavaScript NES emulator.
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/
.
The benchmark in test/benchmark.js
is intended for testing JavaScript
engines. It does not depend on a DOM or Canvas element etc.