Metadata-Version: 2.1
Name: fights
Version: 0.5.2
Summary: Competitive artificial intelligence battle environments
Home-page: https://github.com/poapper-inc/fights
Author: PoApper, Inc.
Author-email: support@poapper.com
Maintainer: Lucas Yunkyu Lee
Maintainer-email: me@luc.li
License: MIT License
Project-URL: Documentation, https://fights.readthedocs.io
Project-URL: Source, https://github.com/poapper-inc/fights
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: typing-extensions

<div align="center">

  <img alt="fights logo" src="./assets/logo.png" width="200px"/>

# fights

[![Python Test CI](https://github.com/poapper-inc/fights/actions/workflows/python-test.yml/badge.svg)](https://github.com/poapper-inc/fights/actions/workflows/python-test.yml)
[![Python Lint CI](https://github.com/poapper-inc/fights/actions/workflows/python-lint.yml/badge.svg)](https://github.com/poapper-inc/fights/actions/workflows/python-lint.yml)
[![PyPI version](https://badge.fury.io/py/fights.svg)](https://badge.fury.io/py/fights)

Competitive artificial intelligence battle environments.

[Documentation](https://fights.readthedocs.io/en/latest/) | 
[Examples](./examples/)

</div>

---

## Installation

```shell
$ python -m pip install fights
```

## Development setup

Requires Python toolchains to be installed.

```shell
$ python3 -m pip install tox
$ tox -e dev --devenv venv
$ source venv/bin/activate
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).
