https://github.com/tlocke/baryon_bingo
Baryon Bingo Game
https://github.com/tlocke/baryon_bingo
Last synced: 3 months ago
JSON representation
Baryon Bingo Game
- Host: GitHub
- URL: https://github.com/tlocke/baryon_bingo
- Owner: tlocke
- Created: 2023-08-06T14:29:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T16:13:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T10:31:21.697Z (5 months ago)
- Size: 17.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Baryon Bingo
A game of subatomic bingo where the winner is the first to get all the quarks to make
their [baryon](https://en.wikipedia.org/wiki/Baryon)!## Making The Cards
First you need to make your cards. Here are the baryon cards you need to make:

and these are the quark cards you need to make (each stack contains about six cards
that are the same as each other):
## Rules
A person is appointed the 'caller', and they give a baryon card to each player. Then
the caller jumbles up the quark cards and picks one at random and calls out which it
is, eg. "red strange". If a player needs a Strange quark of that colour then she shouts
out, "Bary!" and puts the quark card on its position. It may be that more than one
person needs that card, in which case the first person to shout, "Bary!" gets it. When
a player has all three quarks their baryon is complete and they shout out,
"Baryon Bingo!" to show they've won. The final rule is that all the quarks on a baryon
card have to be of different colours.So for example, say we have a player called Florence, and she has this Baryon Card:

Then if the caller says, "red strange", Florence shouts out "Bary!" and puts the quark
card on its position so it looks like:
If the caller then says, "red down", then Florence shouldn't shout "Bary!" because then
there would be two reds, and all the quark in a baryon must be of different colours. If
she does shout out "Bary!" and she can't use the quark card, then as a penalty she has
to give back one of her quark cards to the caller. Once Florence has collected all three
quark cards of different colours the card will look like:
and Florence shouts out, "Baryon Bingo!" and wins the game!
## Technical Note
`pandoc README.md --standalone --output=README.html --metadata title="Baryon Bingo"`
This work is licensed under a Creative Commons Attribution 4.0 International License.