workOnIt.txt 774 B

1234567891011121314151617181920
  1. ## Going to be implemented
  2. - create game with options for: timed game, voting
  3. - dice level next to player name
  4. - sounds for game (for each screen or interactive items)
  5. - interactive effects for game (dice in gamescreen)
  6. - win/loss ratio (needs to populate on player stats screen)
  7. ### Front End
  8. - Game options: timed game, voting(kick, time round/game change, change player turn, pause/resume)
  9. - when a player initiates a vote on a voting area, the border of that area will change to a color
  10. to indicate that a vote is open OR just put an emblem on the card to notate some sort of vote is open
  11. ### Back End
  12. - experience system for games
  13. - keeping track of win/loss for users
  14. - timer game to talk to Qwixx
  15. - voting game to talk to Qwixx