Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 715 Bytes

File metadata and controls

13 lines (8 loc) · 715 Bytes

Maze Shooter Mini-Game

Maze Shooter is a single-player mini-game built in Unity where the player navigates a procedurally generated 3D maze and fights enemies. The game is based on our main game MazeMates. We've used the following scripts from our Game: MazeGenerator3D and ResourcePlacement.

Gameplay

A. The player can choose between a gun and a machine gun: gun is default and you can switch by pressing 1 for gun, 2 for machine-gun. Shooting: by space.

B. The enemy has a weapon too and shoots at the player

C. The player starts the game with 100 health points and loses points when the enemies hits him. If health = 0 then player loses.

Play on itch