Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajweeks/zombie-apocalypse-ai-bot
An AI bot designed to survive a zombie apocalypse
https://github.com/ajweeks/zombie-apocalypse-ai-bot
Last synced: 25 days ago
JSON representation
An AI bot designed to survive a zombie apocalypse
- Host: GitHub
- URL: https://github.com/ajweeks/zombie-apocalypse-ai-bot
- Owner: ajweeks
- Created: 2017-06-16T08:49:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T11:23:17.000Z (over 7 years ago)
- Last Synced: 2024-10-30T02:42:50.278Z (2 months ago)
- Language: C
- Homepage:
- Size: 782 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zombie Apocalypse AI Bot
This is the repository of a simple bot which can autonomously traverse a zombie-ridden world. I made most of in just under a week, using a framework given by my school [(DAE)](http://digitalartsandentertainment.be/).
Its main features include utilization of a behaviour tree, combined steering behaviours, and caching the world info it comes across.
![](http://i.imgur.com/ta1N4XX.png)
![](http://i.imgur.com/vXbDWCM.png)
![](http://i.imgur.com/aIrO5RE.png)
Dependencies:
- [Box2D](http://box2d.org/)
- [ImGUI](https://github.com/ocornut/imgui)
- [SDL](https://www.libsdl.org/)
- [GL3W](https://github.com/skaslev/gl3w)