Add todos and notes

This commit is contained in:
Jesse C. Fisher 2016-01-30 15:56:01 -08:00
parent 2c3d69dffa
commit 21e7a4895f
2 changed files with 20 additions and 0 deletions

View File

@ -4,6 +4,10 @@ Thirteen Tien Len
TODO
----
- 1st 2nd 3rd place messages. End game message.
- Tables to contain the games
- flexbox layout: http://codepen.io/anon/pen/ojJOjq
- graphics
@ -12,6 +16,12 @@ TODO
- Implement run including face cards (done?)
- TODO: SoftToken unique for User
- TODO: If actions are taken while not logged in, and then user logs in,
should those actions be applied to that account? Maybe prompt the user
to signup or login to save their earnings / progress.
- BUG TODO: First player / lowest card holder should not be able to pass
first play

View File

@ -16,6 +16,16 @@ feature 'Play a hand', type: :feature, js: true do
Warden.test_reset!
end
scenario 'player only sees own cards' do
#expect to see own cards
#expect not to see other players cards
end
scenario 'player only sees own controls' do
#expect to see own controls
#expect not to see other players controls
end
scenario 'first play does not contain lowest card' do
# controlling_player plays hand not containing lowest card
# expect unsuccessful play message hand MUST contain lowest card