Metadata-Version: 2.1
Name: evolvedominion
Version: 1.0.2
Summary: A CLI for evolving and playing against strategies for Dominion.
Home-page: https://github.com/arcboundrav/evodom
Author: Sean Griffin
Author-email: sean.griffin@uwaterloo.ca
Keywords: evolution,genetic algorithm,evodom,dominion
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# evolvedominion
A text-based interface for evolving---and, playing against---strategies for Dominion.

This project was created as a proof of concept that minimally sophisticated agents
which rely only on local information could attain competent play through the use
of a genetic algorithm.

![Tests](https://github.com/arcboundrav/evodom/actions/workflows/tests.yml/badge.svg)
