FoonLudum Dare ExplorerLD46 → Blob Guardian

Blob Guardian

By theomelet

View on ldjam.com

CategoryRankScoreCount
Overall23782.8022
Fun21692.7722
Innovation14873.1522
Theme13493.6022
Graphics23121.7823
Audio15672.1021
Humor16932.4018
Mood23721.9720

Comments

barrier 2020-04-21 10:15

Dat placeholder art! The gameplay is interesting, I'm glad I didnt do the same kind of thing (had a couple of concepts) Too bad there is only one level because you could have done some cool stuff with this!

flying-dog-fish 2020-04-21 17:28

I really like the concept of this game. You really need to find more time to work on your art, because it's hard to grok the game and play it properly when things are barely recognizable. A few more levels and a few more tools would be great too.

cjm 2020-04-21 22:14

Ha, you used emscripten on your game too! :) It took a bit to figure out what was going on, but after that it was kinda cool.

theomelet 2020-04-22 09:41

@cjm Yeah :) I'm using it for a while now and in my code only the 10-20 lines of main.cpp/web_main.cpp file differ between Linux native and web build (took me a while to figure out that you are supposed to heap allocate everything in main() and then return from it back when I started using it in ldd 43... but from then on it was always smooth sailing (I'm even using a custom experimental Clang compiler with Emscripten without a problem). Nice to see a fellow experimenter :)

theomelet 2020-04-22 09:44

@barrier. @flying-dog-fish Yeah... I once again allocated too much time to engine dev/testing part and too little to game dev part... I never got to draw the second version of non-placeholder graphics and lost my will to create more maps once I had to place everything for the first one in the code (gui editor for my engine is the main TODO for the next jam). For next ldd I'll be more prepared and game focused :)

freso 2020-04-22 20:14

Love the music :D

texz 2020-04-22 20:22

Nice Idea, you should do the same with better graphics

mcjammydodger 2020-04-22 20:31

Nice game. Since the collision boxes didn't match the art exactly it was a bit hard to judge how close the spikes could be to the blob. I liked the concept though!

kayahr 2020-04-27 16:36

Nice game concept and interesting sounds. I'm sure you had fun recording it (If that's you making the dududididiu sounds :D ) And hats off to you for programming your own game engine instead of using the all-mighty Unity!

eduardogacn 2020-04-29 00:30

good concept.

It is more difficult than it looks

keppu 2020-05-04 06:09

Clever mechanics and take on the theme. However my ball just goes through the trampolines. I don't know what to do..

hiro-e 2020-05-04 07:25

I try to get more levels. Its only one?

theomelet 2020-05-04 08:43

@keppu The trampolines only work if the blob falls on it and has no effect while walking. Thx for the feedback, I should've added a hint.

theomelet 2020-05-04 08:44

@hiro-e There's only one level as I was building it without a visual editor (code only) so in the end I couldn't get myself to create more levels for this jam.

dziek 2020-05-07 21:48

I struggled with the trampolines until reading the above comment, I was also placing them wondering what was happening. I didn't get very far in this, was a bit too tricky for me. I didn't think the graphics were as much of a problem as other people though, and I really enjoyed the audio (even if it was a little quiet!)

papaver 2020-05-07 22:12

Cute little game! I also had to read the comment about the trampolines in order to finish the level. Interesting mechanics, it has potential for more!

kjscott 2020-05-10 11:12

Took a while to understand how to use all the controls, when I finally did I was able to complete the game. Would have been nice for additional levels after the first and only level.

Lifting the spikes up ended up being a pain as it didn't feel like I was dragging and dropping them upwards properly, definitely some work needs to be done on the handling of that.

yy404 2020-05-10 12:40

Nice game! I have no sound but it maybe my problem.