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

C# Number Shuffling Game
By Rajadurai .P

Here is the code for a simple game developed using WinForms.

This game is about arranging the shuffled numbers in ascending order.

To move the tiles, use the up/down/left/right arrows.

To compile the program, type:

csc NumberShuffle.cs

Download NumberShuffle.cs