pmuens / rusty-bird

A Flappy Bird clone written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Flappy Bird clone written in Rust


Languages

Language:Rust 94.3%Language:Nix 5.7%