Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 607 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 607 Bytes

Tetris

.NET console project based on classic Tetris game.

This application has detailed menu section and simplified, but informative interface.

The graphics is clear, without screen flickering.

Game controls:

    Right Arrow - Right
    Left Arrow - Left
    Down Arrow - To bottom
    Space - Figure rotation
    
    S - Skip current figure
    P - Pause
    M - Game Menu
   

I have added new features - obstacles after each level and speed label.