Skip to content

Tic tac toe with an AI bot implemented using different minimax variations and optimizations.

Notifications You must be signed in to change notification settings

SaratAngajalaoffl/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TicTacToe

The game has been implemented using the following algorithms and you can also check the time each algorithm takes to compute a move in the console.

Basic Minimax

Minimax with alpha-beta pruning

Minimax with Depth-Limit

Minimax with both alpha-beta pruning and Depth-Limit

Minimax using all the above algorithms together and some optimisation for current situation.

About

Tic tac toe with an AI bot implemented using different minimax variations and optimizations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages