Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/billyfrcs/flappybird

Flappy Bird Game.
https://github.com/billyfrcs/flappybird

2d-game cpp flappy-bird-game flappybird game game-development sfml sfml-2d-engine sfml-cpp sfml-dev sfml-game sfml-game-development sfml-graphics-library sfml-library

Last synced: 3 months ago
JSON representation

Flappy Bird Game.

Awesome Lists containing this project

README

        

Flappy Bird

![Flappy Bird GamePlay](https://github.com/BillyFrcs/FlappyBird/blob/master/assets/example/Gif/FlappyBird.gif)

Flappy Bird Game made with C++ and [SFML](https://www.sfml-dev.org/index.php) library.

## Getting Started

Clone or download this repository, and open in Visual Studio Code.

```
git clone https://github.com/BillyFrcs/FlappyBird.git
```

## Build And Run

- Just press "ctrl + shift + B" to build and run the game.
- Choose option to Debug or Release.
- To build the game manually, just type `./build.sh` in the terminal. make sure that you're in the right project directory.
- Please check this [DOCS](https://github.com/BillyFrcs/FlappyBird/blob/master/Template/README.md) for more details to setup and configuration this project.

> Get the [SFML Template](https://github.com/andrew-r-king/sfml-vscode-boilerplate) for making games from scratch using Visual Studio Code.