Skip to content

An attempt to remake Megaman 2 in JavaScript with the end goal being a reusable platform engine.

Notifications You must be signed in to change notification settings

The8BitsGames/megamanjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

megamanjs Build Status

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

About

An attempt to remake Megaman 2 in JavaScript with the end goal being a reusable platform engine.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 1.4%
  • CSS 1.0%