I Made a Weird Chess AI from Scratch
nextProgram nextProgram
34.6K subscribers
283,934 views
0

 Published On May 30, 2020

I made an algorithm that can play you in chess in Python. It uses the minimax algorithm with alpha-beta pruning. I ended up creating a custom chess engine for it that works okay.

I considered using Java and Javascript for this but decided against it for some reason. Another way to approach this is to use machine learning, neural networks, or some other form of artificial intelligence. This was a similar process to my tic tac toe video, which goes a lot more into the detail of how a program like this is made.

This video was loosely inspired by Code Bullet's "I Created an AI to Play Chess" video. The next video will be a Keeper devlog.

Follow me on Twitter!   / nextprogramyt  
Support me on Patreon!   / nextprogram  
Join the Discord! https://discord.me/nextprogram (if link doesn't work, check newer video)

(Next Program)

show more

Share/Embed