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 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T08:02:06.000Z (about 1 year ago)
- Last Synced: 2025-04-13T16:11:53.200Z (7 months ago)
- Topics: ai, bot, bot-framework, game-ai, pathfinder, pathfinding, pathfinding-algorithm, pathfinding-algorithms
- Language: C#
- Homepage:
- Size: 280 KB
- Stars: 45
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
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) -  - 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.