


OVERVIEW
This is a 3D first-person survival puzzle game where the player navigates through a dark, maze-like house while being hunted by zombies.
To survive and progress, the player must explore the environment to find a weapon for defense, a light source to improve visibility, and keys to unlock doors and advance through the maze. The gameplay combines exploration, puzzle-solving, and combat, requiring players to manage limited resources while avoiding or fighting off zombies.
Engine
Unity
Platform
Windows
Project Type
Solo
Primarily Role
Gameplay Programming
Project Duration
The game starts in a dark environment where the player must explore a maze-like house filled with scattered chests. As players approach a chest, an interaction icon appears, indicating that it can be opened. Some chests are empty, while others contain important items such as a gun, a light source, or a key, depending on the order in which they are discovered.
GAMEPLAY SHOWCASE
FEATURES
Player Behavior System
-
Implemented player movement including walking and running
Interaction System
-
Added chest interaction mechanics with proximity-based UI prompts
-
Implemented item pickup system for key, weapon, and light
Health System
-
Implemented player health tracking system
-
Added damage handling when attacked by enemies
-
Connected health loss to game-over conditions
Enemy AI Behavior
-
Implemented zombie patrol behavior
-
Added player detection and chase logic
-
Created attack behavior when enemies reach the player
Animation System
-
Added character and enemy animations
-
Connected animations to gameplay states
Menu
-
Created main menu and in-game UI
-
Menu actions to game start and restart flow
Weapon System
-
Added shooting mechanics for player defense
-
Connected weapon usage to enemy damage system
Zombies roam the environment and If the player gets too close, enemies will chase them. Players can run to create distance, escape danger, and hide. The light source helps improve visibility in the dark, while the gun allows players to defend themselves. Once the player finds the key, they must navigate through the maze to locate the exit door and progress to the next level.
