diff options
| -rw-r--r-- | .cache/clangd/index/TETRIS.c.921B6337581477A4.idx | bin | 4842 -> 4906 bytes | |||
| -rw-r--r-- | README.md | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.cache/clangd/index/TETRIS.c.921B6337581477A4.idx b/.cache/clangd/index/TETRIS.c.921B6337581477A4.idx Binary files differindex be4103c..d501558 100644 --- a/.cache/clangd/index/TETRIS.c.921B6337581477A4.idx +++ b/.cache/clangd/index/TETRIS.c.921B6337581477A4.idx @@ -2,3 +2,10 @@ 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 |
