Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svelterust/flappy-bird-bevy
Flappy Bird and genetic algorithms
https://github.com/svelterust/flappy-bird-bevy
bevy flappy-bird rust
Last synced: 29 days ago
JSON representation
Flappy Bird and genetic algorithms
- Host: GitHub
- URL: https://github.com/svelterust/flappy-bird-bevy
- Owner: svelterust
- Created: 2021-10-23T00:41:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T01:25:36.000Z (almost 3 years ago)
- Last Synced: 2024-11-24T16:18:05.534Z (29 days ago)
- Topics: bevy, flappy-bird, rust
- Language: Rust
- Homepage: https://knarkzel.github.io/flappy-bird-bevy/
- Size: 6.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flappy-bird
`flappy-bird` in Rust using genetic algorithms and neural networks for artificial intelligence.
## Native
```bash
cargo run --release
```## Web
Install following:
```bash
rustup target add wasm32-unknown-unknown
cargo install wasm-server-runner
```Then run with following:
```bash
cargo run --release --target wasm32-unknown-unknown
```