An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# FlappyBird-GameDevelopment ![Status completed](https://img.shields.io/badge/Status-finished-2eb3c1.svg) ![Lua 5.2.4](https://img.shields.io/badge/Lua-5.2.4-red.svg) ![LÖVE2D 11.2](https://img.shields.io/badge/LÖVE2D-11.2-yellow.svg)
----------------------------
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

---------------------------