The Famous game of checkers but with an odd twist ;)
Developed as a first year final project in an OOP course.
Written in C#
- Spcial units like
Vertical/Horizontal King
andMine
with added functionality implemented by Inheritance - Managing objects (pieces) through
System.Collections.Generic
and Polymorphism - Windows Form Application - event driven game design
- Fully operational game save/load/restart achieved with Serialization
- Graphics
*The game was made for a 1080x720 resolution , so for a pure gameplay i recommend adjusting your screen resolution to fit the needs