Skip to content

The flappybird clone you definitely dont need. This is my first game written in C++ using glfw.

License

Notifications You must be signed in to change notification settings

Tigermouthbear/flappytiger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlappyTiger

The flappybird clone you definitely dont need. This is my first game written in C++ using glfw.

Installing (Linux)

Arch: AUR package available as flappytiger at https://aur.archlinux.org/packages/flappytiger/

git clone https://aur.archlinux.org/flappytiger.git
cd flappytiger
makepkg -si

Other:

git clone https://github.com/Tigermouthbear/flappytiger.git
cd flappytiger
git submodule update --init --recursive
mkdir build && cd build
cmake -DINSTALL_APP=ON ..
make
sudo make install

About

The flappybird clone you definitely dont need. This is my first game written in C++ using glfw.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published