Tall Tales
[[Play->Start]]
[[Rules->Rules]](set: $player to 1)(set: $p1 to 0)(set: $p2 to 0)(set: $p3 to 0)(set: $round to 1)(set: $turn to 1)(set: $prompt1 to 1)(set: $prompt2 to 1)(set: $prompt to 1)(set: $guess1 to true)(set: $guess2 to true)(set: $guess3 to true)(set: $bet1 to 0)(set: $bet2 to 0)(set: $bet3 to 0)(set: $better to 2)(set: $bet to 1)(set: $truth to true)(set: $gain1 to 0)(set: $gain2 to 0)(set: $gain3 to 0)(display: "Next Turn")In Tall Tales, you will try to convince your friends that fake stories are true and true stories are fake. If you fool them, you get points. But, if they guess correctly, they get points. The player with the most points at the end of the game wins.
This game is designed for 3 players, and can be played either in person or over the the phone. If playing remotely, just have one player act as the host using the computer.
Each player takes turns being the storyteller. The story teller picks a prompt and then has 60 seconds to tell a story. The story can be either entirely true or entirely false, but no half truths or true stories with a few details tweaked.
After that, the other players have 60 seconds to ask any questions they want about the story. Finally, each player bets on whether they think the story is true or false. If you guess right, you'll earn the points you bet. But be warned, if you get it wrong, the storyteller will get the points instead!
May the best trickster win!
[[Back->Title]]Score:
(css: "color: purple;")[Player 1]: $p1
(css: "color: orange;")[Player 2]: $p2
(css: "color: pink;")[Player 3]: $p3(if: $turn >= 4)[(set: $turn to 1)(set: $round to $round + 1)(if: $round >= 4)[(display: "End Game")](if: $round < 4)[Staring ]](if: $round < 4)[Round $round
(if: $round is 1)["Emotion + Location"](if: $round is 2)["Life Experiences"](if: $round is 3)["Personal Questions"]
(display: "Score")
It's (display: "Turn Player")'s turn
[[Next->Choose Prompt]]](display: "Turn Player"),
Choose a prompt!(display: "Randomize Prompts")
[[(display: "Prompt 1")->Pick Prompt 1]]
or
[[(display: "Prompt 2")->Pick Prompt 2]](set: $player to (($turn - 2 + $round) % 3) + 1)(if: $player is 1)[(css: "color: purple;")[Player 1]](if: $player is 2)[(css: "color: orange;")[Player 2]](if: $player is 3)[(css: "color: pink;")[Player 3]](set: $prompt to $prompt1)(display: "Story Time")(set: $prompt to $prompt2)(display: "Story Time")(if: $round is 1)[(if: $num is 1)[Tell us about a time when you felt embarrassed in public.](if: $num is 2)[Tell us about a time when you felt panicked in public.](if: $num is 3)[Tell us about a time when you felt embarrassed in a store.](if: $num is 4)[Tell us about a time when you felt surprised in a store.](if: $num is 5)[Tell us about a time when you felt dumb in school.](if: $num is 6)[Tell us about a time when you felt awkward in school.](if: $num is 7)[Tell us about a time when you felt angry on public transportation.](if: $num is 8)[Tell us about a time when you felt panicked on public transportation.](if: $num is 9)[Tell us about a time when you felt confused while on vacation.](if: $num is 10)[Tell us about a time when you felt awkward while on vacation.](if: $num is 11)[Tell us about a time when you felt awkward in a bathroom.](if: $num is 12)[Tell us about a time when you felt angry in a bathroom.](if: $num is 13)[Tell us about a time when you felt panicked at home.](if: $num is 14)[Tell us about a time when you felt disgusted at home.](if: $num is 15)[Tell us about a time when you felt surprised in a hotel.](if: $num is 16)[Tell us about a time when you felt confused in a hotel.](if: $num is 17)[Tell us about a time when you felt angry in a restaurant.](if: $num is 18)[Tell us about a time when you felt disgusted in a restaurant.]](if: $round is 2)[(if: $num is 1)[Tell us about a date gone wrong.](if: $num is 2)[Tell us about a time you bought something embarrassing.](if: $num is 3)[Tell us about a terrible class you took.](if: $num is 4)[Tell us about a party mishap.](if: $num is 5)[Tell us about a road trip experience.](if: $num is 6)[Tell us about a time you were terribly wrong.](if: $num is 7)[Tell us about a time someone got a little bit too competitive in a game.](if: $num is 8)[Tell us about a time you got caught breaking the rules.](if: $num is 9)[Tell us about something you regret from your childhood.](if: $num is 10)[Tell us about a fashion disaster.](if: $num is 11)[Tell us about a terrible driver you dealt with.](if: $num is 12)[Tell us about a time you were in danger.](if: $num is 13)[Tell us about an interesting Uber ride.](if: $num is 14)[Tell us about something that made you cringe.](if: $num is 15)[Tell us about a time when somebody got what they deserved.](if: $num is 16)[Tell us about a group project gone wrong.](if: $num is 17)[Tell us about a surprise encounter.](if: $num is 18)[Tell us about something that came back to haunt you.]](if: $round is 3)[(if: $num is 1)[What is something you’re afraid of and why?](if: $num is 2)[What is something you did but you’re not proud of?](if: $num is 3)[What is a food that you can’t stand and why?](if: $num is 4)[What is an animal you don’t like and why?](if: $num is 5)[What is a guilty pleasure you have?](if: $num is 6)[What is a popular movie or TV show you couldn’t get into?](if: $num is 7)[What is a weird habit you have?](if: $num is 8)[What is a trick you can do that not a lot of other people can?](if: $num is 9)[What is something you hate wearing?](if: $num is 10)[What is a place you don’t want to visit again?](if: $num is 11)[What is a popular song you can’t stand?](if: $num is 12)[What is one of your go-to comfort foods?](if: $num is 13)[What is a topic you’re weirdly obsessed with?](if: $num is 14)[What is something you do at least once a day?](if: $num is 15)[What is a superstition that you believe in?](if: $num is 16)[What is a food you can’t get enough of?](if: $num is 17)[What is something that went out of style that you still think is cool?](if: $num is 18)[What is something you’re really bad at?]](set: $num to $prompt)(display: "Number to Prompt")(set: $num to $prompt1)(display: "Number to Prompt")(set: $num to $prompt2)(display: "Number to Prompt")(set: $prompt1 to (random: 1, 18))(set: $prompt2 to (random: 1, 18))(if: $prompt1 is $prompt2)[(set: $prompt2 to (($prompt1 + 1) % 18) + 1)](display: "Turn Player"),
(display: "Prompt")
(set: $counter to 60)
Time: |amount>[$counter](live: 1s)[(set: $counter to it - 1)(if: $counter is 0)[(go-to: "End Story")](replace: ?amount)[$counter]]
[[End Story->End Story]]Now all the other players,
ask (display: "Turn Player") questions about their story.
(set: $counter to 60)
Time: |amount>[$counter](live: 1s)[(set: $counter to it - 1)(if: $counter is 0)[(go-to: "Betting Start")](replace: ?amount)[$counter]]
[[End Questioning->Betting Start]]Now it's time to bet!
(set: $bet1 to 0)(set: $bet2 to 0)(set: $bet3 to 0)(set: $better to ($player % 3) + 1)
[[Next->Guess]](if: $better is 1)[(css: "color: purple;")[Player 1]](if: $better is 2)[(css: "color: orange;")[Player 2]](if: $better is 3)[(css: "color: pink;")[Player 3]](display: "Betting Player"),
What's your guess?
[[True->Guess True]]
[[False->Guess False]](if: $better is 1)[(set: $guess1 to true)](if: $better is 2)[(set: $guess2 to true)](if: $better is 3)[(set: $guess3 to true)](display: "Bet")(if: $better is 1)[(set: $guess1 to false)](if: $better is 2)[(set: $guess2 to false)](if: $better is 3)[(set: $guess3 to false)](display: "Bet")(display: "Betting Player"),
How many points will you bet?
(if: $round is 1)[[[1->1]] [[2]] [[3]]](if: $round is 2)[[[3->3]] [[4]] [[5]]](if: $round is 3)[[[5->5]] [[6]] [[7]] [[8]] [[9]] [[10]]](set: $bet to 2)(display: "Set Bet")(set: $bet to 3)(display: "Set Bet")(set: $bet to 4)(display: "Set Bet")(set: $bet to 5)(display: "Set Bet")(set: $bet to 6)(display: "Set Bet")(set: $bet to 7)(display: "Set Bet")(set: $bet to 8)(display: "Set Bet")(set: $bet to 9)(display: "Set Bet")(set: $bet to 10)(display: "Set Bet")(set: $bet to 1)(display: "Set Bet")(if: $better is 1)[(set: $bet1 to $bet)](if: $better is 2)[(set: $bet2 to $bet)](if: $better is 3)[(set: $bet3 to $bet)](display: "Next Bet")(set: $better to ($better % 3) + 1)(if: $better != $player)[(display: "Guess")](if: $better is $player)[(display: "Reveal")](display: "Turn Player"),
Was the story true or false?
[[True->Reveal True]]
[[False->Reveal False]](set: $truth to true)(set: $gain1 to 0)(set: $gain2 to 0)(set: $gain3 to 0)(set: $total = $bet1 + $bet2 + $bet3)(if: $player != 1)[(if: $guess1)[(set: $gain1 to $bet1)]](if: $player != 2)[(if: $guess2)[(set: $gain2 to $bet2)]](if: $player != 3)[(if: $guess3)[(set: $gain3 to $bet3)]](if: $player is 1)[(set: $gain1 to $total - ($gain2 + $gain3))](if: $player is 2)[(set: $gain2 to $total - ($gain1 + $gain3))](if: $player is 3)[(set: $gain3 to $total - ($gain1 + $gain2))](display: "Results")(set: $truth to false)(set: $gain1 to 0)(set: $gain2 to 0)(set: $gain3 to 0)(set: $total = $bet1 + $bet2 + $bet3)(if: $player != 1)[(if: !$guess1)[(set: $gain1 to $bet1)]](if: $player != 2)[(if: !$guess2)[(set: $gain2 to $bet2)]](if: $player != 3)[(if: !$guess3)[(set: $gain3 to $bet3)]](if: $player is 1)[(set: $gain1 to $total - ($gain2 + $gain3))](if: $player is 2)[(set: $gain2 to $total - ($gain1 + $gain3))](if: $player is 3)[(set: $gain3 to $total - ($gain1 + $gain2))](display: "Results")(display: "Turn Player")'s story was (if: $truth)[(css: "color: green;")[true]](if: !$truth)[(css: "color: red;")[false]]!
(css: "color: purple;")[Player 1]: +$gain1
(css: "color: orange;")[Player 2]: +$gain2
(css: "color: pink;")[Player 3]: +$gain3
(set: $p1 to $p1 + $gain1)(set: $p2 to $p2 + $gain2)(set: $p3 to $p3 + $gain3)(set: $turn to $turn + 1)
(if: $turn < 4)[[[Next->Next Turn]]](if: $turn >= 4)[[[Next->End of Round]]]The End!
Final (display: "Score")
[[Play Again->Title]](display: "Turn Player")'s story time is over,
now onto questioning.
[[Next->Questioning]]End of Round $round
[[Next->Next Turn]]