Skip to content

DougBR/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

To run, follow these steps:

pip3 install -r requirements.txt
python3 runner.py

The most important part of the logic is in the tictactoe.minimax function, which implements the minimax algorithm to search for the optimal next move.

About

A MinMax computer player version of Tic-Tac-Toe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages