Do you have your faith on your balls? Put your money in!
I've deployed two versions on my website:
GamBall -- Release Version (High Graphic Quality)
GamBall -- Release Version (Medium Graphic Quality)
GamBall -- Release Version (Low Graphic Quality)
GamBall -- Development Version (can use debug keys aka. cheating keys)
- Download and install Node JS;
- Download and install Haxe 3.2.1;
- Locate your repo folder. Make sure you are UNDER the root;
- Run
npm install
-- it will install all the grunt dependencies; - Run
npm install -g grunt-cli
-- it will install the grunt command line for your machine (global install); - Run
haxelib install build_debug.hxml
-- it will install all the dependency Haxe libraries. - Run
grunt
-- debug auto build; - Run
grunt release
-- make a release build.
- "5" -- Toogle physics debug draw.
- "[" -- Toogle step by step physics.
- "]" -- Next frame of the physics calculation. Note: It's not "one step" but actually "one frame" (we don't update graphic transforms on each step, only on each frame)
- "?quality" -- Query parameters for graphic quality, can be "high", "medium" or "low".