🎉 Thanks for considering to contribute to the teambuilding games collection! 🌟
Adding to the library of teambuilding games is as simple as opening a game and clicking the Edit this file
pencil icon.
Save your changes (they will be saved in a separate fork on your account) and create a pull request.
That's it.
If you need help or get stuck, please feel free to open an issue. If you want to edit more than one game, the recommended way is to fork and clone the repo locally:
- Create a fork of this repo in your account
- Clone the repo to your local machine with
git clone https://github.com/[YOUR-ACCOUNT]/teambuilding-games.git
- Create a new branch using
git switch -c new-branch
- Add your changes in this branch and commit them with a descriptive name
- Create a pull-request from your
new-branch -> main
This is also known as Github Flow.
This is a comprehensive list of frontmatter attributes. Only game_type
, game_length
and group_size
are required.
---
game_type:
- ice | ener | trust | prob | name | brain | song | race | gtk
game_length:
- short | medium | long # <10 mins | 10-30 mins | 30-120 mins
group_size:
- small | large | multiple | event # 2-7 people | 13-16 people | 15-40 people | 50-300 people
group_needs:
- slug: first | energy | honesty | strategy | inspiration | why | groupid # First Steps | Group Energy | Foster Honesty and Trust | Practice Strategy and Co-operation | Inspiration | Team "Why" | Group Identity
score: 0 | 1 | 2 | 3 | 4 | 5
materials:
- "Pen & Colorful Paper"
- "Bananas"
prior_prep: "Fold tiny party hats and put them on the bananas. Draw faces for added \"fun\"."
exhausting: True | False
touching: True | False
scalable: True | False
digital: True | False
license:
name: "CC BY-SA 4.0"
url: "https://creativecommons.org/licenses/by-sa/4.0/"
owner: "European Youth Parliament"
owner_url: "https://eyp.org/"
---