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