Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.
/ flappy-bird Public archive

A game made for a gamedev course

Notifications You must be signed in to change notification settings

xfnty/flappy-bird

Repository files navigation

Windows Build Linux Build OSX Build

TODO:

  • Base and background
  • Pipes
  • Bird
  • Score
  • Bird animations
  • Game Over screen
  • Start The Game screen
  • Audio
  • Fix segfaults

Developing

Installing dependencies

On Linux

sudo apt install -y build-essential git cmake libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev

On Windows

Building

make configure build run