A very simple implementation of the famous Flappy Bird video game in Lua and the LÖVE game framework.
(The instructions below have been made to work on Linux operating systems, specifically on Ubuntu 22.04 along with the prerequisite of having Git installed on your system.)
-
sudo add-apt-repository -y ppa:bartbes/love-stable
-
sudo apt update
-
sudo apt install -y love
-
git clone [https://github.com/zahradnik-ondrej/pong-love.git](https://github.com/zahradnik-ondrej/flappy-bird-love.git)
-
love flappy-bird-love