Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamed-samy26/flappy-bird-cpp-sfml
Remake for Flappy Bird game with custom made physics and 2 levels of difficulity
https://github.com/mohamed-samy26/flappy-bird-cpp-sfml
cpp game game-development physics sfml sfml-game
Last synced: 28 days ago
JSON representation
Remake for Flappy Bird game with custom made physics and 2 levels of difficulity
- Host: GitHub
- URL: https://github.com/mohamed-samy26/flappy-bird-cpp-sfml
- Owner: Mohamed-Samy26
- Created: 2021-06-09T02:39:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T23:26:23.000Z (over 2 years ago)
- Last Synced: 2024-11-13T04:30:53.903Z (3 months ago)
- Topics: cpp, game, game-development, physics, sfml, sfml-game
- Language: C++
- Homepage:
- Size: 16.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flappy_bird_SP_project
A Remake for the classic fan favorite pixel art game `Flappy bird` using C++ and SFML library with custom made physics that emulates real life acceleration due to gravity.
the code can compile to both `Windows` and `Linux` as there is no OS specific code.## Gameplay
[![vid](https://github.com/Mohamed-Samy26/Flappy_bird_SP_project/blob/main/THumb.jpg)](https://www.youtube.com/watch?v=rDUfRAu-l10)
click on previous image for video or click [here](https://www.youtube.com/watch?v=rDUfRAu-l10&t=20s)
![menu](https://github.com/Mohamed-Samy26/Flappy_bird_SP_project/blob/main/bandicam%202021-08-14%2006-58-08-769.jpg)
## Level select
![menu](https://github.com/Mohamed-Samy26/Flappy_bird_SP_project/blob/main/bandicam%202021-08-14%2006-58-28-554.jpg)
## Levels
### Level 1 (Easy)
![l1](https://github.com/Mohamed-Samy26/Flappy_bird_SP_project/blob/main/bandicam%202021-08-14%2006-58-39-031.jpg)![thumb](https://github.com/Mohamed-Samy26/Flappy_bird_SP_project/blob/main/THumb.jpg)
### Level 2 (Hard)
Faster pipes and larger bird
![l2](https://github.com/Mohamed-Samy26/Flappy_bird_SP_project/blob/main/bandicam%202021-08-14%2006-59-22-339.jpg)
![l2](https://github.com/Mohamed-Samy26/Flappy_bird_SP_project/blob/main/bandicam%202021-08-14%2006-59-21-698.jpg)
![l2](https://github.com/Mohamed-Samy26/Flappy_bird_SP_project/blob/main/bandicam%202021-08-14%2006-58-49-365.jpg)
## Game over
![Go](https://github.com/Mohamed-Samy26/Flappy_bird_SP_project/blob/main/bandicam%202021-08-14%2006-06-03-731.jpg)