A scorekeeping program for the board game Carcassonne
|
|
8 лет назад | |
|---|---|---|
| analysis | 8 лет назад | |
| .gitignore | 8 лет назад | |
| CHANGELOG.md | 8 лет назад | |
| CarcassonneScore.py | 8 лет назад | |
| LICENSE | 8 лет назад | |
| README.md | 8 лет назад | |
| cgame.py | 8 лет назад | |
| create_database.py | 8 лет назад |
Score keeping software for Carcassonne to facilitate statistical analysis of games.
Before your first game you will need to initalize the sqlite database:
$ python create_database.py
Assuming the database has been initialized, you can run a game with:
$ python CarcassonneScore.py
This launches the interactive shell. Press ? for a list of commands.
A sample analysis jupyter notebook and a sample sqlite database containing one game is available in the analysis/ directory.