Skip to content

5x5 Tic-Tac-Toe with a Minimax + Alpha-Beta OR Monte-Carlo Tree Search AI Opponent

License

Notifications You must be signed in to change notification settings

dgpalmieri/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

A python implementation of 5x5 Tic-Tac-Toe, with an AI Opponent that utilizes either the Minimax or the Monte-Carlo Tree Search algorithms.

For UAF CS605 Artificial Intelligence, Spring 2021

Currently rated by pylint at an X/10, because it's impossible for me to not optimize a score.

About

5x5 Tic-Tac-Toe with a Minimax + Alpha-Beta OR Monte-Carlo Tree Search AI Opponent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages