From 7c86284ca84dc3e80d522d38a6da1f340ee94dae Mon Sep 17 00:00:00 2001 From: Peery Date: Sat, 19 Nov 2022 01:03:19 +0100 Subject: [PATCH] Added simple README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..242c117 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Concept + +The idea is to create a sandbox environment in godot to let some form of evolutionary algorithm run that controls turrets and missiles. + +The current idea is that missiles get to maneuver autonomously and have to ram their target while turrets need to predict their trajectory and shoot them down. +It'll probably be a mess. + +![alt text](https://gitea.lubiland.de/pandro/GeneticMayhem/src/commit/8c079822f0688283242582db47c4bdafa2242f19/example-2022-11-18.gif)