George C. Privon 46210f6df1 fix color cyclers in demo scripts 7 years ago
..
CarcassonneScore-sample.db b43c91bea7 various analysis example updates 8 years ago
Player-Multigame.ipynb 162d769614 more explicit SQL queries, fix some matplotlib deprecations 7 years ago
README.md b41fdf6eb4 add README for analysis directory 7 years ago
SampleAnalysis-SingleGame.ipynb 46210f6df1 fix color cyclers in demo scripts 7 years ago
ScoreProbbyType.ipynb 46210f6df1 fix color cyclers in demo scripts 7 years ago
SingleGame-summary.py 604975c839 placeholder for two analysis scripts: 8 years ago
SinglePlayer-summary.py 604975c839 placeholder for two analysis scripts: 8 years ago

README.md

Analysis Script README

This directory contains a selection of sample scripts to analyze game data.

Files

  • CarcassonneScore-sample.db: Sample database of game information

Working Scripts

These scripts are jupyter notebooks.

  • Player-Multigame.ipynb: Examine a single player's scoring behavior over multiple games.
  • SampleAnalysis-SingleGame.ipynb: Compare players within a single game.
  • ScoreProbbyType.ipynb: Take all game data and look at the distribution of points per score, separated by score type.

Placeholders

These scripts are intended to be non-interactive versions of some of the above jupyter notebooks, but are not yet implemented.

  • SingleGame-summary.py
  • SinglePlayer-summary.py