Self-learning tic-tac-toe bot.
Menace stands for Machine Educable Knots And Crosses Engine.
The idea and name for this project was adopted from Matt Parker's video of a pile of matchboxes that could learn to play tic-tac-toe, published on his youtube channel, standupmaths.
However, the idea to make a self learning tic-tac-toe engine has been around for years.
Our goals for this iteration of self-learning tic-tac-toe are the following:
- To provide a simple, documented sample of what the simplest form of machine learning can look like
- To implement this idea across different platforms and programming languages.