Skip to content

publiccodenet/governance-game

 
 

Repository files navigation

Governance Game

version 1.0.3 release-on-tag License: CC0-1.0 Standard commitment

Introduction video to the game

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.

Playing the game

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.

A picture of the cards in the game on a table

If you want to use the game in a workshop or online, see our workshop guide.

Print your own version

See PRINTING for tested printing methods.

Contributing

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.

Roadmap

Near term

  1. Change governance model to a more community centric model
  2. Allow for multiple target groups of the game, discussion #147

Longer term

  1. Create custom icons/imagery, issue #3
  2. Demonstrate a home printing process, issue #63

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 in this project.

Credits

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.

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 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.

Usage

Type make to generate the PDF files.

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

Website

The website is built from the gh-pages branch.

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 43.6%
  • HTML 32.0%
  • Makefile 15.2%
  • Shell 9.2%