https://github.com/carp3/rusty-bird
A Flappy Bird clone
https://github.com/carp3/rusty-bird
bevy flappy-bird rust
Last synced: 8 months ago
JSON representation
A Flappy Bird clone
- Host: GitHub
- URL: https://github.com/carp3/rusty-bird
- Owner: carp3
- Created: 2024-06-19T19:03:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T10:35:45.000Z (over 1 year ago)
- Last Synced: 2025-01-30T18:48:22.462Z (9 months ago)
- Topics: bevy, flappy-bird, rust
- Language: Rust
- Homepage:
- Size: 323 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rusty Bird
Weekend project: A Flappy Bird clone written in Rust using the Bevy engine.
Assets are from [here](https://github.com/samuelcust/flappy-bird-assets).

### 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