Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days ago
JSON representation
BrainAI is a set of helper classes to add AI to your game.
- Host: GitHub
- URL: https://github.com/apmem/brainai
- Owner: ApmeM
- License: mit
- Created: 2019-09-24T12:23:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:51:06.000Z (2 months ago)
- Last Synced: 2024-10-27T17:26:21.869Z (18 days ago)
- Topics: ai, bot, bot-framework, game-ai, pathfinder, pathfinding, pathfinding-algorithm, pathfinding-algorithms
- Language: C#
- Homepage:
- Size: 279 KB
- Stars: 40
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.