2024-09-03 |
Minor Update
...
NEW:
-Added States to the FInite State Machine of the enemy NPC (orc):
.Idle State
.Patrol State
.Chase State
.Combat State
.Dead State
-Added World UI Health Bar to the enemy NPC (orc);
-The UI changes to the Orc Health Bar are handled using Observer Pattern;
FUTURE CHANGES/FEATURES:
-Bug Fixing;
-Rework the reward system;
-Adding more NPC's (Quest/Companion);
-Create a Simple Quest System;
-Main Character Upgrades;
-Map Rework;
|
2024-08-27 |
Minor Update
...
NEW:
-Added a FOV to the enemy NPC (orc)
FUTURE CHANGES:
-Add Behaviour to the NPC's;
-Rework the reward system;
-Map Rework;
|
Minor Update
...
NEW:
-Added Orc(Enemy NPC) animations:
-Idle;
-Locomotion;
|
2024-08-26 |
Major Update
...
NEW:
-Added the Finit State Machine Core System for the NPC Behaviour;
-Added a Pathfinding System(readapted from the Author:
Sebastian Lague);
FUTURE CHANGES:
-Add Behaviour to the NPC's;
-Rework the reward system;
-Map Rework;
|
2024-08-24 |
Minor Changes
...
Player Controller Script Reworked;
FUTURE CHANGES:
- NPC enemies behaviour reworking;
- Reward system rework;
- Map Rework;
|
2024-08-18 |
|