game ai

Created: Jul 23, 2022Published: Mar 28, 2023Last modified: Apr 05, 2023
No tags
Word count: 25Backlinks: 7

Game ai?

To me this means:

But it should probably mean more!


Backlinks

Related to Game AI, a newer take on state-machines / behavior trees.

Allows for more emergent behavior.

GOAP supports dynamic prioritization of goals based on world-state.

Also supports nuanced planning building based on cost-analysis.

Often uses A* to build the 'path' (plan).

Pretty raw for now.

Game Dev/Design Education

A Godot monorepo full of games, addons, and scripts.

Finite State Machines (FSM).

A classic Game AI pattern.

Trying to get a handle on larger game dev topics as I encounter and tackle them.

Game AI can be modeled with behavior trees.

We want a very expressive behavior tree lib, so we can be expressive in our AI design.

Ideally Behavior Trees can be visualized and debugged easily.

Enemy AI design, Level Design. It's all coming together.

Somewhat related: Build a Level editor