algo-battle

Educational Project to let different algorithms compete against each other. Currently only available in German.


License
MIT
Install
pip install algo-battle==0.1.1.post2

Documentation

Algo Battle

Algo Battle

Installation

Basiert auf Python3, idealerweise in einer virtuellen Umgebung installieren:

python3 -m venv venv
. venv/bin/activate
pip3 install algo-battle

Starten

python3 -m algo_battle GUI

Anleitung

Eine ausführliche Anleitung zur Verwendung ist unter Anleitung zu finden.