rhalbersma / gravon

Data science tools for the Gravon archive of Stratego games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data science tools for the Gravon archive of Stratego games and results

Language Standard License

Overview

This repository contains data science tools to analyse the Gravon archive of Stratego games and results.

Installation

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 .

Acknowledgements

This repository was inspired by a series of forum and blog posts by stratego.com user Dobby125.

License

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)

About

Data science tools for the Gravon archive of Stratego games

License:Boost Software License 1.0


Languages

Language:Jupyter Notebook 51.9%Language:Python 48.1%