Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 459 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 459 Bytes

Tetris in 200 C lines

Used ncurses only to read, and time the loop. Tried to use as few libraries as possible.

You can make new shapes and change the table dimensions easily! ;)

Najib

How to run

  1. Have C installd on your PC (almost every PC ever has C installed)
  2. then run make. On Mac and Linux run make in your term.
  3. run ./a.out
Screen.Recording.2022-01-28.at.11.54.43.mov