/javascript-minimax-tic-tac-toe

Trying to play around with basic AI algorithms. This is a simple React Tic-Tac-Toe game that will have an AI player against which to play.

Primary LanguageJavaScript

Try it out!

Trying to play around with basic AI algorithms. This is a simple React Tic-Tac-Toe game that will have an AI player against which to play. This is the most simple game I could think about to implement an AI for and it was still a lot to learn. The process has given me a lot of respect for game developers.