Checkers game implementation using WinForms in .NET and C#
This game contains 2 projects:
- WindowsUI - Contains all UI related code.
- CheckersLogic - Contains all Game Logic related code, compiles into .dll.
To play the game run the 'Checkers.exe' file. Enjoy!