Skip to content

Commit

Permalink
capture todo
Browse files Browse the repository at this point in the history
  • Loading branch information
btouellette committed Nov 13, 2017
1 parent 05e1824 commit 54eada2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/game.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
//TODO: You win! or You lost! alert when game is finished (with rematch button)
//TODO: if there is a choice about which meeple to exchange from tower captures prompt the user to choose and populate meeple.tower.capture.exchangeType
//TODO: keep win/loss stats
//TODO: add a message to the game chat when a tile is discarded
var userGames = <%- JSON.stringify(user.activeGames) %>;
var userFriends = <%- JSON.stringify(user.friends) %>;
Expand Down

0 comments on commit 54eada2

Please sign in to comment.