- This was only possible because of the work of Colton T. Ogden and Harvard's CS50.
- Specially thanks to freeCodeCamp.org for this video
- This is a Flappy Bird game made entirely in Lua using the framework Love 2d Engine
- This is a copy of this video implementation with addition of a Config state and architecture improvements
- First, install Love 2d Engine for Windows, Linux or Mac. It comes with Lua builted-in, of course.
- Then run
love main.lua
and enjoy