summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cache/clangd/index/TETRIS.c.921B6337581477A4.idxbin4842 -> 4906 bytes
-rw-r--r--README.md7
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
index be4103c..d501558 100644
--- a/.cache/clangd/index/TETRIS.c.921B6337581477A4.idx
+++ b/.cache/clangd/index/TETRIS.c.921B6337581477A4.idx
Binary files differ
diff --git a/README.md b/README.md
index f9a9caa..c2dbf71 100644
--- a/README.md
+++ b/README.md
@@ -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