#devlog 2
I decided to make my game into a colloseum style game where every wave more skeletons spawn and you have to kill them.
I finished my first version!!!!!
From last devlog I added:
-An arena
-An Hp Bar
-Ability to restore your hp
-A main menu
And a lot more
#1 devlog
Working on a top-down rpg game. Gameplay is to kill skeletons, from them receive xp upgrade your character and progress through areas.
Until this point:
-I added the main character, he can run, attack, and has animation’s for idle, run and attack
-Also added the basic enemy(A skeleton) if i enter his range he will start to track me and when he is close enough i can kill him.
-When my player hits the enemy. enemy is pushed back and receives damage. when his hp equals zero he dies.
-player is invincible for now planning to adding it next