top of page

Scare Maze 2

Scare Maze 2 is a Unity based project created for a Game Jam lasting a month centered around recycling old projects. Me and a partner teamed up to recreate Scare Maze, a game where you play as a ghost who can possess objects and jump out of them to scare the people wandering the maze.

The Scripts that I created were: ExitGate, LevelManager, LockTrigger, NotifyDoorIsOpen, ObjectiveTrigger, PersonMover, and PersonObjective

Takeaways

During this project, I worked primarily on the AI pathing of the people wandering the maze. I learned how to use a NavigationMesh to restrict where the people could move and created a custom waypoint selection system to allow a central manager to decide where each of the people would go to and when for the ultimate goal of finding a key and bringing it to a locked gate at the exit of the maze.

bottom of page