Awesome
ofFlappyBird
A port of FlapPyBird using OpenFrameworks. Either use the latest release(linux) or build from source. Currently only tested on linux.
Installation
- Download OpenFrameworks for your platform and install the dependencies.
- Clone the repo.
$ git clone https://github.com/TheLogicMaster/ofFlappyBird
Or just download as zip and extract.
- Change the Makefile so that the OpenFrameworks path points to your installation.
- Build and run the project like any OpenFrameworks project using Make.
$ make
$ make RunRelease
Todo
- Port to android, if I get around to removing the random absolute coordinates and look into image scaling/viewports
- Actually fix the logic for the collision testing code, as it produces pixel Y coordinate one too high for images and would cause out of bounds exceptions, so there's just an additional check now.