HuaRongDao Puzzle Game in ASP.NET






2.33/5 (3 votes)
Apr 12, 2003

76428

3017
An implementation of the Chinese puzzle game Hua Rong Dao in ASP.NET
Introduction
As a newbie in ASP.NET, I decide to learn it by writing a Chinese puzzle game, Hua Rong Dao, as a start. I implemented it as a Web Control in C#. The objective in this game is to move the largest block to the exit.
How it Works
You will need the .NET Framework to run the application. Add the source project and the demo project into a solution then run it.
Points of Interest
This game is interesting and a little hard. I hope you enjoy it! :)
As a newbie, I must have made many mistakes in the code. I would be very appreciative if anyone can give me some advice.
History
- First revision - April 1st, 2003