With the caveat that I do play a good amount of roguelikes, this one was far too easy. It needs better levels. You should add some algorithms that reject bad level generations. This one was beatable by killing the first two monsters and walking to the exit. Try generating levels until you get one where you need a strategy that is not that simple? Idk.
You can actually just walk straight to the exit, no need to fight anything.
Rogule: A dungeon a day keeps the Balrog away
21–30 of 60 posts
Re: Rogule: A dungeon a day keeps the Balrog away
#22I've been playing this daily for a while. The issue I've found with it is that your health recharges every 100 steps. This creates a divergence between the fun way to play and the way most likely to win. The optimal strategy is to spend a long time button mashing between enemies, and to run back and forth for ages when facing a powerful enemy. I think it would be better if your health didn't recharge (with the enemie…
Re: Rogule: A dungeon a day keeps the Balrog away
#23I've been playing this daily for a while. The issue I've found with it is that your health recharges every 100 steps. This creates a divergence between the fun way to play and the way most likely to win. The optimal strategy is to spend a long time button mashing between enemies, and to run back and forth for ages when facing a powerful enemy. I think it would be better if your health didn't recharge (with the enemie…
Isn't this a fairly central mechanic in many of the traditional roguelikes though? I know rogue and nethack both have this and it means that finding a safe place to rest for a while is an important part of your strategy. In nethack at least, there are more, faster enemies and you also have hunger to contend with so trying to rest to recharge your HP isn't an easy or boring way to play.
Re: Rogule: A dungeon a day keeps the Balrog away
#24This is the type of thing where I am staying up just to play it again. I would suggest a simple "how to" pop up, like a question mark button on the side.
Re: Rogule: A dungeon a day keeps the Balrog away
#25The big dot between the cursor keys doesn't seem to do anything. And on mobile there's no keyboard to push a . key.
Re: Rogule: A dungeon a day keeps the Balrog away
#26I've been playing this daily for a while. The issue I've found with it is that your health recharges every 100 steps. This creates a divergence between the fun way to play and the way most likely to win. The optimal strategy is to spend a long time button mashing between enemies, and to run back and forth for ages when facing a powerful enemy. I think it would be better if your health didn't recharge (with the enemie…
Re: Rogule: A dungeon a day keeps the Balrog away
#27Clojure - cool, I haven’t seen this in the wild for ages! https://github.com/chr15m/rogule.com/tree/master/src/rogule
That is wild! I've always wondered with functional programming what it would actually look like to have a game written in it- guess this is my answer.
Re: Rogule: A dungeon a day keeps the Balrog away
#28Earlier quoted context omitted.
Agreed. This isn't quite like the classic roguelike in which it's a struggle to survive and a miracle to win. In fact it may be unrealistic to expect a "daily" game to have that. This is more about getting a high score and sharing with friends how you approached the same dungeon.
> This isn't quite like the classic roguelike in which it's a struggle to survive and a miracle to win. Most classic roguelikes are reasonably easy to win provided you know and follow the obscure, nearly impossible to find by yourself and very rigid optimal way to go. That’s why I like to call checkbox ticking games.
Re: Rogule: A dungeon a day keeps the Balrog away
#29Earlier quoted context omitted.
Agreed. This isn't quite like the classic roguelike in which it's a struggle to survive and a miracle to win. In fact it may be unrealistic to expect a "daily" game to have that. This is more about getting a high score and sharing with friends how you approached the same dungeon.
> In fact it may be unrealistic to expect a "daily" game to have that. Why? Plenty of roguelikes and -lites have daily seeded runs. The genre is pretty much optimal for a "daily" format.
Re: Rogule: A dungeon a day keeps the Balrog away
#30Very cool! I love the use of emoji as icons. I'm surprised more simple games don't make use of them.