bradley-mcfadden / worms

A game where you play as a sandworm fighting for survival in the modern world.
MIT License
0 stars 0 forks source link

Redo enemy AI using GdQuest AI library #5

Closed bradley-mcfadden closed 2 years ago

bradley-mcfadden commented 2 years ago

The GDQuest implementation of steering, following, evading behvaiours is far better than mine and would simplify the Enemy AI. Play around with the demos, and incorporate pathfinding nodes into the worm and the enemy AI.