Simple maze game that is used to teach Unity to beginners. The project file contains a Demo Scene (used to show how the project works) and a Dev Scene (used to allow those participating to create their own maze).
- Install Unity version 2019.2.3f1, if not already installed.
- Download and extract the project folder into the directory of your choice.
- Launch Unity and use the Open button to navigate to the project folder.
- Change the resolution to "Standalone 1024x768" in the Game display window
- Double click the DemoScene under the Scenes folder for a preview of the mechanics of the maze.
- Double click the DevScene to design your own maze by dragging in GameObjects from the "PREFABS" folder.
- In the CollectibleFlashlight object, you must assign the flashlight object that is childed under the FPScontroller to FlashLightGO
- Make sure to drag in a StartGate, an EndGate, Collectibles, some Corn Walls (acts as maze walls) and decorations!
This project runs in Unity version 2019.2.3f1
To build the project, navigate to File -> Build Settings. If a new scene is created, make sure to add it to the build settings. Make sure that only the scene that you wish to have built is checkmarked. Finally, press build and enjoy! The game allows for a spacebar press to restart the level during the Win/Loss screens, and Escape can be pressed at any time to exit the project.
Scripts written and some 3D assets created by Nick Lai (github.com/nickalai, lai137@mail.chapman.edu)
3D Art assets created by Kevin Horii (horii100@mail.chapman.edu)
Sound FX taken from the Unity Asset Store (https://assetstore.unity.com/packages/audio/sound-fx/horror-sfx-32834)