Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 523 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 523 Bytes

Rusty Bird

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

Assets are from here.

Screenshot

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