Skip to content

Tic Tac Toe game with the AI as opponent. The AI is implemented as a Minimax algorithm.

Notifications You must be signed in to change notification settings

djzenma/TicTacToe-Minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe with Minimax as AI

Tic Tac Toe game with the AI as opponent. The AI is implemented as a Minimax algorithm.

At every turn, enter the cell number where you want to place your X. Then the AI will place its O. This will repeat until either a win or a draw happens.

Releases

No releases published

Packages

No packages published