This is a basic example cart in Javascript for the null0 game-engine.
Carts run natively, and on the web. This repo will auto-publish to github-pages on push, so users can check out your cart without installing anything.
They can also install the native runtime and use it to run your cart.
There are 2 actions:
- Publish demo to github-pages - this happens on any push
- Attach current version of your cart to any releases that are created (like here)
Then you can do this:
# start a local updating web-server that builds
npm start
You will find your cart in webroot/mygame.null0
After this, create a github-release, and your cart will show up on releases (like here).