Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)