Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carp3/rusty-bird
A Flappy Bird clone
https://github.com/carp3/rusty-bird
bevy flappy-bird rust
Last synced: 2 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T10:35:45.000Z (6 months ago)
- Last Synced: 2024-09-27T07:03:20.523Z (3 months ago)
- Topics: bevy, flappy-bird, rust
- Language: Rust
- Homepage:
- Size: 323 KB
- Stars: 14
- 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).
![Screenshot](https://raw.githubusercontent.com/carp3/rusty-bird/main/screenshot.png)
### 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