20k-demo-road
v0.6.0
Published
A small racing car game demo
Downloads
12
Readme
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