Skip to content

notnullgames/cart_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic example cart in Javascript for the null0 game-engine.

usage

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.

github

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)

developing

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).

About

Example cart for null0 using Javascript

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published