Skip to content

ApmeM/BrainAI

Repository files navigation

BrainAI

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

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.