Skip to content

LCD game library in html5/javascript, to recreate simulations of 80s Game & Watch by Nintendo and other electronic handheld games like Tandy, Sunwing, Mini Arcade etc. Currently supports playable simulators of Donkey Kong II, Mario Bros, Highway, Sea Ranger, Tom's Adventure, Jungle Kong, Eagle n Chicken and Mario's Cement Factory, incl. online h…

License

arminrosu/super-lcdgame.js

 
 

Repository files navigation

super-lcdgame.js 🎮

This project is a fork of lcdgame.js.

Run

You need to build the sources using yarn build and run a webserver using yarn serve:local.

A preview is available here.

Changes from lcdgame.js

  • replaces <canvas /> with <svg />.
  • drops support for browsers who don't support ES2020.
  • add Typescript support (in progress).
  • remove online tracking of Highscores, to comply with privacy laws and not require a consent banner

License & Copyright

As most of the code in this repository was authored by Bas de Reuver and he retains the copyright, that is still the case. Files copyrighted by him will contain the copyright header.

The artwork is licensed under Creative Commons Attribution-NonCommercial 4.0 International license by Bas de Reuver.

All other code is licensed under the ISC License.

See also

About

LCD game library in html5/javascript, to recreate simulations of 80s Game & Watch by Nintendo and other electronic handheld games like Tandy, Sunwing, Mini Arcade etc. Currently supports playable simulators of Donkey Kong II, Mario Bros, Highway, Sea Ranger, Tom's Adventure, Jungle Kong, Eagle n Chicken and Mario's Cement Factory, incl. online h…

Resources

License

Stars

Watchers

Forks

Languages

  • HTML 59.6%
  • JavaScript 24.5%
  • TypeScript 12.1%
  • Python 3.8%