Add todos

This commit is contained in:
Jesse C. Fisher 2015-11-05 18:24:10 -08:00
parent 7c6ea5be6d
commit 1317aa1a6d

View File

@ -4,6 +4,19 @@ Thirteen Tien Len
TODO
----
Test play_hand of run including face cards
BUG TODO: First player / lowest card holder should not be able to pass
first play
Fix tests. They mostly pass when run individually. Explore if game_setup
is causing a bleedover between scenarios
Bug: Players should not be able to pass outside of their turn.
Validate play: play.player == game.current_player
Replace publicly displayed emails with usernames
## Proposed Schema
Table
@ -33,8 +46,6 @@ Start new game with existing players
- In game currencies
- Tournaments
BUG TODO: First player / lowest card holder should not be able to pass
first play
ReactJS front-end