Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 294 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 294 Bytes

Tetris

Tetris in C using raylib. This program serves as a way of learning the basiscs of C. I tried following the tetris guidelines for the game found at https://tetris.fandom.com/wiki/Tetris_Guideline.

CURRENT PROBLEMS

  • collision detection
  • win / lose conditions
  • clearing lines