From 92db171b7eb1811763237db9e8c46c6a6071cc76 Mon Sep 17 00:00:00 2001 From: bitscuit Date: Wed, 21 Dec 2022 08:59:08 +0100 Subject: [PATCH] added text stuff to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9342c9b..d2f8265 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # FlappyBird -Implementation of the game Flappy Bird in C \ No newline at end of file +Implementation of the game Flappy Bird in C. +It makes use of the *curses* library to render the game in a TUI. + +I wrote this code some time ago and now made it open source to share it with you. +Enjoy! + +Created by Thomas Van Acker. +Available under the GPLv3 license. +