rzsavilla / BlobsonicEngine

Group Project: 3D OpenGL Game Engine
GNU General Public License v3.0
2 stars 0 forks source link

Artificial Intelligence System #14

Open rzsavilla opened 7 years ago

rzsavilla commented 7 years ago

AIController Component: Determines actions that an entity will do This can be finite state machine or behavioural tree structure. Behaviours should be attachable.

AI System then applies the logic to these.

rzsavilla commented 7 years ago

AI system looks at AI components and determines the actions of an entity based on these variables

rzsavilla commented 7 years ago

Simple AI states to implement

States

rzsavilla commented 7 years ago

AI Architecture

Finite State Machine Simple behaviours defined

Behavioural Tree