Open michalnowak061 opened 3 years ago
Hi there 👋🏻
I would like to add an implementation and an example of using the minimax algorithm. It's an algorithm used in games for example in Tic Tac Toe, and many other games in which we are able to assess the state of the game.
Do you think it will be useful?
More about algorithm: https://en.wikipedia.org/wiki/Minimax More about alpha-beta prunning: https://en.wikipedia.org/wiki/Alpha–beta_pruning
Brief Intro
Hi there 👋🏻
I would like to add an implementation and an example of using the minimax algorithm. It's an algorithm used in games for example in Tic Tac Toe, and many other games in which we are able to assess the state of the game.
Do you think it will be useful?
More Details
More about algorithm: https://en.wikipedia.org/wiki/Minimax More about alpha-beta prunning: https://en.wikipedia.org/wiki/Alpha–beta_pruning