Skip to content

Minimax alogrithm is an algorithm that is used in decision making to find the optimal move for a player in a game. In this case it is for tic tac toe. The agent finds searches the optimal move it needs to defeat the user or end the game in a draw.

Notifications You must be signed in to change notification settings

Vangmay/Minimax-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Minimax algorithm

Minimax alogrithm is an algorithm that is used in decision making to find the optimal move for a player in a game. In this case it is for tic tac toe. The agent finds searches the optimal move it needs to defeat the user or end the game in a draw.

About

Minimax alogrithm is an algorithm that is used in decision making to find the optimal move for a player in a game. In this case it is for tic tac toe. The agent finds searches the optimal move it needs to defeat the user or end the game in a draw.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages