Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.