SPACE FOXES
MURDER PARTY
Single player Arcade Hack N Slash.The player races against the clock to reach the end of the level while fighting off hordes of enemies from outer space.
This Demo was my very first experience in game development
I Was the only developer involved in this project so everything you see is everything I did, meshes aside of course.
The idea for this project came to me as I was learning how to script animations in Unreal. My thinking was: how far can I take this? Consider that at the time I only had a bit of experience with Environment composition.
I then added a simple rogue-like-inspired combat system featuring a combo and some special charge=based abilities as well as hit reactions and a health and stamina system.
After scripting the characters animations came the AI, so I taught myself how to script group behaviors and attack patterns to prevent the AI from overwhelming the player character.
I then learned how to make some basic UI and UX like health and stamina bars but also target markers and basic tutorial widgets.
To put the game together i then learned how properly load the levels and implement victory and loss conditions to complete the game flow.