Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 195 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 195 Bytes

Chess

Chess game implemented in C with Artificial Intelligence (AI) and GUI using SDL The AI is based on Negamax with alpha beta pruning (For more info: https://en.wikipedia.org/wiki/Negamax)