https://github.com/hackpulsar/flappy-char
A flappy bird clone in your terminal.
https://github.com/hackpulsar/flappy-char
c console-application console-game makefile
Last synced: about 1 year ago
JSON representation
A flappy bird clone in your terminal.
- Host: GitHub
- URL: https://github.com/hackpulsar/flappy-char
- Owner: hackpulsar
- Created: 2024-04-23T15:01:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T22:23:38.000Z (over 1 year ago)
- Last Synced: 2025-05-21T16:18:37.544Z (about 1 year ago)
- Topics: c, console-application, console-game, makefile
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flappy-char
A flappy bird clone in your terminal.
# Demo

## How to build
Run ```make``` in the root directory. This will generate a ```flappy_char``` executable. Run it in your terminal or terminal emulator. Simple as that.