Skip to content

serhatgnc/tic-tac-toe-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

react-spring is being used to create animations.
minimax algorithm is being used to support ai's decisions to play.
minimax algorithm iterate the current state of the board and chooses the best move to play by evaluating all possible situations.
Demo