Related resources for Tetris Game in C#.
  • C#RIS : Tetris Game in C#2/2/2006 11:25:38 PM. I have written a Tetris clone that demonstrates how to use off-screen graphics buffering for smooth animation and utilizes a multi-dimensional array approach to designing a game grid. The classes are largely self-explanatory and the techniques are documented in code well enough to explain what is going on.
  • Another Tetris Game in C#2/2/2006 12:13:43 AM. Here is another version of Tetris. This program uses opaque background instead of real double buffering.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download