/Virtual-Reality-Maze

This is a simple virtual reality maze developed using unity

Primary LanguageC#MIT LicenseMIT


Logo
Background photo created by kjpargeter - www.freepik.com

Virtual Reality Maze

A virtual reality experience
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgements

About The Project

This repository is for a VR maze experience in Unity. The objective of the game is to find a key for opening a door. In the way you can recolect some coins

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/Diezaztek/Virtual-Reality-Maze.git
  2. Load the project in Unity
  3. Open the Main scene located in Assets/UdacityVR/Scenes

Usage

maze

You can navigate through the maze using the waypoints, which are the green boxes all around the map. Feel free of adding/removing more or changing its location

waypoint

When you hover on a waypoint the aim will change and the waypoint will increase and decrease its size

aim

When you find coins or the key you need to press the action button for you to collect it. They will dissapear and a sound feedback will be played

key

Right after you find the key, you need to go to the door and click on it. You can change the door speed in its properties

door

You can find the door properties in Temple/Door

door-properties

When you get into the temple you will see a "You win" sign. Click it for restarting the game

reset

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Francisco Torres - LinkedIn

Project Link: https://github.com/Diezaztek/Virtual-Reality-Maze

Acknowledgements