Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/volfpeter/codenames-kivy
- Owner: volfpeter
- License: gpl-3.0
- Archived: true
- Created: 2017-10-16T18:51:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T19:17:39.000Z (over 6 years ago)
- Last Synced: 2024-09-25T20:21:02.377Z (4 months ago)
- Topics: board-game, boardgame, codenames, kivy, kivy-framework, kivy-language, python, python-3
- Language: Python
- Size: 22.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/).