Skip to content

ArnaudFavier/PouletArmy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poulet Army 🐔

Strategic mobile web game of chicken fighting - Website


This is a personal project, more like a **sandbox** to test different programming architectures and different ways to do a thing.

Warning: source code reveals surprises of the game!

Getting started

  1. Install a LAMP environment (Apache 2.4.x with mod_rewrite, PHP 7.0.x with pdo_mysql, MySQL 5.4.x)
  2. Clone the repo (or download as a .zip): git clone https://github.com/ArnaudFavier/PouletArmy.git
  3. Create a database (e.g. pouletarmy) and execute the SQL script in _others/poulet.sql
  4. Edit the configuration file in params/config.php
  5. Enjoy!

Contributing

  1. Fork the repo
  2. Create your feature branch: git checkout -b new-feature
  3. Commit your changes: git commit -am 'Add new feature'
  4. Push to the branch: git push origin new-feature
  5. Submit a pull request

Tip: Comment out JavaScript inclusions to easily debug.