3/28/23
ENT 4499
Shaian Khan
WIP Report #2
After adding the basic top-down player movement I started working on the player shooting and enemy AI mechanics. I have worked on the C# scripts such as player shooting script and enemy AI script.
For the beta version the enemies are following the player position and can collide with the player.
The player is able to shoot bullets by pressing the spacebar. If the bullet hits an enemy, it will get destroyed.
Here is the work in progress #2 clip: https://youtu.be/rxavf-V2LG0
My next step will be to add enemy spawn scripts and some attack variation for the enemies.