Skip to content

Commit 8ef471e

Browse files
committed
Readme and conf file
1 parent 6507c82 commit 8ef471e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -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

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
function love.conf(t)
2+
t.window.title = "Flappy Bird Demo"
3+
t.window.icon = "/assets/images/redbird-midflap.png"
4+
end

0 commit comments

Comments
 (0)