This is an implementation of the game Checkers made in Java using Swing for the user interface.
This project was made for my grade 12 computer science course.
Follows the standard rules outlined on the Wikipedia page. Capture rule is included and explicitely enforced: any piece that can capture must capture.
All of the java files are in the /source directory. No external libraries or files are used for this project.