Metadata-Version: 2.1
Name: Stratega
Version: 0.0.11
Summary: Stratega python bindings
Home-page: UNKNOWN
Author: Diego Perez-Liebana, Alexander Dockhorn, Jorge Hurtado Grueso, Dominik Jeurissen
License: UNKNOWN
Project-URL: Github, https://github.com/GAIGResearch/Stratega
Project-URL: Community-Discord, https://discord.com/invite/VVj8Y32DPK
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown

# stratega

[![pypi releases](https://img.shields.io/pypi/v/stratega.svg)](https://pypi.org/project/stratega)

Stratega is a python interface to the [Stratega Framework](https://github.com/GAIGResearch/Stratega).

It has been designed to foster research on computational intelligence for strategy games. In contrast to other strategy game frameworks, Stratega allows to create a wide variety of turn-based and real-time strategy games using acommon API for agent development.

It can be installed from [PyPI](https://pypi.org/project/stratega/) using pip:

```
pip install stratega
```

Documentation: <https://stratega.readthedocs.io/>

