Introduction - If you have any usage issues, please Google them yourself
User options The Options form enables users to reset the high scores and turn sound on and off.
Help The application includes a compiled Help project. The compiled Help is accessed through the Help menu item.
Mouse The mouse is used not only to play the game, but to drag the form around when the title bar is hidden.
Keyboard The "M" key toggles the menu and title bar on and off. The "P" key pauses and restarts the game action.
Several Visual Basic and .NET Framework features are highlighted:
GDI+ graphics The game action is implemented by using drawing functions from the System.Drawing namespace.
Registry High scores are stored in the registry.
Object-oriented programming The game action and drawing is controlled by several classes that act together. The main game classes are the Grid and Block classes. The PointTranslator class adds utility functions for drawing the blocks. The HighScores class handles retrieving and setting scores.