Love2D game engine implemented game FlappyBird
- Install the Love2D engine for your OS. Instructions for installing are given on the page itself
- Confirm the installation using
love --version
- Clone this repository in a convinient location
- To run the game (if stuck somewhere, visit this link for help)
- Windows
- Zip the files inside the cloned folder ( not the folder itself, i.e, it should be zipped such that
main.lua
file is in the parent directory ) - Rename the zipped file from
<givenName>.zip
to<gameName>.love
and you are done!! Enjoy :)
- Zip the files inside the cloned folder ( not the folder itself, i.e, it should be zipped such that
- MacOs and Ubuntu
- Navigate inside the cloned folder
~/FlappyBird/
and runzip -9 -r <choose_a_game_name>.love .
- Open the .love file, it sohould work. Enjoy!!
- Navigate inside the cloned folder
- Windows