-
Notifications
You must be signed in to change notification settings - Fork 252
Useful Links and Resources
davebaol edited this page Jan 18, 2016
·
30 revisions
Given the nature of this page's content it is likely that some of the links below might become offline or even change. If you spot some broken link or wrong information please contact us or edit this page (all you need is a github account!) so we can fix it and maintain this page as up-to-date as possible. Please consider also sharing with us new contents that are not currently mentioned here. Thank you.
These are interesting open-source projects found on the web that use gdx-ai.
Project | Description | Path Finding | Steering Behaviors | Behavior Trees | State Machine | Messaging |
---|---|---|---|---|---|---|
GdxDemo3D | Cool 3D demo that smartly exploits the main gdx-ai features | ✅ (Navmesh) | ✅ | ✅ | ✅ | ✅ |
Pacman | Nice Pacman remake. Video | ✅ | ✅ | ✅ | ||
Biosphere | Simulation game made for the LibGDX Jam #1 | ✅ | ||||
The Sounds Of Earth | Game made for the LibGDX Jam #1 | ✅ | ||||
The Holly Matter | A reverse tower defense game made for Ludum Dare 33 | ✅ | ||||
Game Jam #1 | 2D game | ✅ Formation Motion | ✅ | ✅ | ||
Simple A* example | Simple example of indexed A* path finding | ✅ |