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# Tetris!
By Andrew K. McCarter

LayoutForm.cs - this is merely the GUI for the game and controls all keyboard input
Screen.cs - this class handles the creation of off-screen graphics used for double-buffering
Shape.cs - this class takes care of creating the shape and positioning it in the game grid
GameGrid.cs - this class represents the game grid

CSharp_Tetris.zip