(ES6 / AngularJS 1.5.5)
Hit a random bee. When the bees are all dead a restart button will appear.
There are three types of bees in this game:
• 1 Queen Bee / 100 life / -8 life for each hit
--- When the queen bee runs out of life, all others die as well.
• 5 Worker Bee / 75 life / -10 life for each hit
• 8 Drone Bee / 50 life / -12 life for each hit
/app/assets/css/
/app/controllers
/app/views
npm install;
bower install;
grunt;
npm start;
http://localhost:3000/