An open API service indexing awesome lists of open source software.

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

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

![Flappy Bird (remix) 01](./resources/img/screenshot-01.png)

![Flappy Bird (remix) 02](./resources/img/screenshot-02.png)

---

Game made in the video tutorial: