https://github.com/rafaybbx/raptor-flappy-bird
A Flappy Bird project in raptor with assets.
https://github.com/rafaybbx/raptor-flappy-bird
flowchart raptor
Last synced: 4 months ago
JSON representation
A Flappy Bird project in raptor with assets.
- Host: GitHub
- URL: https://github.com/rafaybbx/raptor-flappy-bird
- Owner: rafaybbx
- License: mit
- Created: 2025-01-25T14:34:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T02:32:05.000Z (over 1 year ago)
- Last Synced: 2025-02-04T03:22:27.952Z (over 1 year ago)
- Topics: flowchart, raptor
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flappy Bird Project
This is a Flappy Bird project that includes a Raptor flowchart and supporting images. The flowchart outlines the logic and structure of the game, while the images are assets used in the project.
## Files in This Repository
- `flappy.rap`: The flowchart for the Flappy Bird game logic.
- `bird.png`, `bg.png`, `ready.png`: Assets used in the project.
## How to Use
1. Open the Raptor flowchart file using [Raptor Flowchart Interpreter](http://raptor.martincarlisle.com/).
2. Make sure the flowchart and the images are in the same folder.
3. Press Ctrl+F5 to execute compiled flowchart.
## About Flappy Bird
Flappy Bird is a simple side-scrolling game where the player controls a bird, attempting to fly between columns of pipes without hitting them. This project is a conceptual representation of the game's logic.
## Contributing
Feel free to use this however you like.