Skip to content

An unbeatable tic-tac-toe bot that uses minimax recursion

Notifications You must be signed in to change notification settings

AnojanS/Minimax_TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimax_TicTacToe

                                                 

A tic-tac-toe game where users(X) play against an AI(O) that uses minimax recursion to choose the best move, thus guaranteeing it either a win or draw.

To run

  1. Download and install a Java IDE
  2. Clone/download repo
  3. Run Game.java file

About

An unbeatable tic-tac-toe bot that uses minimax recursion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages