We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6507c82 commit 8ef471eCopy full SHA for 8ef471e
README.md
@@ -0,0 +1,8 @@
1
+# Flappy Bird Remake
2
+
3
+A very basic, playable demo of the game "Flappy Bird" made using Love2D
4
5
+## Instructions
6
7
+- Use [this link](https://cocoscientist.itch.io/flappy-bird-demo) if you just want to play the game. (Windows only)
8
+- To make use of the source code, Love2D is required.
conf.lua
@@ -0,0 +1,4 @@
+function love.conf(t)
+ t.window.title = "Flappy Bird Demo"
+ t.window.icon = "/assets/images/redbird-midflap.png"
+end
0 commit comments