Metadata-Version: 2.1
Name: othello-ai
Version: 0.1.0
Summary: Othello game engine
Home-page: https://github.com/jcarrete5/othello
License: MIT
Keywords: othello,ai
Author: Jason R. Carrete
Author-email: jasoncarrete5@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Project-URL: Repository, https://github.com/jcarrete5/othello
Description-Content-Type: text/markdown

# othello
An othello game engine

## Dev environment
For the dev environment I recommend using [pyenv](https://github.com/pyenv/pyenv#installation) and [poetry](https://poetry.eustace.io/docs/#installation)
1. Download and install 
1. Run `poetry install` 
1. Run `poetry run python -m othello`
