checkers
checkers copied to clipboard
The game of Checkers, supporting single player with different difficulties, two player, and an online game with full hosting and chat support.
Checkers
Play Checkers with multiple levels of difficulty, with another player, or over the net, which features a fully functional in-game chat. The game is fully customizable and you can even select your own piece images.
Screenshots
The game.
It starts. Player against computer.
Player is winning!
The New Game dialog with custom pieces.
Setting up a network game on the New Game dialog.
Player vs computer with custom pieces!
View album on imgur.
Implementation Details
The project's solution is partitioned into three Visual Studio (2008) solution file projects.
- Checkers.Framework -- A fully functional and modular Checkers game API
- Checkers.UI -- A customizable user control based on Checkers.Framework
- Checkers -- The application EXE with all the extra bells and whistles
These modular assemblies can easily be dropped into other projects.