Minimax with Alpha-Beta Pruning (2)

Following on from my attempt to make a practical minimax with alpha-beta pruning example available, Joshua S. Gilpatrick has simplified my Tic-Tac-Toe implentation to showcase the alpha-beta pruning more clearly and also added a graphical board. You might want to download his code or visit the permanent Tic-Tac-Toe page where both sets of code are available.

2 Replies to “Minimax with Alpha-Beta Pruning (2)”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.