Skip to content

Using Minimax, implement an AI to play Tic-Tac-Toe optimally

Notifications You must be signed in to change notification settings

JoeBuydemDips/tictactoe-ai-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe-ai-python

Using Minimax, implement an AI to play Tic-Tac-Toe optimally

image

How it works

There are two main files in this project: runner.py and tictactoe.py. tictactoe.py contains all of the logic for playing the game, and for making optimal moves. runner.py contains all of the code to run the graphical interface for the game. Run "python runner.py" to play against your AI!

About

Using Minimax, implement an AI to play Tic-Tac-Toe optimally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages