libmmo icon indicating copy to clipboard operation
libmmo copied to clipboard

Basic entity behavior

Open mworzala opened this issue 1 year ago • 0 comments

Introducing basic entity behavior trees. For now, they will only support sequential and very basic conditional decision making (eg start following a player if it is nearby).

The system will have support for Hydrazine, EnoriaPF, and my own experimental (and incomplete) pathfinder. Each one has problems and may be better in one case than another. For example, Enodia supports swimming, whereas mine currently does not. But Enodia does not support jumping and cliff avoidance, whereas mine does.

mworzala avatar Aug 17 '22 21:08 mworzala