Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 861 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 861 Bytes

Deathrun Game - Unity

This repository contains the Unity-based game logic for the Deathrun Game.

Installation

To run the Unity game locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/CodingFactory-Repos/deathrun-game.git
    
  2. Open the project in Unity (version 2021.x or later is recommended).

  3. Build and run the game within the Unity editor.

Project Overview

The player must navigate through procedurally generated rooms, avoiding traps and aiming to reach the exit as quickly as possible.

Key Features:

  • 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.

Technologies Used

  • Unity (2021.x or later)