https://github.com/tareknaser/flappy-bird
A simple version of the famous game made using lua.
https://github.com/tareknaser/flappy-bird
game lua
Last synced: 11 months ago
JSON representation
A simple version of the famous game made using lua.
- Host: GitHub
- URL: https://github.com/tareknaser/flappy-bird
- Owner: tareknaser
- Created: 2020-11-08T15:40:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-08T16:42:42.000Z (over 5 years ago)
- Last Synced: 2024-12-30T13:10:46.572Z (over 1 year ago)
- Topics: game, lua
- Language: Lua
- Homepage:
- Size: 548 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flappy-bird
### Introduction
Flappy-bird is a simple version of the famous game.
- Project Link: [https://github.com/tareknaser360/Flappy-bird](https://github.com/tareknaser360/Flappy-bird)
- preview Link: [https://youtu.be/qptwbTQIjKo](https://youtu.be/qptwbTQIjKo)

### Built With
* Lua
### Requirements
- Download love by lua from the official website.
- Download all files and folders.
- make a shortcut of love.exe.
- drag the Flappy-bird folder into the shortcut to open the game.
### Usage
- the game starts with the bird in the middle of the screen.
- press the space bar to start the game.
- press the space bar to make the bird jump and try to avoid hitting a the poles.
- when the bird hits a pole or the ground, the game ends.
- the score is then shown in the middle of the screen with a "Game Over" message.
