Inspiration

Initially wanted to utilize baysian networks to create an intelligent but not overpowered chess ai.

https://www.sciencedirect.com/science/article/pii/S0167865507002127

What it does

Plays some chess

How I built it

Chess AI's are quite complex. I utilized a minimax algorithm with alpha beta pruning; however, the amount of computation is not worth it when I used a simple javascript math approach.

Challenges I ran into

Chess AI's are quite complex. I utilized a minimax algorithm with alpha beta pruning; however, the amount of computation is not worth it when I used a simple javascript math approach.

Accomplishments that I'm proud of

My game can play somewhat well.

What's next for Chess Chess

More algorithms. I would like to incorporate numpy or a scientific library.

Share this project:

Updates