Skip to content

Commit

Permalink
bug fixes and instructions updates
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jul 11, 2022
1 parent 7037633 commit 504c45d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ and you can decide whether to use teams or individuals. I'll summarize a simple
- If incorrect, you should deduct the amount and others are given a chance to answer.
- If nobody gets it, the host reads the answer and then the last person correct gets to choose the question.
5. Daily double can appear a minimum of once, and a maximum of three times. There can only be one daily double in the first round (single) and then up to two in the double round. You'll need to manually set `isDailyDouble` on the questions you want.
6. The final question has a category, and teams get to put down an amount to guess, and then they win or lose that amount. They have 30 seconds to guess, etc.
6. The final question has a category, and teams get to put down an amount to guess, and then they win or lose that amount. They can wager up to their current total score, and they must make the wager after being shown the category, but before the question. They have 30 seconds to guess, etc.

### Writing Games

Expand Down
8 changes: 4 additions & 4 deletions _data/boards/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ board:
A: acres
points: 1600
- Q: A 150-ton blue whale weighs this many pounds
A: 300,000
A: "300,000 pounds"
points: 2000
- name: J Walking
questions:
Expand All @@ -193,7 +193,7 @@ board:
- name: TV Moms & Dads
questions:
- Q: In 2010 Entertainment Weekly named this dad the greatest character of the last 20 years--D\'oh!
A: Homer Simposon
A: Homer Simpson
points: 400
- Q: This dad had a rather large extended family but only 2 kids, Meadow & A.J.
A: Tony Soprano
Expand All @@ -204,8 +204,8 @@ board:
- Q: On Showtime this Oscar winner plays Ray Donovan\'s charismatic ex-con father, Mickey
A: Jon Voight
points: 1600
- Q: The Carol Burnett Show
A: In the \'80s Vicki Lawrence was the matriarch on "Mama\'s Family" based on a skit from this variety show
- Q: In the \'80s Vicki Lawrence was the matriarch on "Mama\'s Family" based on a skit from this variety show
A: The Carol Burnett Show
points: 2000
final:
- name: U.S. Government Agencies
Expand Down

0 comments on commit 504c45d

Please sign in to comment.