beeGame
1.0.0
To play this game just run in shell: docker-compose run php php /var/beeGame/index.php
.
Or: vagrant up
then vagrant ssh
and php /var/beeGame/index.php
.
During game you'll see game progress like:
BeeDrone: 50 50 50 50 50 50 50 50
BeeWorker: 75 75 75 75 75
BeeQueen: 100
Do you wish hit bee (y) or exit game (n)?
or something like this:
BeeDrone: 2
BeeWorker: 15
Game over. Start new game (y/n)?
There are three types of bees in this game:
Queen Bee:
Worker Bee:
Drone Bee:
To play, there must be a button that enables a user to "hit" a random bee. The selection of a bee must be random. When the bees are all dead, the game must be able to reset itself with full life bees for another round.