Chess.NET

Interesting to learn some principles on OOP! 

Console Chess.NET is a small application that basically is minimum logic required to facilitate 2 player game of chess. It has been programmed OO style from the ground up. Coded in 1600 lines of code, it is missing few luxuries like AI and castling. However it does have Check, CheckMate and move restrictions in place for smooth gameplay.  

Screenshot - ConsoleChess.jpg

Read more...

No Comments