https://github.com/the0cp/flappy_bird
Flappy Bird made with C++ & EasyX
https://github.com/the0cp/flappy_bird
cpp easyx flappy-bird game game-development
Last synced: 4 months ago
JSON representation
Flappy Bird made with C++ & EasyX
- Host: GitHub
- URL: https://github.com/the0cp/flappy_bird
- Owner: the0cp
- License: mit
- Created: 2020-05-01T11:22:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T09:53:47.000Z (almost 5 years ago)
- Last Synced: 2025-10-21T20:41:51.236Z (8 months ago)
- Topics: cpp, easyx, flappy-bird, game, game-development
- Language: C++
- Homepage:
- Size: 8.97 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flappy Bird
It is a game remade of EasyX.
# About EasyX
EasyX is a graphics library for C++ that helps C/C++ beginners get started with graphics and game programming quickly. For example, you can quickly draw a house with geometry based on the EasyX Graphics Library, or a moving car; furthermore, you can write small games like tetris, greedy snake, reversi and others; In addition, you can practice various algorithms in graphics, and so on.
# More Projects:
https://github.com/theodorecooper/