Tic tac toe neural network

Off topicProgramming → Tic tac toe neural network

SHOWCASE

So I’ve spent the last few days developing a neural network that plays tic tac toe. It will learn and evolve (if evolution is enabled). You can change the AI it will go up against, and it will try to learn in order to beat that AI. You can even go against it yourself, although if you want it to be better than you, you’ll probably have to sit down and play about 10,000 games with it. Regardless, here’s the source code (and download):

https://github.com/ViperLordX/TicTacToe

This is my version: here.