Skip to content

A simple tetris game made in a weekend with C#.NET and GDI+

Notifications You must be signed in to change notification settings

AvihooI/PlainTetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PlainTetris

A simple tetris game made in a weekend with C#.NET and GDI+, showing that GDI+ is somewhat adequare for simple 2D games and is pretty easy to use in conjuction with a canvas form and Application.DoEvents() kind of game loop.

Controls: The regular left, right, down for movement. Up to rotate the piece (where applicable). Space to shower the tetris piece down. Enter to pause/unpause a game, as well as to start a new game after a game over. Escape to close the game.

About

A simple tetris game made in a weekend with C#.NET and GDI+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages