Puzzle Game in C#


Here is the C# version of the classic puzzlegame. This game demonstrates how to use looping constructs, indexersand properties all in one C# program. This program is not for basicusers.

/*
Author : Prasad
Date : July 12 2001
Purporse : Move Grid Puzzle.This has table of values
with random and one blank cell we have to
arrange it in order.
Input : 0 5 8
7 4 3
2 6 1

Output : 1 2 3
4 5 6
7 8 0
*/

Download MoveGridPuzzle.cs

Twitter Digg Delicious Stumbleupon Technorati Facebook Email

No comments yet... Be the first to leave a reply!