An implementation of the TBH card game using WebRTC and googlesheets.
- One player becomes the Dilemma Boss
- Dilemma boss chooses draws two prompts and discards one.
- Players discuss the dilemma, the Boss answers clarifying question however they want.
- All players select their own answers to the dilemma (yes/no)
- Each player has 4 guesses, 2 yes, 2 no. They play them on other players answers (up to 4 guesses played on each player).
- Answers and guesses are revealed, everyone who matched a guess to a players answer gets points equal to 5 - the number of total guesses played made for that players answer.
Each player owns the following state:
- who made guesses against their answer (but not what the guesses were)
- their answers
- their username
- what guesses they have made against other answers
yarn install
yarn serve
yarn build
yarn lint