This repository contains data science tools to analyse the Gravon archive of Stratego games and results.
git clone https://github.com/rhalbersma/gravon
cd gravon
python3 -m venv .env
source .env/bin/activate
pip install --upgrade pip setuptools wheel
pip install -e .
This repository was inspired by a series of forum and blog posts by stratego.com user Dobby125.
Copyright Rein Halbersma 2018-2021.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)