Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 313 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 313 Bytes

Unfinished tetris ripoff in c

requirements:

  • sdl2
  • sdl2_mixer
  • sdl2_image

to build and run:

make all run

controls:

  • (a,d) or (left, right) to move left and right.
  • (w) or (up) to rotate
  • (s) or (down) to fall faster
  • (x) to fall instantly