Skip to content

KaleBBuR/Tic-Tac-Toe-Rust-Minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Using the Minimax Algorithm for an unbeatable AI

To play the game you must enter a number between 1 - 9
The board looks like this

+---+---+---+
|  1  |  2  |  3  |
+---+---+---+
|  4  |  5  |  6  |
+---+---+---+
|  7  |  8  |  9  |
+---+---+---+

Whatever number you enter will be where your 'X' or 'O' will go.
You can choose to be 'X' or 'O'.
'X' always goes first and 'O' goes second.

About

A Tic-Tac-Toe game made in rust, which the bot uses the Minimax Algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages