Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 395 Bytes

Tetris-clone

a clone of tetris made in C using ncurses library. runs in linxu terminal using simple ASCII graphics

CONTROLS

  • use left, right, and down arrow keys to move block.
  • use up arrow key to flip block
  • press F1 to quit.

Requirements

  • uses ncurses library.

screenshots

screenshot1

screenshot1