Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 395 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 395 Bytes

ghlp-demo

This provides a Dart implementation of Liar's Poker.

Source

http://code.google.com/p/io-2012-dart-code-lab/source/checkout

User Workflow

States

  • Not logged in
  • Logged in but not in current game
  • In current game but not active user
  • Curent user
  • Game completed

User

{user: {name: 'jwalsh'}}

Bid

{bid: {count: 3, rank: 6}} {bid: 'liar'}