Search Forum
(57415 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


              
Printable Version

Chess Game In C#
By Chris Meijers

This is a program for playing chess with yourself or someone else at the same machine. It supports:

- All chess-rules (not possible to make an illegal move)
- Pretty graphics for attractive gameplay
- Complete undo functionality
- Logging of moves with official Chess-notation
- Using several features of the .NET framework

The code is tested to work with The final release of NET, but it should also work with RC1. By Uncommenting a method it also works for Beta2 version.

Download Chess.zip