Flappy Bird like game
On 50 Lines of Python
- Click the Download ZIP button here on GitHub, download and extract to a folder.
- Double click flappy.blend to open it, when it opens press P on the Keyboard.
- Flap with SPACEBAR or UP Arrow on the Keyboard.
Execute on stand-alone mode (not opening Blender):
$ blenderplayer flappy.blend
To Hack the game all logic is on this file:
https://github.com/juancarlospaco/flappy/blob/master/main.py
- Requires Blender because its the Game Engine (its not Compiled as Binary format because I only have Linux OS)