https://github.com/shashwatkathuria/flappybird-gamedevelopment
Flappy Bird using LOVE2D Framework in Lua.
https://github.com/shashwatkathuria/flappybird-gamedevelopment
2d-game flappy-bird flappy-bird-game game-development love2d love2d-framework lua
Last synced: about 1 month ago
JSON representation
Flappy Bird using LOVE2D Framework in Lua.
- Host: GitHub
- URL: https://github.com/shashwatkathuria/flappybird-gamedevelopment
- Owner: shashwatkathuria
- Created: 2019-07-27T11:19:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T18:15:06.000Z (over 5 years ago)
- Last Synced: 2025-03-22T13:16:42.310Z (about 1 month ago)
- Topics: 2d-game, flappy-bird, flappy-bird-game, game-development, love2d, love2d-framework, lua
- Language: Lua
- Size: 45.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlappyBird-GameDevelopment   
----------------------------
ABOUT THE PROJECT
----------------------------This is the 2D game Flappy Bird.
----------------------------
TECHNOLOGIES USED
----------------------------- Lua 5.2.4
- LÖVE2D 11.2----------------------------
INSTRUCTIONS TO RUN THE PROJECT
----------------------------Type the following commands in sequential order to run the game:
sudo apt install lua (To install lua)
sudo snap install love (To intall love2d framework)
[ignore above two commands if already installed]
love .----------------------------
CONTROLS
----------------------------
## Left Player- space to flap, cross in between the pipes as far as possible
---------------------------