Skip to content

gamz/GamzProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamz project

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.

Installation

  1. As Gamz is a Symfony2 project, you first need PHP 5.3 and the webserver of your choice.

  2. Javascripts are written in CoffeeScript so you'll need Node.js and npm:

  3. CSS are written with Sass and Compass wich need Ruby:

  4. Get the sources via git with submodules

    git clone [email protected]:gamz/GamzProject.git
    git submodule update --init
    
  5. Install vendors:

    ./bin/vendor install
    
  6. Configure parameters:

    cp app/config/parameters.yml.dist app/config/parameters.yml
    vim app/config/parameters.yml
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published