FoonLudum Dare ExplorerLD42 → Macabre Hollow

Macabre Hollow

By shundread

View on ldjam.com

CategoryRankScoreCount
Overall10152.9723
Fun9682.8421
Innovation9042.8621
Theme12252.3121
Graphics11022.4421
Humor7242.3320

Comments

arcadonauts 2018-08-14 06:00

The is the beginning of a nice little Rouge Light.

stellaryyan2 2018-08-14 06:07

Enemy attacking each other is really great design. It would be great if the game has keyboard support.

langep 2018-08-14 06:10

It took me a minute to get the controls but then it was fun and challenging. Is there a way to not take damage but still attack? I think this would definitely benefit from some music.

shadoninja 2018-08-14 06:13

This reminds me a lot of the game Hoplite! You should check it out if you haven't already. I liked the mechanics. Got stuck on level 7 though.

shundread 2018-08-14 06:39

Thanks for the feedback so far. :)

I regret I couldn't fit keyboard support into the deadline, nor actual proper UI design & scaling for mobile, so I ended up providing the worst of both worlds! The one thing I was able to make sure is that it's a "complete game" & that it's beatable, even if it gets far less intuitive later on.

I might look into remaking this outside LD as a more full-featured game with proper art, sound & music once I'm able to get my hands on an artist and have time to redesign the data structure so it's easier to factor the joke in the game design into the level designs.

Also, hoplite looks dank as hell and I think I'm getting it once I'm done playing World of Xeen.

araklaj 2018-08-14 08:49

Huh, very peculiar game with far more strategy than I first thought. Good design choices on enemies being able to attack each-other, and strategic layouts with buffs/debuffs anyone can use, makes for an interesting puzzle game.

sosaddude 2018-08-14 20:03

Wow, i really satisfied about this visual style. It looks great !

awix 2018-08-15 06:34

A good game idea, the music should be improved. The graphics are good. But our game is better)))

the-vall 2018-08-18 09:38

Solid entry, good work.

cristihkj 2018-08-23 14:09

Nice game! Really cool and interesting! :D

crafty-mine 2018-08-27 13:08

nice game!he graphics are nice and i liked he powerup system.it could go really well if it had some keyboard controls!and the texts are a little small overall,nice game

optimans 2018-08-28 08:54

At first, the lack of information made things a little confusing and I am still not sure what compressing the data really added to the game. However, when I realised that enemies could damage each other, it became a lot more interesting. You have developed some elements which could make for a very interesting puzzle game if developed a little more.

shundread 2018-08-28 10:17

Part of the joke is also that compressing the data adds a bug to the game, namely "carry one" operations bleed onto the next field. I take extra care with the subtractions and ignore what may happen in additions because "it's so hard". I guess for extra joke value I should have added a test like "if (digit > 9) { digit = 9; }" while ensuring beforehand the carry-one operation has already happened, thus making the condition unreachable.

I didn't quite get to design enough levels making explicit use of the bug :/ - but some of the last levels 6-10(?) require you to understand the bug.

There's a remake in the works, and I'll rework the "bug" to be more understandable, as well as more visible, I'll also be adding more content to the game.