An open API service indexing awesome lists of open source software.

https://github.com/rameshaditya/tic-tac-toe-bot

An implementation of the minimax algorithm
https://github.com/rameshaditya/tic-tac-toe-bot

ai artificial-intelligence bot minimax minimax-algorithm tic-tac-toe

Last synced: about 7 hours ago
JSON representation

An implementation of the minimax algorithm

Awesome Lists containing this project

README

          

# SideProject-Tic Tac Toe Bot

An implementation of the minimax algorithm in a bot that plays tic-tac-toe (Noughts and Crosses) against the user.