Commit Graph

3 Commits

Author SHA1 Message Date
b0be1fdd96 Beating-With-Sticks: Added Rock and RockScript - enemy slows down when hit.
Player can throw rocks at enemy to slow them down.
Enemy script split into two scripts, one for movement and one for detection.
Added and edited some comments.
2024-08-13 12:53:54 +01:00
857973aff7 Beating-With-Sticks: Improved AI "patrolling" state and AI runs away
from player once in certain distance.
Made a second Movement script which allows the player to throw rocks.
Added/changed some comments for suggestions, things to do, things that
are done and bugs that need fixing.
2024-08-12 23:52:18 +01:00
d00afd6a48 Beating-With-Sticks: Created AIScript, AI moves
randomly and runs away from player when close.
Added NavMesh to scene. Updated documentation and tags.
2024-08-07 12:37:51 +01:00