So, I am making a dungeon game, and it has little to nothing except the boss I was working on.
THE THUNDER WIZARD! (It’s awe-inspiring)
He gets 5 attacks, one I have already done
Landmines that the player steps on and it launches projectiles everywhere.
Nothing
Nothing
Nothing
Nothing
So… Anyone got ideas for attacks for my boss?
My poorly built dungeon game because of lack of skill (Also, the numbers above the boss are visual reference for the random number that signals attacks)
you can make the boss throw potions everywhere onto random tiles and have the potions kind of linger there until they go away. So kind of like lingering potions from Minecraft.
add in swarm enemies that can also trigger the land mines and overwhelm the player but easy to cut down, or you could add in an electric bar that goes from side to side.
For the potion attack you can just make a target sprite on a random tilemap and make the potion move to that spot. It’s probably mot the best method, but it should get the job(blurred for those who are scared of the word) done!
coughcough. Anyway… I have completed the boss.. AND made level 2!
Boss has 4 attacks no longer 5.
Landmines
Lightning Bar
Potion Toss
Lightning cage (This move locks you in a box)
I have added a dash function. Using left click on your mouse you can dash in the direction your facing! It’s basically the only way to dodge most attacks in the game.
Level 2 is just a tilemap right now. You can however dash up when you meet a wall. Sorta like wall climbing. Hope you enjoy this update!
What should I add next?
Another boss (please no my game is almost at 1k+ blocks)
So this update doesn’t realllly deserve an update, but I think it’s pretty nice.
SO! I have completed level two for the most part, I still need a way to leave level 2. It does offer however, lil’ mushroom guys that you can stomp on goomba style. And shooters that shoot things at you from all directions. It’s not much, but I hope you guys enjoy! (Sidenote: I realized I added too many hearts for my deving purposes, so I fixed that lol)
OH! Almost forgot. Whenever you die, it sets you to your last saved location.