Skip to content

A card game that helps organizations and communities explore governance around a shared codebase, whether hypothetical or in a real-world collaboration.

License

Notifications You must be signed in to change notification settings

tthePB/governance-game

 
 

Repository files navigation

Governance Game

Introduction video to the game

This is an interactive game on governance of Public Code. Use this as a way to get a conversation and reflection about governance started. We aim to use it during early incubation of a codebase, or perhaps even earlier. You can of course play the game totally without our involvement, it is probably useful for any constellation that have a codebase to govern.

Playing the game

You need a few people to play with you. There are no strict number, but you all need to be able to see and reach the cards on the table. For the actual rules, see the rules cards.

A picture of the cards in the game on a table

Print your own version

See PRINTING for tested printing methods.

Contributing

We love when people want to help and improve the game. Please read CONTRIBUTING for details on our process for submitting issues and pull requests to us. Also take a look at our Code of Conduct, we want this to be an inclusive and welcoming community.

Roadmap

  1. Do a second small scale print run of 1.0.0
  2. Iterate on the cards and rules.
  3. Create custom icons/imagery, issue #3

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository (and change log).

Authors

See the list of authors for who participated to this project.

Credits

For now we are using icons from the awesome Noun Project. Those icons are all under the license CC BY. Find all images used and their creators in our Credits.

We also want to thank everyone who has played the game with us. Even if you didn't explicitly gave us feedback we learned about the game by playing with you.

Building cards

The Makefile automatically generates a complete card deck for the Governance Game in PDF and PNG.

Dependencies

sudo apt install docbook-utils pandoc inkscape texlive texlive-fonts-extra \
	texlive-extra-utils
# sudo apt install texlive-full

The Inter font family is used. To generate .png files, inkscape requires these fonts to be installed. Download the Inter font family. Ensure that the fonts are installed in your system, for example Debian Installation of True Type Fonts.

Usage

Type make to generate the pdf files.

Type make view-all to view all of the pdf files generated.

License

This project is licensed under the CC 0 License - see the LICENSE file for details.

About

A card game that helps organizations and communities explore governance around a shared codebase, whether hypothetical or in a real-world collaboration.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 84.6%
  • Makefile 15.4%