ArnaudFavier / PouletArmy

Chicken game πŸ”

Home Page:https://pouletarmy.arnaudlab.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Chicken game πŸ”

https://pouletarmy.arnaudlab.net


Languages

Language:PHP 95.2%Language:CSS 3.2%Language:TSQL 1.6%