Skip to content

bones-ai/rust-flappy-bird-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird AI

AI learns to play flappy bird.

This is a neuro-evolution simulation of flappy birds implemented in rust using macroquad

Demo

youtube

Usage

  • Clone the repo
    git clone git@github.com:bones-ai/rust-flappy-bird-ai.git
    cd rust-flappy-bird-ai
    
  • Run the simulation
    cargo run --release
    
  • To update the simulation configurations use the configs file located at src/configs.rs