-
Notifications
You must be signed in to change notification settings - Fork 1
2 Gameplay
- Character switching
- Enemy hordes
- Improve skills
See TDD for specific details on implementation.
- Character Switch: Change from Fang to Onimaru and viceversa.
- Movement: Fast speed.
- Shoot
- Dash
- EMP Field
- Ultimate
- Movement: Slow speed.
-
Shoot
-
Shield
-
Energy Blast
-
Ultimate
Movement: WASD / Left Joystick
Aim: Mouse / Right Joystick
Shoot: LMB
Dash/Shield: RMB
EMP/Blast: Q
ULTIMATE: E
-
Movement: Slightly slower than Fang.
2.1. Melee Attack: 10% health damage (Only melee Grunts).
2.2. Ranged Attack: (Only ranged Grunts).
- Movement: Same as onimaru.
- Ranged Attack: Beam of energy (like lasers).
- Melee Attack: A strong dashing melee attack. Dash+sword. AI: The Special will shoot while he is at distance form the player. Between each shot, he will move closer to the player and shoot again. If he gets close enough to the player, or the player approaches him, he will start spamming the melee attack. The distance to switch to this behavior is the distance that he can move with the dashing part of the attack. If the player manages to move away from it, it will start shooting again.
Three collectibles can be found hidden throughout each Level. They are called "Upgrade Cells". When finding all 3 Cells of one level, both Fang and Onimaru will recieve a permanent upgrade in one of their skills, that can be accumulated through the following stages of the game. This upgrade is recieved at the moment the last Cell is found.
-
Level 1 Upgrades
- Fang: Dash - hurts enemies that it touches.
- Onimaru: Shield - bounces bullets.
-
Level 2 Upgrades
- Fang: PEM Field - Damage increase to enemies affected
- Onimaru: Energy Blast - Damage increase to enemies affected

- Loosing life + Hurt overlay
- Recovering Life
- Skill Cooldown
- Skill Duration
The loose condition in the game is to get both Characters killed. When one of the characters is killed, it will be automatically switched for the other one. The dead character will start recovering HP as usual, but will not be available until it has recovered full life. If by that time the second character is also killed, the player will not have more available characters and it will be GAME OVER.





