Skip to content

leoolmos/beegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bee Game

(ES6 / AngularJS 1.5.5)

Gameplay

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

Structure

SASS

/app/assets/css/

Controllers

/app/controllers

Views

/app/views

Installation

npm install;
bower install;
grunt;
npm start;

View in browser

http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published