Quality games on the web, without Flash.
License is not yet determined, you can fork, make pull request and use at home, but not build business on top of it. More informations to come later.
-
As Gamz is a Symfony2 project, you first need PHP 5.3 and the webserver of your choice.
-
Javascripts are written in CoffeeScript so you'll need Node.js and npm:
- Install Node.js
- Install npm
- Install CoffeeScript compiler:
npm install -g coffee-script
-
Get the sources via git with submodules
git clone [email protected]:gamz/GamzProject.git git submodule update --init
-
Install vendors:
./bin/vendor install
-
Configure parameters:
cp app/config/parameters.yml.dist app/config/parameters.yml vim app/config/parameters.yml