Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeansberg/goapdemo
A proof of concept demonstrating game AI using Goal Oriented Action Planning
https://github.com/jeansberg/goapdemo
Last synced: 15 days ago
JSON representation
A proof of concept demonstrating game AI using Goal Oriented Action Planning
- Host: GitHub
- URL: https://github.com/jeansberg/goapdemo
- Owner: jeansberg
- Created: 2019-01-01T18:00:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T20:08:31.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T11:12:31.973Z (about 2 months ago)
- Language: C#
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Goal Oriented Action Planning in a roguelike
This will be a simple console roguelike game with creatures using an AI system based on the Goal Oriented Action Planning architecture.## Credits
* http://alumni.media.mit.edu/~jorkin/goap.html
* https://gamedevelopment.tutsplus.com/tutorials/goal-oriented-action-planning-for-a-smarter-ai--cms-20793