Home

Awesome

Zomboid Survival

License version PR's Welcome GitHub followers Twitter Follow

A Unity based First Person Shooter game with a Zombie theme built with Unity terrain using raycasting for shooting and the core mechanics you'd expect in an FPS with available item pick-ups. Zombies use AI navigation and precise pathfinding to chase down the player. The game also has a HUD interface which is VR compatible.

Implemented my algorithms for AI pathfinding, navigation, raycasting, and other mechanics. Online free assets were mostly used excluding some which've been self-designed customly.

The game is PC, Mac, and Linux standalone (can also be customizable and exported for other platforms). Open this project with Unity and choose build target in build settings to export runnable and play.

This game was inspired by GameDev.tv's Unity Game Developer online course. Design assets were inspired by the course but mechanics and AI were done from scratch without the help of the course.

Note

Developed with Unity 2019.1.14f1.

Preview

<p align="center"><img src="https://user-images.githubusercontent.com/36305142/85042545-f6b68400-b1a8-11ea-9cba-ba45960d160a.png" height="500" width="800"></p> <p align="center"><img src="https://user-images.githubusercontent.com/36305142/85042562-fae2a180-b1a8-11ea-86f1-9fe527991323.png" height="500" width="800"></p> <p align="center"><img src="https://user-images.githubusercontent.com/36305142/85042599-046c0980-b1a9-11ea-932b-6129218351f6.png" height="500" width="800"></p> <p align="center"><img src="https://user-images.githubusercontent.com/36305142/85042634-0d5cdb00-b1a9-11ea-9d39-d9e6646b11e1.png" height="500" width="800"></p>

Playing guide

License

This project is licensed under the MIT License, a short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

<p align="center"> Copyright (c) 2019 Sai Vittal B. All rights reserved.</p>

Contributing

$ git clone https://github.com/[YOUR-USERNAME]/zomboid-survival.git
$ git add .
$ git add path/to/your/file
$ git commit -m "DESCRIBE YOUR CHANGES HERE"

$ git push origin

ForTheBadge built-with-love ForTheBadge powered-by-electricity

<p align="center"> Copyright (c) 2019 Sai Vittal B. All rights reserved.</p> <p align="center"> Made with ❤ by <a href="https://github.com/saivittalb">Sai Vittal B</a></p>