godot-steering-ai-framework/project/demos/SeekFlee
Francois Belair 85784791ec Add and have most demos use specialized agents
The agents auto-update themselves and can calculate their velocities.
This keeps the user from having to create an update_agent function.
It can also save the user from having to keep track of and update
velocities at all by using the provided `apply_steering` method.

Closes #15, closes #16
2020-02-06 16:00:41 -05:00
..
Boundary.gd Use beginner 2d platformer visual style 2020-02-03 18:07:43 +02:00
Player.gd Use beginner 2d platformer visual style 2020-02-03 18:07:43 +02:00
Seeker.gd Add and have most demos use specialized agents 2020-02-06 16:00:41 -05:00
Seeker.tscn Use beginner 2d platformer visual style 2020-02-03 18:07:43 +02:00
SeekFleeDemo.gd Quick start and reference guides (#7) 2020-01-27 11:39:06 -05:00
SeekFleeDemo.tscn Make window always on top, add missing background 2020-02-04 12:35:46 -05:00
Spawner.gd Update project to follow GDScript guidelines closer 2020-01-16 10:44:44 +02:00