Skip to content

sujay-ee/rust-genetic-rockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Rockets Simulation

A genetic algorithm simulation of rockets trying to reach the target written in rust using nannou.

Video demo

genetic-rockets.mp4

Usage

  • Clone the repo
    git clone git@github.com:sujay-ee/rust-genetic-rockets.git
    cd rust-genetic-rockets
    
  • Run the simulation
    cargo run --release
    
  • To update the simulation configurations use the configs file located at src/configs.rs
  • To update the map layout edit the file at assets/map.txt. 0 indicates a wall, 1 indicates a no-wall block

Experimental branches

References

About

Genetic algorithm simulation in rust using nannou

Topics

Resources

Stars

Watchers

Forks

Languages