added text stuff to readme

This commit is contained in:
bitscuit 2022-12-21 08:59:08 +01:00
parent 4897e4b8c6
commit 92db171b7e
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# FlappyBird
Implementation of the game Flappy Bird in C
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.