There's also the pacifist route. Since XP/level/HP (I'm not quite sure how to define character's advancement in Brogue) is no longer predicated on killing stuff, you can try to play without killing anything... if you want a challenge.
Although this is entertaining occasionally, I'm not sold on the whole NO XP thing.
Some thoughts after playing Brogue
Collapse
X
-
-
Actually this was very much true up until the 1.7 release. The first 2 levels are still trivial but things get really uncomfortable starting on D5+ now.Leave a comment:
-
It may just be that the difficulty level is set at a tad too low level for me to enjoy the tactically complex choices. There may be twenty different ways to beat a monster, some of them better than others, but the problem is that any of them will do the job, at least early on.
Perhaps the real challenge comes only after 10 or so dungeon levels? The only problem might be that the game starts slowly. (EDIT: I actually recall the designer saying something about this, maybe on Roguelike Radio? Because the strength of your character depends only on random finds, you have to give the player some time to grow with easy beginning.)
My last Brogue experience is from a year ago, so things may have changed. I introduced the new cool roguelike to my friend and watched him play for 15 or so levels. There was never any threat of dying. Perhaps in the end my friend died because he got bored and started playing sloppily -- that's a common Angband way of dying and I hate that in games. In all other respects we really enjoyed the game.
It's very hard to get the challenge level just right, I know, I've been struggling with my own Halls of Mist. Based on some threads about Ironband here it has a similar problem, the challenge level raises too slowly. It's very common in roguelikes.
IMO Epilogue has much less elegant mechanics than Brogue. The thing that makes Epilogue so enjoyable for me is that the challenge level forces me to consider every tactical option in every fight. Brogue doesn't do this.
EDIT: It may well be that my critique isn't relevant for most players. Me and some of my friends have a niche opinion. Many beginning Halls of Mist players complain that it is too merciless and no fun. The fact that Brogue gives beginners some easy levels may help the whole roguelike genre to grow in popularity.Last edited by Mikko Lehtinen; December 1, 2012, 08:56.Leave a comment:
-
I will start this by saying that I am biased (and slightly defensive) and feel that Brogue 1.7 is the best roguelike I've ever played. Best user interface, best tension, best tactical challenge, least tedious BS, best designed, most aesthetically pleasing, etc...
While I've only been playing Sil for about a week and like it enormously, most design choices that separate it from other bands (more transparent, tactical, sense of tension, etc) are executed more elegantly in Brogue.
However, it is missing a beautifully designed leveling/xp system like SIl has. No amount of knowing the game mechanics will let you create equivalents to Psi's singing/forging monstrosities.
It's the only video game that I've ever played that is as tactically challenging and complex as chess. In this regard it is much more like a board game than an RPG.
The true beauty of the game is found in the zen like state of creative problem solving that is required to beat it regularly. Most good players probably win 5% of the games they start, but could win closer to 50% if played smarter and more patiently. Most RLs just aren't winnable in these ratios due to how much of the game is based on luck instead of skill. Games of Brogue are lost because you weren't tactically smart enough to figure it out.
Enough rambling praise from me. I encourage you to read this brilliant post by one of the devs (?), Joshua Day who is far more articulate than I: On the outlandish balance of BrogueLeave a comment:
-
I feel discussions about other roguelikes very much belong here in oook. Of course Idle chatter exists too, but personally I feel roguelikes are the bread and butter of the oook forums, and belong right here under Variants. Renaming it to Variants & other roguelikes might be a good move?
Discussing other roguelikes is good in many ways. Many of us agree that Angband devs should be more aware of other roguelikes. Lively discussion might bring other roguelike players and developers here. Players googling for the latest cool roguelike might end up learning about Angband.Leave a comment:
-
Have you read the Brogue wiki. There's a lot of page devoted to Brogue's dungeon generation method that I found interesting.
Anyhow, I just got back into Brogue last night. Upgraded from 1.5.6 to 1.7 but haven't played 1.7 yet. I read the change log and was wondering how it would play without XP for killing stuff.
Looking forward to the whole one-and-done weekend competition thing. I always thought one-and-done comp would be interesting.
From what I read (and I read a lot) the recording/playback thingy also doubles as the game save mechanism, which is neat.
Also, there's UnBrogue.Leave a comment:
-
Hmm, actually one thing lowers Angband's difficulty level points for me. Escaping tough levels is too easy. Because you don't have to sacrifice anything for it, it becomes a boring default answer for many problems. (This was one of the reasons for why I stopped spending much time on *bands.)Leave a comment:
-
-
Speaking of epilogue, I downloaded it, but couldnt figure out how to moveLeave a comment:
-
Brogue is great, but I think it is too easy to be my personal game of choice. It takes a long time until fights start to get dangerous. I feel Sil, Epilogue and my own Halls of Mist are better in this respect. In Angband you are free to choose your own difficulty level, so it is arguably the best, but only if you have the right mindset to play it. Some people choose to make their game experience boring because they really want to keep their character alive.Leave a comment:
-
...wait, is this an issue with a single computer's FPU being nondeterministic? Or with different FPUs on different computers not behaving the same, so that replays cannot be shared across systems? The latter is much more of an acceptable issue than the former, though it's still not great.Leave a comment:
-
Rather than ditch floating point calculations altogether (ugh...), we could switch to using Python's Decimal library for fixed-precision floating point arithmetic. It's a bit tedious to set up, though, since Decimal instances don't interact with normal floating-point values (you have to do e.g. "decimal.Decimal(2.5)" instead of just "2.5").
Alternately, a different approach to replays would be to store them as incremental state updates. Assuming those updates are reversible, you'd also get the ability to rewind the game. But implementing that in the first place would be very tricky.Leave a comment:
-
I heard on the Brogue forum that most of Brogue's out of sync errors are due to floating point computations not giving exactly the same result, and that Pender is rewriting all float computations that can effect the game to integer computations to prevent this.Leave a comment:
-
Pete Mack wrote a replayer for V once - I don't recall what happened to it, though.Leave a comment:
Leave a comment: