A scorekeeping program for the board game Carcassonne

George C. Privon d284bf360a add a 2nd player, add abott mini expansion 8 năm trước cách đây
.gitignore 0c5683c48b ignore swap files 8 năm trước cách đây
CHANGELOG.md c1d54c9cdb requirements and some general flow information in the README 8 năm trước cách đây
CarcassonneScore.py 7f294aa55a GPL3 license 8 năm trước cách đây
LICENSE 7f294aa55a GPL3 license 8 năm trước cách đây
README.md c1d54c9cdb requirements and some general flow information in the README 8 năm trước cách đây
cgame.py 42a40834c2 don't automatically advance on score, because multiple players can score at once 8 năm trước cách đây
create_database.py d284bf360a add a 2nd player, add abott mini expansion 8 năm trước cách đây

README.md

Carcassonne Score keeping

Score keeping software for Carcassonne to facilitate statistical analysis of games.

Requirements

  • python 3 (tested under python 3.6.x)
  • numpy

Usage

Before your first game you will need to initalize the sqlite database:

$ python create_database.py

Score keeping

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.

Analysis

Sample analysis script will eventually be posted in analysis/.