Skip to content

Instantly share code, notes, and snippets.

@rey
Last active March 8, 2021 18:38
Show Gist options
  • Select an option

  • Save rey/53992556938b5a9e28c9 to your computer and use it in GitHub Desktop.

Select an option

Save rey/53992556938b5a9e28c9 to your computer and use it in GitHub Desktop.
What Do I Have In My Fridge?

How to play

  • Each person takes turns to guess what their opponent has in their fridge
  • Once an item has been said, it cannot be used again
  • Each player has 3 lives
  • A player loses a life if they guess incorrectly
  • A guess has to be a food or drink
  • The items have to be inside the fridge

Example

Player 1: wdihimf?
Player 2: cider
Player 1: NO it’s in the cupboard
Player 1: only because i ran out of room in the fridge
Player 2: wdihimf?
Player 1: cheese
Player 2: CORRECT
Player 1: wdihimf
Player 2: eggs
Player 1: hm let me check
Player 1: you are lucky
Player 1: i don’t always keep them in there

Comments

this is the best fridge contents guessing game that i’ve played all day

— John Blackbourn

@rey
Copy link
Copy Markdown
Author

rey commented Mar 8, 2021

Add-on: Multipliers

  • Player chooses an item with a multiplier. E.g. A jar of Colman's mustard. Mustard is the item and jar is the multiplier.
  • Once an item has been chosen, whether with multipliers or no, the item in question cannot be used again.
  • Player can choose multiple er, multipliers.
  • All multipliers played must be correct to score points. E.g. An open jar of Colman's mustard with mayonnaise on the rim would score 0 points if the Coleman's mustard was open but did not have mayonnaise on the rim.
  • Scoring is as follows: 1 point for the item and 1 point for each multiplier. E.g. An open jar of Coleman's mustard with mayonnaise on the rim would score 5 points
  • If an item is correct, but the multiplier is incorrect, the player does not lose a life, but also does not score any points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment