ARTICLE
A Chess Program using C#
Tags: .Net, C#, C# Examples, chess, Chess game, Chess Program using C#, game in c#, games programming, gdi+, graphics programming, System.Collections, System.Drawing
This is a chess program, made using C#. It has used object oriented concepts and design patterns like Flyweight, Factory and Decorator. Two player can play this game and it has facility to drag-drop pieces. It also shows potential positions of each pieces which is useful for learning.