Page 1 of 1

H0ard3() - a top-down wave-based shooter

Posted: Fri Aug 26, 2016 4:58 pm
by Hydrogen Maniac
Image

Hi all!
I've been working on this game over the last couple of months and it's finally in a state that I'm happy with. :awesome:

H0ard3() is a wave based top-down shooter with minor rougelike elements and features:
  • 7 playable characters(four of which are unlockable)
  • 20 unique waves
  • 8-ish different enemy types
  • 8 different upgrades(selectable between waves)
  • 2 bossfights
Controls
moving = "W,A,S,D"
shoot = "LMB"
toggleFullscreen = "F"
increase sound volume = "+"
decrease sound volume = "-"
toggle showFPS = "z"


oh, and before you play... sidestrafing makes you move faster.
H0ard3()_v1.0.love
(10.8 MiB) Downloaded 494 times
known bugs/issues
  • various audio errors
  • summoners can spawn ghouls(purple enemies) inside of other enemies
  • occasionally the wave will continue for a brief moment even if all enemies are dead

Like what you hear? Then don't forget to check out ParagonX9!
http://paragonx9.newgrounds.com/audio/

Re: H0ard3() - a top-down wave-based shooter

Posted: Sat Aug 27, 2016 7:27 am
by drunken_munki
I liked the random(?) upgrades at the end of a wave; the enemies upgrading was also a nice touch.

From a technical point the pathing and collision seems to work really well, did you write that or learn and incorporate another library?

I kinda like the minimalist tron like aesthetic, this should be fun to extend with other vector drawings and shaders? Great stuff.

This will be fun for you to make even more 'juicy', if you wanted/needed to (I can see you have done a fair amount already).


Re: H0ard3() - a top-down wave-based shooter

Posted: Sat Aug 27, 2016 10:08 am
by Hydrogen Maniac
I'm glad you liked it. :awesome:

The collision and pathing doesn't use any libraries and is deceptively simple once you start to analyse it. I'd love to add more "juicy" stuff but atm I'm trying to add some finishing touches to another game I've been working on. I still haven't wraped my head around shaders but I'd love to add some bloom later down the line.

Re: H0ard3() - a top-down wave-based shooter

Posted: Sat Aug 27, 2016 4:12 pm
by raidho36
I just wound up kiting a literal bunch of enemies all the time, it's not very fun. The boss would hug you and then you take damage and eventually die, I had 4 speed upgrades and it still wasn't fast enough to get away from it. Getting upgrades at random kinda ruins it a bit, like you want specific upgrade path to match your playstyle but instead you get upgrades that you don't even want, making it a waste. I guess you could randomly put upgrades from specific categories, like a random defensive, offensive and manoeuvrable upgrade, so if you don't get exactly right one, you still get useful one.

Re: H0ard3() - a top-down wave-based shooter

Posted: Sat Aug 27, 2016 6:39 pm
by Hydrogen Maniac
I've always found kiting to be oddly mesmerizing, if you've ever played this old fps called painkiller you might know what I mean. Altough admittedly it's not for everyone.

As for the boss, well... I tried to sneak in some dynamic difficulty to avoid having it be way too easy or way too hard. The boss will always be a bit faster than the player when the player is moving in a straight line and a bit slower than the player when the player moves diagonally. It's not exactly a brilliant solution.

The upgrade system is somewhat inspired by rougelike/light games in the sense that you'll have to make the best out of a bad situation from time to time. It also forces you to pick upgrade combinations that you'd normally avoid for the first couple of runs. Characters like the gambler or the smuggler are on the other hand better suited for focused playthroughs. Sadly I never implemented a safetynet so it's entirely possible to get 5 extend border upgrades and no firerate upgrades in a row.

I appreciate your crituqe and hope this helped explain some of the decisions I made when making this game.

Re: H0ard3() - a top-down wave-based shooter

Posted: Thu Jun 04, 2020 5:48 am
by SlyXPG
Updated this to LÖVE 11.3, also small gameplay changes.
Hoard.love.zip
(10.8 MiB) Downloaded 414 times

Re: H0ard3() - a top-down wave-based shooter

Posted: Thu Jun 04, 2020 6:07 am
by ivan
It works, but I can't see the cursor when it's over the game window.
And yea, it definitely needs more "juice".