whiterook6 / fibonacci

Making a spell-slinging game with socket-io and rpg-awesome, nodejs and angular.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Teams

whiterook6 opened this issue · comments

Requires #7

Player can

  • see a list of teams; and
  • pick a team when joining a battle.

At this point, teams can be hardcoded:

let team = {
  'symbol': 'ra-aquarius',
  'color': 'blue'
}