Project that aims at remaking Megaman 2 in JavaScript using WebGL as renderer.
Follow the project blog at https://medium.com/recreating-megaman-2-using-js-webgl
See the v0.1 demo video: https://www.youtube.com/watch?v=LQHTdmzcV3E (lagging introduced by screen capture).
####Running locally in Chrome
To run project locally without a web server, Chrome needs to be started with --allow-file-access-from-files flag.
Windows:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files
OSX
open -a "Google Chrome" --args --allow-file-access-from-files