Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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