GDQuest / godot-steering-ai-framework

A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.

Home Page:http://gdquest.com/docs/godot-steering-ai-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finish the remaining toy demos

Razoric480 opened this issue · comments

There are a few demos that still need to be finished to reach MVP stage. Those are:

  • Path Following toy demo
  • Avoid Collisions toy demo
  • A global, game-like demo to show them in context

Elements common to each demo should also be split into common classes - such as a 2D steerable agent. This will make the demos a little easier to maintain.