This is a game where two people can engage in a chess-like fight on a grid-based battlefield.
Download and install composer first – follow this introduction on the composer website.
After that, install the dependencies using composer:
$ php composer.phar install
Add the root folder of this project to your webserver configuration. If you are using Apache, configure a new VHost
and let the project run under a local URL, for example battle.local
. You have to add this URL to your hosts file.