Home »
» Shisen-Sho Clone game in C#
Shisen-Sho Clone in C#
Source code Download
This is a clone of the KDE game Shisen-Sho using Windows Forms and GDI+. It has much the same features, namely: changeable grid size, gravity on/off, hints, only allow solvable games.
Screenshot:
Related Posts:
coding session : Conversion to Upper Case
Code Section:
The code section provides the handlers for the page and control events along with other functions required. We mentioned that, ASP.Net follows an object model. Now, these objects raises events when someth… Read More
ASP.NET - Server Side
We have studied the page life cycle and how a page contains various controls. The page itself is instantiated as a control object. All web forms are basically instances of the ASP.Net Page class. The page class has the fo… Read More
ASP.NET - HTML Server
ASP.NET - HTML Server
The HTML server controls are basically the original HTML controls but enhanced to enable server side processing. The HTML controls like the header tags, anchor tags and input elements are not proce… Read More
ASP.NET - Validators
ASP.NET - Validators
ASP.Net allows the following sources of data to be accessed and used:
Databases (e.g., Access, SQL Server, Oracle, MySQL)
XML documents
Business Objects
Flat files
ASP.Net hides the com… Read More
ASP.Net Life Cycle
ASP.Net life cycle specifies, how:
ASP.Net processes pages to produce dynamic output
The application and its pages are instantiated and processed
ASP.Net compiles the pages dynamically
The ASP.Net life cycle co… Read More
0 comments:
Post a Comment