Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.05 KB

Flappy Android

A port of TheCherno's Flappy Desktop Game to Android using OpenGL ES 3.0.

Android Requirements

  • Android 7.0 "Nougat" (API 24)
  • OpenGL ES 3.0

Progress of port 📋

  • OpenGL 3.3 Core -> OpenGL ES 3.0 adjustments
  • GLSL (ES) Adjustments
  • Adjusted Renderer
  • Touch Input
  • Asset Loading from Resources
  • Landscape Mode
  • Portrait Mode (Works but wrong pipe size)

Future plans (Additional features)

  • OpenGL ES 2.0 Renderer for more device compat.
  • Controller Input
  • Score Counter
  • Score Save-File
  • SFX
  • Menu
  • Icon
  • Splashscreen
  • Bluetooth Multiplayer!?
  • WIFI Multiplayer!?

License 📜

GNU General Public License v3.0

Credits 🌟

Special Thanks to Flappy Bird's creator: Dong Nguyen

Thank You @TheCherno for being the best OpenGL Teacher & awesome tutorial maker!