/rusty-bird

A Flappy Bird clone written in Rust

Primary LanguageRust

A Flappy Bird clone written in Rust following the "Hands-on Rust" Book by Herbert Wolverson. Click here to play the game in your browser.

Menu Playing End
Menu Playing End

Useful Commands

nix-shell

cargo new <name>

cargo build
cargo clean
cargo test

cargo run

cargo fmt

cargo clippy

cargo check

cargo install wasm-bindgen-cli
cargo uninstall wasm-bindgen-cli

~/.cargo/bin/wasm-bindgen target/wasm32-unknown-unknown/release/rusty-bird.wasm --out-dir docs/ --no-modules --no-typescript

Useful Resources