An open API service indexing awesome lists of open source software.

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.

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.




Flappy Bird GIF

## 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.