0.6.0 • Published 7 years ago

20k-demo-road v0.6.0

Weekly downloads
38
License
AGPL-3.0
Repository
github
Last release
7 years ago

road

An incomplete game of cars used as playground / sandbox to test some personal ideas about game development in javascript.

At the current state shouldnt be useful for anyone, just a pile of garbage.

But feel free to read through anyways :)

Requirements

  • node
  • yarn
  • cordova

Installation

yarn install
yarn create

Test in the browser

yarn start

Generate dev bundles and copy to Cordova subfolder

yarn build

Test with the device plugged

yarn debug

Generate a minified / optimized build

yarn release