Skip to content

carp3/rusty-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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