Base code for creating 2D web games in javascript
These scripts do not requires any plugins, add-ons, or non-native libraries
Run index.html on any server (in order to fetch)
If you want to run server in local space...
python3 -m http.server 8080 -d path/to/your/project/Then you can run 0.0.0.0:8080/index.html in your browser.
index.html can be renamed.
Refeer to the github wiki page https://github.com/lililayer/LumiJS/wiki