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
- Host: GitHub
- URL: https://github.com/jankodedic/tappyplane
- Owner: JankoDedic
- License: mit
- Created: 2018-02-28T14:04:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T17:12:18.000Z (over 8 years ago)
- Last Synced: 2025-10-30T20:40:53.984Z (8 months ago)
- Topics: cpp, cpp17, flappy-bird, game, sdl2, sdl2-image, sdlw
- Language: C++
- Size: 1.98 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.