https://github.com/setghm/flappybirdcmd
Flappy bird game for the windows command prompt.
https://github.com/setghm/flappybirdcmd
console-game-engine cpp cpp-game cpp-game-engine flappy-bird-game windows-console-game
Last synced: 4 months ago
JSON representation
Flappy bird game for the windows command prompt.
- Host: GitHub
- URL: https://github.com/setghm/flappybirdcmd
- Owner: setghm
- Created: 2024-12-29T05:21:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T02:31:02.000Z (about 1 year ago)
- Last Synced: 2025-08-20T08:42:43.609Z (6 months ago)
- Topics: console-game-engine, cpp, cpp-game, cpp-game-engine, flappy-bird-game, windows-console-game
- Language: C++
- Homepage:
- Size: 98.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Flappy Bird CMD
_by setghm_
This is a Flappy Bird-like game that runs in the legacy Windows Command Prompt (aka CMD)

The project is a Visual Studio C++ project, so you can build it using that IDE (tested in Visual Studio 2022).
All images used in this game are color matrices with values accepted by the Windows Command Prompt (numbers from 0 to 16).
All of them were created using my own CMDPaint application, you can see it [here](https://github.com/setghm/CMDPaint).
> [!NOTE]
> The game must be run from its working directory, otherwise the assets folder will not be found and the game will crash on startup.
>
> You will also need to have the **Microsoft Visual C++ Runtime** installed to run the game.
### **Enjoy!**