BotWars - The different bot programming game This is work in progress. How to run it? Clone the repository Run composer install Run php bin/botwars.php Open Browser on the printed port How to write your own bot Basically you must inherit from BotWars\Bot\BaseBot and implement all necessary methods.