A scorekeeping program for the board game Carcassonne
|
|
há 8 anos atrás | |
|---|---|---|
| .gitignore | há 8 anos atrás | |
| CHANGELOG.md | há 8 anos atrás | |
| CarcassonneScore.py | há 8 anos atrás | |
| LICENSE | há 8 anos atrás | |
| README.md | há 8 anos atrás | |
| cgame.py | há 8 anos atrás | |
| create_database.py | há 8 anos atrás |
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.
Sample analysis script will eventually be posted in analysis/.