Fully functioning chess with included AI opponent
- All standard chess rules, including castling, promoting, checks and checkmates
- Play against included chess engine (Not implemented)
- Implement chess engine using alpha-beta pruning
- Build using included makefile
- Build using included Visual Studio solution
- Use provided executable
- Note that this project is dependent on libraries libpng16-16, SDL2, SDL2_image, and zlib1
