Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ApmeM/BrainAI

BrainAI is a set of helper classes to add AI to your game.
https://github.com/ApmeM/BrainAI

ai bot bot-framework game-ai pathfinder pathfinding pathfinding-algorithm pathfinding-algorithms

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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

- [AI](BrainAI/AI/README.md)
- [Pathfinding](BrainAI/Pathfinding/README.md)
- [InfluenceMap](BrainAI/InfluenceMap/README.md)
- [Simulations](BrainAI/Simulations/README.md)

Example
==========

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

Credits
==========

- [**Nez**](https://github.com/prime31/Nez) - ![GitHub stars](https://img.shields.io/github/stars/prime31/Nez.svg) - 2D game engine. Inspiration for basic pathfindings and different AI technics are taken from there.
- [**StrightEdge**](https://code.google.com/archive/p/straightedge/) - 2D polygon library for games. Provides path-finding and lighting. StrightEdge graph is a rewritten adoption of this project's pathfinding part.