1. Start the dev server in 'gamooga-sdk/dev-server/' directory:
For html:
Linux/Mac: python gamooga.py ../demos/game-tictactoe/gamlet/ ../demos/game-tictactoe/html/
Win: python.exe gamooga.py ..\demos/game-tictactoe\gamlet\ ..\demos\game-tictactoe\html\
(prefix python.exe with Python installation dir if its not in the PATH)
For flex:
Mac: python gamooga.py ../demos/game-tictactoe/gamlet/
Win: python.exe gamooga.py ..\demos/game-tictactoe\gamlet\
(prefix python.exe with Python installation dir if its not in the PATH)
COULD YOU EXPLAIN A BIT MORE PLEASE? I DON T GET IT!