Week5 Portfolio


Description

A simple game scene was implemented based on the week 4 tutorial project.

In this scene, the enemy will spawn from spawner every x seconds, the enemy spawned will find and chase player, when the enemy successful contacted with the player, the player will take 1 damage from the enemy, the enemy will die after that.

At a fixed location, a health pack will spawn every x seconds, the health pack will heal the player by 3 points when the character walks to the health pack.

When the player health dropped to 0, the game end screen pop up and ends the game.



Gif image of enemy spawns regularly from spawner location from the Unity project made by me.

The enemy will spawn from the spawner by every 3 seconds, then the enemy will find the closest way to chase the player by NavMesh.



Gif image of the player taking damage when enemy collide with the player from the Unity project made by me.

The player will take damage when the enemy collides with the player, the enemy will die after damaged the player.



Gif image of the health pack spawn every 6 seconds and heals the player when picking up by walk to it from the Unity project made by me.

The health pack will spawn one for every 6 seconds, player will heal 3 HP by walk to it to pick up.



Screenshot of end game screen from the Unity project made by me.

The game ends when player health drops to 0 points, end game screen will pop up.


During this task:

  • No issues during this task.

Get UTAS KIT207 Portfolio

Leave a comment

Log in with itch.io to leave a comment.