https://github.com/terroo/flappybird
The famous game made with C++ and SFML
https://github.com/terroo/flappybird
cplusplus cplusplus-17 flappybird sfml
Last synced: 2 months ago
JSON representation
The famous game made with C++ and SFML
- Host: GitHub
- URL: https://github.com/terroo/flappybird
- Owner: terroo
- License: gpl-3.0
- Created: 2022-08-15T14:23:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T12:29:03.000Z (6 months ago)
- Last Synced: 2025-04-02T09:44:33.203Z (3 months ago)
- Topics: cplusplus, cplusplus-17, flappybird, sfml
- Language: C++
- Homepage: https://youtu.be/lPDl6ul8-wg
- Size: 174 KB
- Stars: 47
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flappy Bird (remix)
The famous game made with C++ and SFML---
# Dependencies
+ [g++](https://github.com/gcc-mirror/gcc)
+ [SFML](https://github.com/SFML/SFML/)
+ [Make](https://github.com/wkusnierczyk/make) or [CMake](https://cmake.org)---
# Building and Run
## Make
```bash
git clone https://github.com/terroo/flappybird
cd flappybird
make
```## CMake
```bash
git clone https://github.com/terroo/flappybird
mkdir -p flappybird/build
cd flappybird/build
cmake ..
make
```---
# Screenshots


---
Game made in the video tutorial: