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.
- Install a LAMP environment (Apache 2.4.x with
mod_rewrite, PHP 7.0.x withpdo_mysql, MySQL 5.4.x) - Clone the repo (or download as a .zip):
git clone https://github.com/ArnaudFavier/PouletArmy.git - Create a database (e.g.
pouletarmy) and execute the SQL script in_others/poulet.sql - Edit the configuration file in
params/config.php - Enjoy!
- Fork the repo
- Create your feature branch:
git checkout -b new-feature - Commit your changes:
git commit -am 'Add new feature' - Push to the branch:
git push origin new-feature - Submit a pull request
Tip: Comment out JavaScript inclusions to easily debug.