65.9K
CodeProject is changing. Read more.
Home

HuaRongDao Puzzle Game in ASP.NET

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.33/5 (3 votes)

Apr 12, 2003

viewsIcon

76428

downloadIcon

3017

An implementation of the Chinese puzzle game Hua Rong Dao in ASP.NET

Sample Image - HuaRongDao.jpg

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