Metadata-Version: 2.4
Name: MENACE_ANN
Version: 1.3
Summary: An implementation of the first Noughts and Crosses Artificial Neural Network, made with matchboxes and MENACE. Final version.
Home-page: https://github.com/LordUbuntu/MENACE
Author: Jacobus Burger
Author-email: therealjacoburger@gmail.com
License: MIT
Keywords: python,tic tac toe,noughts and crosses,Matchbox Enabled Noughts and Crosses Engine,MENACE,Neural Network,AI
Platform: any
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Education
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=7.2; extra == "dev"
Requires-Dist: twine>=4.0.2; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

# MENACE

A reproduction of M.E.N.A.C.E. the "Matchbox Enabled Noughts And Crosses Engine" in Python 3.10.

## Installation

To install the program, simply run
```bash
pip install MENACE_ANN
```

And to run the program simply type
```bash
menace_ann
```
