This repository contains the Unity-based game logic for the Deathrun Game.
To run the Unity game locally, follow these steps:
-
Clone the repository:
git clone https://github.com/CodingFactory-Repos/deathrun-game.git
-
Open the project in Unity (version 2021.x or later is recommended).
-
Build and run the game within the Unity editor.
The player must navigate through procedurally generated rooms, avoiding traps and aiming to reach the exit as quickly as possible.
- Room Navigation: Players can move freely within rooms to find the exit.
- Trap Interaction: Players will encounter and avoid traps placed by the trap setter.
- Dash Mechanic: Players can dash to evade traps and obstacles.
- Unity (2021.x or later)