Metadata-Version: 2.1
Name: gamebench
Version: 0.0.1
Summary: A benchmark for testing AI agents in multiplayer games
Home-page: https://github.com/Joshuaclymer/GameBench
Author: Joshua Clymer
Author-email: joshuamclymer@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fire
Requires-Dist: Pillow
Requires-Dist: openai
Requires-Dist: santorinai
Requires-Dist: colorama

# Setup
In the repo root:

```
conda create -n gameenv python=3.10
conda activate gameenv
pip install -e .
```
Ask Josh for the credentials file.
