Metadata-Version: 2.1
Name: algo_battle
Version: 0.1.1.post1
Summary: Educational Project to let different algorithms compete against each other. Currently only available in German.
Home-page: UNKNOWN
Author: CoderDojo Karlsruhe, Lennart Hensler and Mark Weinreuter
Author-email: coderdojo.karlsruhe@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/coderdojoka/algo-battle
Description: # Algo Battle
        
        
        ![Algo Battle](https://raw.githubusercontent.com/coderdojoka/algo-battle/master/screenshot.png)
        
        ## Installation
        
        Basiert auf Python3, idealerweise in einer virtuellen Umgebung installieren:
        
        ```bash
        python3 -m venv venv
        . venv/bin/activate
        pip3 install algo-battle
        ```
        
        ## Starten
        
        ```bash
        python3 -m algo_battle GUI
        ```
        
        ## Anleitung
        
        Eine ausführliche Anleitung zur Verwendung ist unter [Anleitung](https://github.com/coderdojoka/algo-battle/tree/master/anleitung) zu finden. 
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Education
Requires-Python: >=3.5
Description-Content-Type: text/markdown
