Here is the C# version of the classic puzzle game. This game demonstrates how to use looping constructs, indexers and properties all in one C# program. This program is not for basic users.
''/*
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
/''
CLICKHERE TO DOWNLOAD SOURCE CODE
0 comments:
Post a Comment