FoonLudum Dare ExplorerLD50 → Shootzilla

Shootzilla

By bernhard

View on ldjam.com

CategoryRankScoreCount
Overall4293.2323
Fun2703.4223
Innovation5652.5423
Theme5353.0023
Graphics4882.9723
Audio3822.9222
Humor3312.6722
Mood4912.8123

Comments

kamikaziuk 2022-04-04 18:42

I enjoyed this game. The artstyle was abit too simple but the player movement & shooting is very satisfying! Good work on this.

robowarrior1982 2022-04-06 16:35

Simple and efficient not too difficult it was funny The hand made graphics are funny ! (it remind me **Baldis Basics**).

mcshirt 2022-04-12 17:03

I thought this was a very nice entry. It was fun to pickup and play. I enjoyed the art and the way the map loaded in through the floor.

doomshmuck 2022-04-12 17:18

This was pretty fun. I really like some of the enemy designs too lol. It seemed really easy to cheese at first by just standing on the wall, so that's maybe something that could be balanced a bit early on. That strategy does end up losing due to the flying enemies though, which is good.

alight 2022-04-12 17:31

Easy to play. Home screen is pretty cool and so is the soundtrack. Good Work.

someone 2022-04-12 17:33

I like the way the level changes each round. I also thought it was too easy at first since you can stand on a wall, but then it got much harder. I made it to round 9.

jk5000 2022-04-12 17:34

Simple and a fun little shooter. Well done.

bernhard 2022-04-14 17:33

Thanks for all the comments everyone! Hopefully this LD I can get 20 reviews :fingers_crossed: It seems increasingly difficult these days...

If you're reading this, give the game a try! Thanks!!

quadtree 2022-04-15 08:13

Pretty fun game, and at least on my computer it ran really smoothly in Chrome after loading quickly. If there's one thing I'd add, it'd be a couple other weapons to add more variety.

knexator 2022-04-15 21:03

Fun graphics, nice enemy variety - it's missing some hook to make it unique, but works as a solid fps base

yeti-kid 2022-04-16 18:24

Really fun game! The enemy designs are great and loved the variety! I don't play many FPS's with a mouse so was a bit sensitive but got used to it! Great job!

jessekaz 2022-04-16 20:57

This was a lot of fun :) Mouse sensitivity was really high for me as well, could have used a way to adjust that, but otherwise nicely done. Shooting felt very solid and the hit registration effects made a big difference in making the combat feel tactile. Also, the feeling of inevitability is definitely evoked and grows over time. Those rainbow dudes are terrifying.

honey-pony 2022-04-18 02:59

The player physics in this are really nice. As soon as I started moving around I was having a good time.

I do think that the dark environment that sometimes shows up sort of contrasts with this... the mood I was expecting was a sort of fun arcadey shooter, but the lighting is sometimes very dark and makes it hard to see. I personally would probably just prefer constantly bright lighting. However, I can see how the darker lighting gels with the music and perhaps the narrative a bit, so it is I think a fine choice as well.

A small detail that I think is surprisingly good is just how fast the game loads. It really is frictionless to play in a way that I feel like matters. I honestly haven't seen anything else like it this Ludum Dare--which makes sense, I personally I almost always use Godot these days--but it does make me think, about just how much of an impact even the loading screen can have on leaving a positive impression. Looking into it, it looks like this is written with your own C++ library? Very cool.

So overall this is a very technically slick, fun little shooter.

bernhard 2022-04-19 02:08

Thanks everyone for playing and helping me over that dreaded 20 ratings goal :-)

@honey-pony Thank you for the feedback. The moving lighting was a bit of a last moment change to introduce a bit of variation in the visuals. I think I was thinking about screenshots to put on this page and imagined various lighting conditions would look good here but now that I look at it the two screenshots don't show that at all :sweat_smile:

Yes I use my own C++ [ZillaLib](https://zillalib.github.io/) for my game-jam entries. The library is now more than a decade old and being neat and tidy was important from the start. It does run on other platforms, including mobile, but for LD I think the web output is clearly the winning platform nowadays. Having gotten a virus here once a few years ago sure has cemented that idea for me.

If you look at the browser developer tools while loading it you'd see the entire game is just a single (compressed) 256kb JS file which has all the WASM binary and game assets embedded into it. I use a custom webassembly build system without Emscripten which does all the packaging directly from Visual Studio after coding and debugging natively on Windows.

Godot looks really good these days. The number of submissions and quality I see here on LD goes up every time. It's great to see that there is an alternative to Unity for so many people. I really should try it out some day.

binaryprinciple 2022-04-19 03:09

Hi, here is another review. I like the characters and music! You can add extra crunchy sounds for when you hit them or even add an animator to rescale them or rotate them to add that "hit sense" to it. I would recommend adding a mouse sensitivity option. What about collecting power ups so you are force to parkour your way around?