8000 GitHub - pratikspatil024/5x5-TicTacToe: 5x5 Tic-Tac-Toe with a Minimax + Alpha-Beta OR Monte-Carlo Tree Search AI Opponent
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pratikspatil024/5x5-TicTacToe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 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.

To run the game: python ./tictactoe/tictactoe.py

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

  • Python 100.0%
0