Metadata-Version: 2.1
Name: checker-players
Version: 1.0.1
Summary: A small platform for playing chess with various built in AI players. Built on PyTorch.
Project-URL: Homepage, https://github.com/smritisrikanth/MLProject
Project-URL: Bug Tracker, https://github.com/smritisrikanth/MLProject/issues
Author-email: Jacob Lopez <jacoblopez757@gmail.com>, Hannah Qu <hqu6@jhu.edu>, Noam Rotenberg <nrotenb1@jhu.edu>, Smirti Srikanth <ssrikan2@jhu.edu>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Checker Players
This is a simple and lightweight library that allows you to train and test various AI models in a game of checkers.

## Supported Games
- Standard Checkers: official rules can be found [here](https://winning-moves.com/images/kingmerulesv2.pdf)

## Supported Players
- Random Player: This player chooses a random move and is not capable of learning from many games. A good benchmark for other players. 