PlaceholderGames / 2022-yr2-team-procrastinate

Second CS1S561 Game
2 stars 0 forks source link

Levels #33

Closed LiamFeasey closed 2 years ago

LiamFeasey commented 2 years ago

Added a basic AI. The AI will move randomly around, taking quick naps every so often. If the player gets within 3.3 units away from the AI the AI will follow them. The player's bullets will injure the AI, the damage done is decided by the damage set in the bullets, this will be changed to what is set for the weapon being used. When the AI runs out of health they die.

Currently 3 shots is sufficient to kill the enemy AI.