Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/volfpeter/codenames-kivy

Table and word-list generator for the popular Codenames boardgame, created in Python 3 using Kivy.
https://github.com/volfpeter/codenames-kivy

board-game boardgame codenames kivy kivy-framework kivy-language python python-3

Last synced: 6 days ago
JSON representation

Table and word-list generator for the popular Codenames boardgame, created in Python 3 using Kivy.

Awesome Lists containing this project

README

        

# Codenames - Kivy

Table and word list generator for the popular [Codenames](https://czechgames.com/en/codenames/) boardgame, created in Python 3 using [Kivy](https://kivy.org/).

![Screenshot](screenshot.png)

## Installation

First of all, you need to [install the Kivy project](https://kivy.org/#download) and its dependencies. Once Kivy is installed, all you need to do is clone the repository or download the source code.

## Getting started

When everything is in place, you can start the application by executing `main.py` using Python 3: `python main.py` or `python3 main.py`.

## Legal notice

This code has been open sourced after written permission from the [publisher](https://czechgames.com/en/), Czech Games Edition.

## License - GNU AGPLv3+

Because of the aforementioned legal notice, the project is open sourced under the conditions of the [GNU AGPLv3+ license](https://choosealicense.com/licenses/gpl-3.0/).