Skip to content

MYS-games/Assignment-week-9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment-9

  • Shir Avraham
  • Yuval Zarbiv
  • Matti Stern

On this part the section we chose is A.2. from the AI file: We change the game to be a FPS game, and added a weapon to the player.

We added 4 scripts:

Gun script - The gun script handle the player shoot, using raycast and partical system effects.

GunTarget script - The gun Target script handle the enemy (same for the player / engine) hits and update it's life points.

EnemyRange script - The EnemyRange script checks if the player or the engine is in the enemy chase or shoot range, if the player is closer than the engine the enemy attack the player otherwise - attack the engine.

EnemySpawner script - The Enemy Spawner script handle the Spawn of the enemies on the map, if the enemy number below 5 the spawner spawn new enemy (enemy number = 5).

Play on Itch : https://mattistern.itch.io/enemy-assignment9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published