Skip to content

Minimax in Checkers is about predicting the future of the game. For every move you consider, the algorithm evaluates all of the computer's possible responses, then all of your responses to those, and so on. It then chooses the move that leads to the best possible outcome for the player.

Notifications You must be signed in to change notification settings

JonathanAaronDev/Checkers_MinMax_Algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkers_MinMax_Algo

Minimax in Checkers is about predicting the future of the game. For every move you consider, the algorithm evaluates all of the computer's possible responses, then all of your responses to those, and so on. It then chooses the move that leads to the best possible outcome for the player.

image

About

Minimax in Checkers is about predicting the future of the game. For every move you consider, the algorithm evaluates all of the computer's possible responses, then all of your responses to those, and so on. It then chooses the move that leads to the best possible outcome for the player.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages