Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 151 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 151 Bytes

A simple Tetris written in C and using the ncurses library. Use in a console with a square font

Compile command: gcc tetris.c -o tetris -lncurses -lm