Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 295 Bytes

File metadata and controls

6 lines (5 loc) · 295 Bytes

Chess

Chess library & test program with AI

This is a Visual Studio project with two deliverables:

  • A DLL implementing functions for maintaining chess states and calculating good moves (AI);
  • A simple console application demonstrating an interactive interface to play chess with the AI.