An open API service indexing awesome lists of open source software.

https://github.com/jankodedic/tappyplane

A "Flappy Bird" clone
https://github.com/jankodedic/tappyplane

cpp cpp17 flappy-bird game sdl2 sdl2-image sdlw

Last synced: 3 days ago
JSON representation

A "Flappy Bird" clone

Awesome Lists containing this project

README

          

# Tappy Plane
*Tappy Plane* is a "Flappy Bird" clone written in C++17 using [SDLW](https://github.com/JankoDedic/SDLW).

# Screenshots





# Features
- Infinite scrolling background and ground which adds a feeling of depth.
- Custom cursor that reacts to clicks.
- Quality random obstacle generation using Mersenne Twister engine through the `` header.