BrainAI is a set of helper classes to add AI to your game.
Install this repository as a source for nuget for dotnet:
dotnet nuget add source https://nuget.pkg.github.com/ApmeM/index.json -n nuget.org
Install package from new source:
dotnet add package BrainAI
Dynamic example can be found here: https://apmem.github.io/BrainAI/Godot.html
- Nez -
- 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.