Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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. 

the second one isnt a bug, if you are ready you move slower but dont take "lethal" damage. the yellow bar is recoverable, the red bar is not.