Chess AI Created in C++ using SDL2. The algorithm uses minimax and is made more efficient by alpha beta pruning
- Add castling
- Use hashing to make program more efficient
- C++
- SDl2
Make sure you have SDL2 installed as well as all required dependencies
This project was inspired by Sebastian Lague on Youtube.
https://www.youtube.com/watch?v=U4ogK0MIzqk