A Checkers Game written in Java

For my capstone project, I created a Checkers game using the Java language. Creating a checkers game in the Java language requires translating the rules of the board game into something the computer can actually understand. Most of the time was spent on just acquiring a basic knowledge of computer science from my mentor, Mr. Miles. The rest was spent actually developing the game with the assistance of Jobe Naff.

Below are some screenshots of the checkers game and code:
Capstone1
Capstone1
Capstone2
Capstone2

Comments