BrainAI icon indicating copy to clipboard operation
BrainAI copied to clipboard

BrainAI is a set of helper classes to add AI to your game.

BrainAI

BrainAI is a set of helper classes to add AI to your game.

  • AI
  • Pathfinding
  • InfluenceMap
  • Simulations

Example

Dynamic example can be found here: https://apmem.github.io/BrainAI/Godot.html

Credits

  • Nez - GitHub stars - 2D game engine. Inspiration for basic pathfindings and different AI technics are taken from there.
  • StrightEdge - 2D polygon library for games. Provides path-finding and lighting. StrightEdge graph is a rewritten adoption of this project's pathfinding part.