Skip to content

aregnak/flappybird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird in SFML v3.0 to learn more C++

How to run:

Linux:

# clone repository
git clone https://github.com/aregnak/flappybird.git
cd flappybird

Compiling and running:

# build using make
make 
# OR
make compile
#run with
./flappy
# OR
make run

# build using shell script
./build.sh
#run with
./flappy

About

Flappy bird remade in C++ using SFML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published