Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevetoro/flappy-bird-rs
A really basic Flappy Bird clone, written in Rust.
https://github.com/stevetoro/flappy-bird-rs
bracket-lib game-development rust
Last synced: 9 days ago
JSON representation
A really basic Flappy Bird clone, written in Rust.
- Host: GitHub
- URL: https://github.com/stevetoro/flappy-bird-rs
- Owner: stevetoro
- Created: 2024-10-21T08:44:47.000Z (17 days ago)
- Default Branch: master
- Last Pushed: 2024-10-23T04:02:11.000Z (15 days ago)
- Last Synced: 2024-10-26T17:10:06.526Z (12 days ago)
- Topics: bracket-lib, game-development, rust
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flappy-bird-rs
A (really basic) Flappy Bird clone written in Rust, using the `bracket-lib` game library.
Just clone the project and run with `cargo`.
```bash
git clone https://github.com/stevetoro/flappy-bird-rs.git
cd flappy-bird-rs
cargo run
```## What's Next?
Some fun features I'd like to add:
- Sprites and images to better illustrate the player, obstacles, and world.
- Select player character from a list of sprites.
- Difficulty option which shortens frame duration and obstacle gaps.
- Save and load game state by writing to and reading from a config file.