Creating an AI that Plays Chess (Minimax Algorithm + Alpha-beta Pruning)

Creating an AI that Plays Chess (Minimax Algorithm + Alpha-beta Pruning)

[Fall 2020] Week 2: Chess Workshop by Troy Good Learn how to make an AI that plays chess using the Minimax algorithm optimized with alpha-beta pruning. === GitHub Repo: https://github.com/aiatuci/ChessAI Google Slides: https://docs.google.com/presentation/... === Questions? Ask them in our Discord!   / discord   === Additional Resources Video on Alpha-beta pruning:    • Algorithms Explained – minimax and alpha-b...