Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 754 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 754 Bytes

Tappy Plane

Tappy Plane is a "Flappy Bird" clone written in C++17 using 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 <random> header.