From 1bca6187f1d306affe94179a8bab475a207dae58 Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 2 Jun 2022 04:08:15 -0400 Subject: [PATCH] quick updates --- docs/design.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/design.md b/docs/design.md index 5741def..41a7a0a 100644 --- a/docs/design.md +++ b/docs/design.md @@ -35,4 +35,10 @@ Decks will exist in the game. A deck has a name, theme, card art, and a collecti The game will have multiple decks, and an unlimited number of decks. There is no limit to the number of cards in each deck. -At the start of a game, the host will select at least one deck of cards for play. The game will then restrict to only using cards from the selected deck(s). \ No newline at end of file +At the start of a game, the host will select at least one deck of cards for play. The game will then restrict to only using cards from the selected deck(s). + +## Cards + +### Question/Statement Cards + +### Answer/Response Cards