From cfebccb7a5a4e19090f2259efd18a8e97b318c96 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 9 Nov 2019 11:11:23 +0100 Subject: Boilerplate SDL class --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..95f1418 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# FlappyBird + +A modest implementation of flappybird in C++ make with SDL2. -- cgit