rajshree-v / tic-tac-toe-game

Minimax Search Method is used to implement an Artificial Intelligence to play Tic-Tac-Toe optimally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic-tac-toe-game

tictactoe.py contains all of the logic for playing the game, and for making optimal moves using MinMax algorithm. runner.py contains all of the code to run the graphical interface for the game. We can run python runner.py to play against the AI! Homepage Screenshot

Homepage Screenshot

Homepage Screenshot

About

Minimax Search Method is used to implement an Artificial Intelligence to play Tic-Tac-Toe optimally.


Languages

Language:Python 100.0%