Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 518 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 518 Bytes

SwingCheckers

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.

Rules

Follows the standard rules outlined on the Wikipedia page. Capture rule is included and explicitely enforced: any piece that can capture must capture.

Building the program

All of the java files are in the /source directory. No external libraries or files are used for this project.