Skip to content

pmuens/rusty-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published