Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 446 Bytes

File metadata and controls

19 lines (17 loc) · 446 Bytes

Yet Another Tetris Clone

Yet another simple clone of Tetris written in C#

Controls

  • Left/Right/Down Arrow: Move piece left, right, or downwards.
  • Up Arrow: Rotate piece clockwise.
  • Space: Move piece as far down as it can go.

Todo

  • Score Tracking
  • Levels
  • Kicks
  • Piece Holding
  • Counter-clockwise Rotations
  • Improve UI
    • Next Piece Preview
    • Colored Blocks
    • Proper Game Over and Start Screens
    • Block Placement Preview