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

https://github.com/leshow/flappy_bird

Flappy bird clone made in ggez (rust)
https://github.com/leshow/flappy_bird

Last synced: about 1 year ago
JSON representation

Flappy bird clone made in ggez (rust)

Awesome Lists containing this project

README

          

# Flappy Bird

Written in [ggez](https://github.com/ggez/ggez), this is a flappy-bird clone I'm working on because I haven't made a game in a very long time. That is all.

## Run

```bash
cargo run --release
```

## Install

```bash
cargo install
```

## Screenshots

![Get Ready!](./screenshot/flappy_bird.png)
![Gameover](./screenshot/gameover.png)