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: 3 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T11:23:17.000Z (about 8 years ago)
- Last Synced: 2025-02-09T21:41:16.263Z (5 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.



Dependencies:
- [Box2D](http://box2d.org/)
- [ImGUI](https://github.com/ocornut/imgui)
- [SDL](https://www.libsdl.org/)
- [GL3W](https://github.com/skaslev/gl3w)