Go to file
Leonora Tindall 36da3483ae Use a more lenient asteroid spawning strategy
Two large asteroids are created to start.
New asteroids are only created when the total asteroid area is below 12.
Large asteroids have 4 area, medium asteroids have 2, and small
asteroids have 1.
Asteroid true sizes are based on multiples of a base number.
2023-04-03 22:36:06 -05:00
.vscode fixed bugs 2022-10-14 16:27:58 +05:30
assets readme 2023-01-13 03:28:52 +05:30
models play as human 2023-01-13 01:32:58 +05:30
src Use a more lenient asteroid spawning strategy 2023-04-03 22:36:06 -05:00
.gitignore Ignore testing files 2023-04-03 22:30:51 -05:00
Cargo.lock Use a normal distribution for mutations 2023-04-03 22:32:53 -05:00
Cargo.toml Use a normal distribution for mutations 2023-04-03 22:32:53 -05:00
LICENSE Initial commit 2022-10-09 01:53:40 +05:30
README.md update readme 2023-01-25 03:37:29 +05:30

README.md

Interactive AI training simulation

Train your own AI to play asteroids game using neural networks and genetic algorithm that uses the rules of natural selection to evolve. Save the best AI or load it later or play the game yourself!.

See Explanation on YouTube

Try Yourself

(The testing branch contains incomplete flappy birds AI)