Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 503 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 503 Bytes

C Tetris

A simple terminal based Tetris game.

Features:

  • ASD controls, J and K for block rotation
  • Score, level and line counters
  • Blocks drop 50ms faster at each new level

To do, from highest to lowest priority:

  • Fix a bug that randomly causes a block to be moved down until crashing
  • Fix a bug that allows the O block to rotate (it thinks it is a Z block)
  • Allow blocks to rotate when near the wall
  • Add clockwise and counterclockwise rotation
  • Add hold block option