screenshot
setup the level
screenshot
maze generated building
screenshot
avoid the zombies
screenshot
control the zombies into traps
screenshot
avoid the traps

Welcome to The Crazy Hospital!

This project was done during my games programming study in the second halt of the second semester. To realize this I used the Unreal Engine 4.14 and the scripts are written in blueprints. For the generation of the building I used a maze generation algorithm. Based on the generated maze I split the maze in an 2d array with 2x2 Parts. I checked the parts to create the rooms. The zombies have a basics finite state machine. If they see the player in a range they walk towards them and if their close enough they attack the player. The player can avoid the zombies or kill them by direct them by following into the traps.

status
finished 02/2017
genre
escape game
duration
2 months
engine
Unreal Engine 4
language
Blueprint
role
Programmer (world generation & AI)