It's very easy to make your first chess bot.
also please forgive my chess skills
Sebastian Lagues chess framework (the one I'm using): https://github.com/SebLague/Chess-Cha...
chess.js: https://github.com/jhlywa/chess.js/
python-chess: https://python-chess.readthedocs.io/e...
very helpful video about the minimax algorithm: • Algorithms Explained – minimax and alpha-b...
Chapters:
00:00 Choose A Framework
00:43 Evaluation Function
03:20 Minimax Algorithm
07:40 Alpha-Beta Pruning
10:37 lacking skills