From 0a0dd2f8f7b8e6b4cf5d26c6a2834abcd0750551 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Wed, 4 Nov 2015 20:44:12 -0800 Subject: [PATCH] New schema and game lifecycle --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index d60517a..75de3e4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,35 @@ Thirteen Tien Len TODO ---- +## Proposed Schema + +Table + Seat + User + Games + players from seats.users + +## Game Lifecycle + +Start +Player Turns +First place finish +Second place finish +Third place finish +Start new game with existing players + - Provide button for player to leave before new game starts + - If less than max players, button to vote to "wait for more players" + +## Feature Ideas + +- Invite friends to current table +- Address link to current table +- Show winner of previous game +- User stats +- Table stats +- In game currencies +- Tournaments + BUG TODO: First player / lowest card holder should not be able to pass first play