Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.96 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.96 KB

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