From 0422bab835d760442f758d701016a16b6fae1591 Mon Sep 17 00:00:00 2001 From: Cole Landers Date: Thu, 11 Jan 2024 21:00:34 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e8ee92..1d3b5b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Tetris Clone +# Tetris Clone (Incomplete) Creating a Tetris clone in C to practice C programming and learn more about Raylib (awesome library btw!). @@ -48,4 +48,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail Inspiration, code snippets, etc. * [Tetris](https://en.wikipedia.org/wiki/Tetris) -* [raylib](https://github.com/raysan5/raylib) \ No newline at end of file +* [raylib](https://github.com/raysan5/raylib)