This is a 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.
You need a few people to play with you. There is 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.
If you want to use the game in a workshop or online, see our workshop guide.
See PRINTING for tested printing methods.
We love when people want to help improve the game. Please read CONTRIBUTING for 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.
It is the intent of the Governance Game development community to develop the game collaboratively. Adhering to the criteria set forth in the Standard for Public Code gives us confidence in the process. Therefore, the Foundation for Public Code is committed to maintaining and developing the Governance Game at a level of quality that meets the Standard for Public Code.
- Change governance model to a more community centric model
- Allow for multiple target groups of the game, discussion #147
We use Semantic Versioning for versioning. For the versions available, see the tags on this repository (and change log).
See the list of authors for who participated in this project.
For now we're 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 give us feedback we learned about the game by playing with you.
The Makefile automatically generates a complete card deck for the Governance Game in PDF and PNG.
sudo apt install docbook-utils pandoc inkscape texlive texlive-fonts-extra \
texlive-extra-utils qpdf aspell aspell-en
# sudo apt install texlive-full
The Inter
font family is used.
The texlive-fonts-extra
package provides latex/inter/inter.sty
.
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.
Or make ensure-font
to run script/ensure-font.sh
.
Type make
to generate the PDF files.
Type make view-all
to view all of the PDF files generated.
The website is built from the gh-pages
branch.
This project is licensed under the CC 0 License, see the LICENSE file for details.