diff --git a/README.md b/README.md new file mode 100644 index 0000000..df04479 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# 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!. + +[Installation Link](https://github.com/sparshg/asteroids-genetic/releases/tag/v0.1.0) + +![](assets/demo.png) \ No newline at end of file diff --git a/assets/demo.png b/assets/demo.png new file mode 100644 index 0000000..f5c2b19 Binary files /dev/null and b/assets/demo.png differ