Chess AI with Minimax
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--simontiger.repl.co/
Code: https://repl.it/@simontiger/Chess-AI-User-friendly
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: https://youtu.be/l-hh51ncgDI
Link to a great video by Keith Galli How does a Board Game AI Work? (Connect 4, Othello, Chess, Checkers) - Minimax Algorithm Explained: https://youtu.be/y7AKtWGOPAE
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/simple-chess-ai-step-by-step-1d55a9266977/
Link to The Coding Train's video Tic Tac Toe AI with Minimax: https://youtu.be/rv98KUFtF9U Link to the video What is the Minimax Algorithm? - Artificial Intelligence by Gaurav Sen: https://youtu.be/KU9Ch59-4vw