Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carp3/rusty-bird

A Flappy Bird clone
https://github.com/carp3/rusty-bird

bevy flappy-bird rust

Last synced: 2 months ago
JSON representation

A Flappy Bird clone

Awesome Lists containing this project

README

        

# Rusty Bird

Weekend project: A Flappy Bird clone written in Rust using the Bevy engine.

Assets are from [here](https://github.com/samuelcust/flappy-bird-assets).

![Screenshot](https://raw.githubusercontent.com/carp3/rusty-bird/main/screenshot.png)

### How to run:
On your local machine:

`cargo run`

In your browser:
```
rustup target add wasm32-unknown-unknown
export CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER=wasm-server-runner
cargo run --target wasm32-unknown-unknown
```

Source code license: Public domain