The character's camera and its movement is very nice however a lot of bugs occurred.
- When ready_fist = true and the enemy hit the player the yellow bar goes down, and the health stays the same and when yellow_bar == 0 then I die.
- When upon respawn from the first bullet point, and was hit by the enemy again the red bar and the yellow bar goes down. When yellow bar hits 0 then I die
- The PathFinding of the enemy is really not so great, the enemy tracks the player position but it doesn't have a flag or any links or a better ray-cast system.
- The enemy doesn't have a range of approach, it supposed to have a domain, and range of the enemy's ray-cast.