-
Notifications
You must be signed in to change notification settings - Fork 2
Final Boss
Cameron Taylor edited this page Oct 19, 2017
·
3 revisions
- treasure chest starts in the middle island
- health pickups are also distributed around the level
- once the player gets close to the island, the wave ends
- set the player to be anchored
- disable player control
- an "animation" plays where the kraken's tentacles grab the chest and drag it into the water
- wave ends when chest is underwater
- player regains control
- one at a time, tentacles will attack the player. an attack consists of:
- bubbles under the player's current position for a short period of time
- then the tentacle pops out of the water
- if it hits the player, it grabs them and does damage
- else, it stays up for a period of time and wiggles. this is the player's chance to attack
- as each tentacle's health is lower, these times speed up
- once all tentacles are defeated, the wave is over
- now they attack in groups 8 total tentacles
- randomly execute attacks
- attack 1: spawn in a circle around the player
- attack 2: rapidly spawn where the player is
- once all tentacles are gone, wave ends
- the head and all tentacles appear. each have their own health
- the head is stationary, but the tentacles travel around
- once all are dead, the wave is over.
- an "animation" plays that spawns the chest again on the middle island
- wave ends
- once the player gets close to the chest, the chest bursts open
- the player has 60 seconds to collect as much as possible
- the wave ends and a congrats message appears
Info related to the various assets in the game
Info related to the player and enemies present in the game.
Info related to the structure of the scenes in the game.