Metadata-Version: 2.1
Name: willse_backgammon
Version: 0.0.2
Summary: This package is a project I have created to learn python as well as the basics of Artificial Intelligence. It is still a Work in Progress.
Author-email: Wills Erda <willse06@gmail.com>
Project-URL: Homepage, https://github.com/GillsSpace/Backgammon_AI
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
Requires-Dist: arcade
Requires-Dist: numpy
Requires-Dist: pandas


# willse_backgammon

This project was created my me to practice and improve my python skils and to learn about nureal networks and machine learning. It is very much still a work in progress.


## Installation

You can install this project using pip:

```bash
  pip install willse_backgammon
```
    
## Run Locally

After Installation, you can run the main application with the following command from terminal:

```bash
  > willse_backgammon_run
```


## Features

- Two Player, Single Player, and Simulation Modes
- Multiple AI models
- Currently v0.0.2


