phildini / cards-against-django

CAH done as a Django web app.
Other
8 stars 4 forks source link

Card submission state #22

Closed phildini closed 11 years ago

phildini commented 11 years ago

beginning of game/round: cards dealt once number of game submissions = number(players)

clach04 commented 11 years ago

https://github.com/phildini/cards-against-django/blob/master/cards/models.py#L43 and start_new_round() do this (with some logic in the view).