erikwatson / Bramble

A little JS game engine for jamming on prototypes.
MIT License
0 stars 1 forks source link
creative-coding game-engine javascript

WARNING: This is not yet a stable API. It is very likely to change between now and 1.0.0, so don't build anything ambitious with it yet.

Bramble

A little JavaScript library for making Video Games.

Features

Authors

Package developers only

To publish

  1. Change and commit the code
  2. Run a production build with npm run build:prod
  3. Update the version number npm version major npm version minor or npm version patch
  4. npm run release