/beesInTheTrap

Bees In The Trap - CLI TEST GAME

Primary LanguagePHP

Bees In The Trap Game

This is my implementation of the PHP Coding Test

Install the game

make vendor
OR
composer install

Run the game.

php beesinthetrap.php

Run the tests.

make test