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

https://github.com/mikkel-t/tic-tac-toe-ai

Minimax implementation on tic-tac-toe that never loses
https://github.com/mikkel-t/tic-tac-toe-ai

druid hacktoberfest minimax-algorithm rust tic-tac-toe

Last synced: about 1 month ago
JSON representation

Minimax implementation on tic-tac-toe that never loses

Awesome Lists containing this project

README

        

# Tic-Tac-Toe
A tic-tac-toe AI that never loses. The AI uses the minimax algorithm to find the best move. The GUI is made with Druid.