Skip to content

tic tac toe web app with AI payer using minimax algorithm

Notifications You must be signed in to change notification settings

rynkow/react-tictactoe-minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe web app

with AI payer using minimax algorithm and time controll in form of undo and redo buttons

Minimax algorithm

algorithm used to minimize maximum possible loss. In case of tic-tac-toe the algorithm can viably go through the entire game tree and select an optimal move.
The app has more of an educational purpose as the player cannot win against the opponent that uses this algorithm.

Result

result


Project developed by building upon the frame provided in the tic-tac-toe react tutorial.

About

tic tac toe web app with AI payer using minimax algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published