Chess AI with Minimax

Опубликовано: 28 Март 2026
на канале: Simon Tiger
7,811
114

Play my improved version with a drop-down menu allowing to choose 1 to 5 steps ahead difficulty level (warning: levels 4 and 5 may run quite slow):
https://chess-ai-user-friendly--simon...
Code: https://repl.it/@simontiger/Chess-AI-...

Play my original 2-steps-ahead game: https://chess-ai--simontiger.repl.co/
Code:https://repl.it/@simontiger/Chess-AI

Link to Sebastian Lague's Algorithms Explained – minimax and alpha-beta pruning:
   • Algorithms Explained – minimax and alpha-b...  

Link to a great video by
Keith Galli How does a Board Game AI Work? (Connect 4, Othello, Chess, Checkers) - Minimax Algorithm Explained
   • How does a Board Game AI Work? (Connect 4,...  

Link to Medium Article on Programming a Chess AI:
A step-by-step guide to building a simple chess AI by Lauri Hartikka
https://www.freecodecamp.org/news/sim...

Link to The Coding Train's video Tic Tac Toe AI with Minimax:
   • Coding Train Live 188:  Tic Tac Toe AI wit...  

Link to the video What is the Minimax Algorithm? - Artificial Intelligence by Gaurav Sen:
   • What is the Minimax Algorithm? - Artificia...