Godot project with turrets, missiles and some machine learning.
 
Go to file
Peery 8b25efe822 Missile with Exhaust Effects
Created a missile model with 4 exhausts in Blender and imported it with collision shapes (not tested yet if they work).
Created an exhaust shader with a simple particle trail. The shader that creates the exhaust flame can be adapted to the missile burn power.
assets Missile with Exhaust Effects
scenes Missile with Exhaust Effects
.gitignore Initial commit
README.md Added simple README
default_env.tres Default godot files
example-2022-11-18.gif Added GIF animation for the README
icon.png Default godot files
icon.png.import Default godot files
project.godot Missile with Exhaust Effects

README.md

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