Gamedev Hackathon Zense
Boss Fight: The boss in our game has three types of attacks in its arsenal. The boss locks onto the player and uses one of the 3 attacks randomly. We used the sprites for the boss from the website https://www.spriters-resource.com/.
Attacks Needle Throw: Throws the needle(its weapon) which attacks the player and again returns to Hornet.
Dash Attack:
Dashes the Player sliding itself towards the player.
Sphere Attack;
Jumps and forms a Sphere around itself which protects it and also attacks the player.
PLayer Character: The player needs to fight with bosses. The player has a set of movements including jump,dash,wall slide, wall jump, double jump. We used ibis paint to design and animate the main character. Player Movements Motion: Player moves with arrow keys. Jump: Player jumps when you press the 'z' key.
Player Attacks:
The player attacks with the "X" key. The attack action can be done in 4 directions by holding the corresponding arrow key and pressing the attack key.