Skip to content

vyshnovka/athens-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theseus and the Minotaur

This is a puzzle/maze game implemented in Unity.

The idea is to get Theseus to the exit without him being caught by the Minotaur. For each move that Theseus makes, the Minotaur makes two moves. The Minotaur always tries to get closer to Theseus, but prefers horizontal move over vertical.

The proudest part of the project revolves around the development of this editor tool tailored specifically for level creation. Just place walls and entities where you like in the scene and save to a premade scriptable object (btw, level frame is drawn automatically).

image

Tools

image image

Setup

  1. Install Unity 2021.3.25 from archive.
  2. Clone this repository using git clone https://github.com/vyshnovka/athens-maze.git in Git Bash.
  3. Open created folder as a project in Unity Hub.