Slashdot Mirror


A History of Rogue

blacklily8 writes "Gamasutra has published "The History of Rogue: Have @ You, You Deadly Zs." Despite only the most 'primitive' audiovisuals, Rogue has continued to excite gamers and programmers worldwide, and has been ported, enhanced, and forked now for over two decades. What is it about Wichman and Toy's old UNIX RPG that has sent so many gamers to their deaths in the Dungeons of Doom, desperately seeking the fabled Amulet of Yendor? This article covers the history of the game, including the Epyx failure to make a ton of cash selling it in 1983. It also goes into rogue-like culture and development."

64 of 240 comments (clear)

  1. Imagination. by fractoid · · Score: 5, Insightful

    Despite only the most 'primitive' audiovisuals, Rogue has continued to excite gamers and programmers worldwide, and has been ported, enhanced, and forked now for over two decades.

    Despite? Given how easily we could at least put a simple tileset on the game to make things more realistic, I'd say that Roguelikes' ongoing popularity must be at least in part _because_ of the primitive graphics. A high-rez animated monster can only ever be a high-rez animated monster, exactly as you see it on the screen. But the dashing asterisk can be whatever you imagine it to be, and that makes it better. It's just like the way books are satisfying in a way that movies can never quite be.

    --
    Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    1. Re:Imagination. by Yvanhoe · · Score: 5, Insightful

      When all you have to entertain a player is a bunch of ASCII character, you know that you can't cheat on shiny effects. All that is left is game mechanics, sensible relationships between objects, and a thing that seems to go out of the game when the graphical cheesecake goes in : meaning.

      Can you set up traps, use polymorphic spells in unpredictable ways, suffer from hallucinations or become randomly invisible in 3D RPG/FPS these days ? I heard that in WoW, it sometimes rain but it does not change a single thing to the gameplay : things keep burning, fire elemental still have a good time and no spell is affected.

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    2. Re:Imagination. by zwei2stein · · Score: 4, Insightful

      I would not even call ascii primitive audiovisuals. It is more of a abstraction. And it enourages developers to work on important stuff: gameplay. And if game is fun without graphics, you just hit jackpot.

      But of course awesome things happen if someone manages to take that roguelike core and adds fitting graphics ( Diablo series. )

      --
      -- Technology for the sake of technology is as pathetic as eschewing technology because it's technology.
    3. Re:Imagination. by Opportunist · · Score: 3, Insightful

      Oh c'mon, you know just as well that as soon as anything had any ever so tiny effect in WoW, the cry to NERF RAIN would be deafening.

      Sometimes I wonder if players want change in that game at all.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    4. Re:Imagination. by pipoca · · Score: 2, Insightful

      The Diablos are basically a real-time Rogue-like clickfest. If you were to give them ascii graphics (but kept the gameplay), they would probably still work (although the graphics do help with the mood).

    5. Re:Imagination. by Yvanhoe · · Score: 4, Insightful

      You point out another key difference : the gamers in WoW are probably less after immersion than those in Rogue (shock!) but more after dominance. They don't really care if a bug allows them to stack two armored helmets whereas people in rogue would complain if the all elusive unicorn got stuck in corners because of a buggy AI.

      Maybe the difference is not in the ascii vs graphical question but rather in the singleplayer vs multiplayer ?

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    6. Re:Imagination. by FiveDozenWhales · · Score: 4, Insightful

      When all you have to entertain a player is a bunch of ASCII character, you know that you can't cheat on shiny effects. All that is left is game mechanics, sensible relationships between objects, and a thing that seems to go out of the game when the graphical cheesecake goes in : meaning.

      Not only are you kept from cheating, it also frees up a lot of resources. When a program isn't storing landscape data, character models, textures, etc. in memory, and using at least some processor time in keeping track of them, it means you can have much more complex AI/more instances of the AI, larger areas in memory at one time, and a wide range of ongoing effects all at once.

    7. Re:Imagination. by Anonymous Coward · · Score: 4, Funny

      Such a sentence seems, at first glance, crass and offensive. However, underneath the words themselves lies a statement of beautiful grammatical ambiguity and meaning. The author of this profound statement, anonymous, has long been considered one of the greatest writers in the history of modern literature. The depth and meaning of this sentence only cements this reputation, and lifts him to new heights of literary esteem. Meanwhile, surrealism is highly prominent in this work. Truly, this sentence is in full accord with René Magritte's famous statement, "Allez manger des merdes baiseurs."

    8. Re:Imagination. by Anonymous Coward · · Score: 2, Insightful

      You can't just throw more processor cycles and memory in and expect better AI. It doesn't scale like that at all.

    9. Re:Imagination. by FiveDozenWhales · · Score: 3, Funny

      Oh no! A yeti, floating eyeball, giant ant, dwarf, ooh look a scroll! wight, another floating eyeball, a couple of leprechauns...

    10. Re:Imagination. by mumb0.jumb0 · · Score: 3, Informative

      Diablo is an "action rpg". That basically means it's space invaders with character development.

      There is no real adventuring - despite the randomized maps, there's very little to explore (because there's very little to find, except more monsters). There's no discovery - the identify system is token and adds nothing to the game. There's no problem solving (apart from figuring out how to blast a bunch of monsters before they blast you) because there's no depth - your options are a) attack, or b) attack.

      If you think Diablo is basically a real-time Rogue-like, then you've misunderstood what is so great about Rogue.

      --
      Question everything?
    11. Re:Imagination. by whencanistop · · Score: 4, Interesting

      I was trying to persuade the missus (yes really) that WoW was just really an extension of the rogue and Angband games I used to play but with the ability to play real time instead of turn based and actually play with/against real people.
      She looked at me blankly and claimed that she didn't know what Rogue and Angband were. When I showed her, she laughed and claimed that it was completely different because of the graphics.
      I maintain the similarities are there - certainly with the stats and so forth. But obviously it is a bit more advanced. As you'd expect in twenty years.

      I for one welcome our new @ symbol overlords.

    12. Re:Imagination. by SL+Baur · · Score: 4, Insightful

      I'd say that Roguelikes' ongoing popularity must be at least in part _because_ of the primitive graphics.

      I would have to agree. I've played both Rogue/Hack/Nethack for curses and Nethack for Qt and I prefer the curses version.

      the dashing asterisk can be whatever you imagine it to be, and that makes it better. It's just like the way books are satisfying in a way that movies can never quite be.

      You're right, but for the wrong reason. Books are a far, far better medium for laying out a rich story.

      I enjoy playing World of Warcraft, but nothing I've encountered there has excited me more than killing the wizard of Yendor and beginning the dangerous ascent back up to victory.

    13. Re:Imagination. by SL+Baur · · Score: 3, Insightful

      I maintain the similarities are there

      They are.

      You are a braver man than I am, I will not show my wife the older games and expect her to understand why they are important. Gaming history is perhaps the least important aspect of history.

    14. Re:Imagination. by griego · · Score: 2, Informative

      In Final Fantasy XI, the weather (and day of the week, which are all named after elements) does affect spell resist rates, as well as crafting success rates. Thunder-based spells cast during lightning storms will more often land for full damage; crafting an item using a Fire Crystal on Watersday (and/or during rainy weather) will more likely result in critical failure, causing you to lose some or all of your ingredients.

    15. Re:Imagination. by PopeRatzo · · Score: 2, Informative

      I'd say that Roguelikes' ongoing popularity must be at least in part _because_ of the primitive graphics.

      One word: "Performance"

      Unlike many current games, you didn't need to have a special system to play rogue. It would practically run on an abacus (or at least a TI-80). No matter how slow your system, that little guy would still run like a demon.

      Except for those fucking ants. I hated those ants. Rooms full of ants. Multiplying ants.

      --
      You are welcome on my lawn.
    16. Re:Imagination. by jank1887 · · Score: 3, Funny

      "and expect her to understand why they are important."

      I think we just learned where the real problem lies.

    17. Re:Imagination. by PopeRatzo · · Score: 4, Insightful

      I just realized, after my own ode to rogue, that we are now those old cranky guys...

      "In my day, we didn't have any a that sissy graphics stuff, we just had ASCII and we liked it that way. We weren't like the kids these days that save their games before fighting some weak underling. In our day, if we wanted to save our game before we dropped to the level where there be Balrogs, we had to write batch programs that would back up the game files. Colors? We didn't have colors. If you wanted colors in my day, you had two choices: black and white. Oh, there were some sissies who liked green or amber but those were the rich kids who had big name systems like Kaypro or Compaq. Us real men used old black and white televisions that were sitting in the basement and built our computers from Heath kits. I bet they don't even know what an RF converter is anymore.

      --
      You are welcome on my lawn.
    18. Re:Imagination. by fractoid · · Score: 4, Funny

      See, thanks to my imagining that you're a voluptuous redhead whom both my wife and I find irresistible, and with whom we both ended up spending the evening performing UNSPEAKABLE and yet very pleasurable acts, I actually found that quite hot.

      So yes, while movies *ahem* may be more visual, a vivid imagination will always furnish a better scenario. ;)

      And you like THAT? *THERE*? Wow, you filthy minx, I never would have guessed! ;)

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    19. Re:Imagination. by fractoid · · Score: 5, Funny

      Dude, no. Just no. That's not a screenshot from a Rogue game, it's Perl source. Sheesh.

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    20. Re:Imagination. by fractoid · · Score: 2, Informative

      The problem was more that you can turn off weather effects (for performance reasons) so people didn't want it to be "spend $4k on a gaming rig or your opponents will have a competitive advantage". Of course the latest dungeon will apparently stress out any computer more than a year old, so that does slip sometimes... then again a good mate of mine cleared Sarth3D in both 10 and 25man versions (if you understood that go take a shot of vodka and talk to a girl) using onboard video on a 4-year-old computer. I'm glad I gave him my old 6800 Pro. >.>

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    21. Re:Imagination. by fictionpuss · · Score: 3, Interesting

      Well if you prefer your ascii graphics rendered a bit more fancifully, there's always the opengl/smooth-scrolling ascii GoblinHack.

    22. Re:Imagination. by zwei2stein · · Score: 3, Interesting

      Diablo is, of course, simplified because of visuals versus verbosity conflict. But it still retains core - Randomized adventure, dungeon discovery. atmosphere.

      There is nothing bad at throwing out kitchen sink and doing spring cleaning. Away with steep learning curve, leave core of game.

      Problem solving, for example - typical problem solving in RL basically consists of having the luck of having right item in inventory. (and remembering to pray if everything else fails) There are gonna be lots of nuances, obscure mechanics that can be abused, lots of different options to dealing with something. But it all can be condesned to "was i lucky enough to have x in backpack?". Might as well just simplify it. For example, condesate all the "equipment rusting/melting/breaking" events to simple durability loss, or all the harm character in interesting way effects to health loss, etc ...

      Discovery another - in heart, discovery in roguelikes is as shallow as in Diablos - just uncover level to find enemies/loot, proceed to next level. But it works.

      Depth of roguelike is in player imagination, rich enviroment that adds event to trigger more imagination (meeting rust monster beating it with wooden sword), its not just that enviroment alone - without player imagination it is just pointlessly overcomplicated dungeon crawl slash roulette.

      --
      -- Technology for the sake of technology is as pathetic as eschewing technology because it's technology.
    23. Re:Imagination. by fractoid · · Score: 2, Funny

      Hey, I did my years of Lonely Driver Fractoidaru, then I got pounced (about 4 months after I honestly, genuinely had stopped looking) by a gorgeous young lady who decided I was going to be hers. It's rare but it does happen, and when it does... I dunno, I guess I just rolled all natural 20s that night. ;)

      Actually your second option sounds pretty similar to what happened too. /rawr ;)

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    24. Re:Imagination. by fractoid · · Score: 2, Interesting

      What annoys me is that as a mage in WoW, I can pelt someone with a frostbolt and then a fireblast, and both do full damage. They should be going "owowowow cold... *BOOM* aaah waaaarm yay" and not take much if any damage. Also magic going 'magically' *ahem* through armour. I want to see armour absorb a goodly part of a spell and convert it to a DoT ("Your breastplate of shininess absorbs 50% of the dragon's breath. On the other hand it's now very hot, and you take 200 damage every round for the next 3 rounds because your armour is burning you."

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    25. Re:Imagination. by DrgnDancer · · Score: 2, Interesting

      WoW is deeply immersed in the old text games, but also in the old text Internet. In some real ways it's a graphical IRC client with a game bolted on. You ccould essentially play the whole thing with /command type syntax if you could type fast enough (and remember the commands).

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    26. Re:Imagination. by h4rm0ny · · Score: 3, Insightful


      There's a certain amount of justification for the crankiness, at least short-term. When a new capability comes along, whether that's 3D effects, computer animation in movies or whatever, that is all we get for a while. Other necessary ingredients to a good product go out of the window. It's only after the makers have finally got it out of their system that they start using things judiciously. Look at a film like the recent "Let the Right One In". Excellent special effects but used very sparingly to add to the creepiness of the film as needed. Whereas you look at a vampire film ten years ago and the same technology of morphing people's faces is used everywhere and the basis of what they sell the movie on.

      I'm not much of a gamer, but I'd say that computer games have been stuck in this phase for a while, but maybe it's starting to end. Perhaps it has been prolonged because graphics cards keep getting better and better so quickly. If you can keep on wowing people with graphics year after year, then you don't need to stop and look at the other ingredients for a good game. But crankiness is also misplaced. There always will be good games even if the majority just depend on the latest technological gimmicks and sooner or later, the industry settles down and relegate these gimmicks to just being one tool of many. Just some thoughts.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    27. Re:Imagination. by MikeBabcock · · Score: 4, Interesting

      Rogue/Nethack/etc. have perma-death.

      I love perma-death.

      WoW gets boring because you level up to a certain point and "then what?"

      Perma-death is awesome, and too few games utilize it.

      --
      - Michael T. Babcock (Yes, I blog)
    28. Re:Imagination. by Sobrique · · Score: 2, Informative

      I am reminded of Dwarf Fortress - a game which I saw the graphics, and assumed 'oh, old game' until I realised that it was possibly the most intricate 'simulation' style game I'd ever run into. And the graphics are ascii, although I believe it has coloured text too :)

    29. Re:Imagination. by juuri · · Score: 2, Interesting

      Frees up a lot of resources?

      These days the cpu/memory used by the likes of nethack are somewhat laughable. However when nethack was *the game* to run on college unix workstations it wasn't that far behind emacs in being forbidden on many campuses simply because of the cpu and memory gobbled up. Since each instance was completely separate, a few students playing at the same time could cripple your average sun server (SunOS forever). Nethack compiles were also notorious for taking nearly as long as building your own copy of X.

      --
      --- I do not moderate.
    30. Re:Imagination. by mikael · · Score: 3, Informative

      There was a multiplayer 'rogue' like game at the time 'nethack' came out. I can't remember the name, but it was like a multiplayer ASCII version of 'rogue' where people could collect wands and gold while traveling through a maze. The ultimate
      goal was to find the "Teluma of Rodney" and escape the maze. Players were rendered as diamonds or eyeballs. There were monster characters, "The Others" that were AI controlled with the number depending on level.

      Having other people to compete against did change the dynamics of the game as people would form teams to find the quest item and act as bodyguards for each other, rather than simply "yourself vs. the rest of the game world".

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    31. Re:Imagination. by david_thornley · · Score: 2, Funny

      When I worked on Cthangband (Angband, a roguelike, with stuff from the Cthulhu mythos), somebody asked me about graphic tiles. I explained that, if they didn't cause insanity in the players, they wouldn't fit into the game.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    32. Re:Imagination. by Tokah · · Score: 2, Insightful

      The thing is, though, you can really only enjoy permadeath in a game where the early character content is different every time. I love ADOM, permadeath works great for it. I'll tackle the puppy cave several times in one day, and each time will be different and fun. WoW is completely static, with no variation whatsoever. Worse yet, many classes don't even reach their fun gameplay point until level 20 or later!

  2. You would think that after two decades by Norsefire · · Score: 4, Funny

    People would have figured out how to spell it.

  3. Comment removed by account_deleted · · Score: 3, Interesting

    Comment removed based on user account deletion

  4. True , but... by Viol8 · · Score: 4, Insightful

    ... if the graphics are simpler the developers can spend more time on the AI. And if theres only a few developers this is a big deal. Its probably why most text based MUDs were generally more imaginative than WoW and its clones.

    1. Re:True , but... by Anonymous Coward · · Score: 3, Interesting

      True, but on a MUD you need good builders. I've seen too many vanilla mobs that had great descriptions, but which were just walking bits of XP to the players because the builders didn't know how to make them fight in an interesting manner.

      And it's sad, too. Long ago, when I was a low-level admin on a very large, old MUD once, I went through and fixed so many mprogs, it was absurd. If you understand the mprogs, you can make mobs that actually work as a team, which can be deliberately weakened by use of player skills, and which amount to more than making sure the mobs health goes down faster than yours. If you don't, you wonder why having a mob do "kill $n" in a death trigger crashes the MUD (hint: the mob attempting to do the killing is about to get deleted) ...

      Good times, but never underestimate how much you need dedicated, technical people to be able to supply a game with immersion and interaction. Commercial games generally don't bother because this is both hard and expensive. I mean, commercial game companies are not going to patch the game a decade later so that Medusa can't be killed by her own gaze attack if you blinded her with a camera first...

    2. Re:True , but... by pregister · · Score: 2, Interesting

      The reason MUDs were more 'imaginative' was the level of detail that area creators could use. Text allows you to describe things to the limit of your writing abilities. A picture may be worth a thousand words, but not if the picture is designed to be rendered on legacy hardware and your selection of items to place in areas is limited by whats in the toolbox or what you can get the art department to design and add.

      MMO games are also limited by what kind of actions can be presented to the player in an intuitive, graphical fashion. When I first started writing areas for muds, creators could add new types of actions (in my flavor of muds, literally add_action("blah", function()); to add a "blah" verb. If you wanted a player to have to belch the Flintstones theme song in order to open a secret door, you could do so. This was great for creativity but ended up making a pretty bad game interface for the players because it wasn't a standardized system and the if 5 different creators added 'belch' it was likely a different syntax or usage in each area.

      This was changed in later versions of the codebase and we restricted the ability to add actions on the fly and the admin/developer types would add verbs and verb rules which were standardized across the MUD...the interface improved for players, but the creators were limited in what they could do...if you really wanted a new action type, you had to convince an admin type to implement the verb for you.

      On graphical MMO type games, your actions are limited by what you can see on the screen and what you can click on. Some games allow you to enter commands as text, but these are usually pretty limited in scope (e.g., /dance) and usually have only a cosmetic impact on the game. They could certainly design the game to use more text input but I'm pretty sure they've done some research on that and figured out most players wouldn't like it and they are trying to get the largest subscriber base. On MUDs, we were mostly just playing around with the code, making stuff we liked, and if the players liked it..hey, that was just great.

      The rogue-like games were in a middle zone. The actions were limited, but there were still a hell of a lot of them and the combination of actions and items added a lot of complexity that we're a long way from seeing in MMO type games.

    3. Re:True , but... by ahsile · · Score: 2, Interesting

      We banned death progs... for just such a reason. You could have them if the admins tested and approved them.

      I remember once as a junior immortal I was building an area, and set one of my mobs to load some weapons from a different area since I hadn't built any of my own yet. I managed to send the mud into a huge death spiral the next reboot as my area was loaded before the other area. That meant that I was trying to load objects which didn't exist yet... *kaboom*

      I continued to be an immortal there for a long long time, and eventually graduated to be a coder. It's been a while, but I still fire up the code at times and walk through the areas. The imagination some of our builders had was amazing! New games pale in comparison.

      I'm going to turn it on right now for some fun.

      http://stormgate.ca/
      telnet://stormgate.ca:2345

    4. Re:True , but... by DrgnDancer · · Score: 2, Interesting

      Actually you can perform any action in the game using a /command sequence in WoW. It's primarily used for scripting, as it would be insanely difficult to play that way, but in theory you could fight a battle with "/target Kobold, /attack target, /cast fireball target, /cast frostnova..." I don't know about moving though. You may have to do that with the actual movement keys. Not that this invalidates you point, you still can't add actions or change their affects, but it is interesting to note.

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
  5. Modern version by RiotingPacifist · · Score: 2, Interesting

    So as a young noob I quite like these old games, but I have to admit I prefer tilesets over text, can anybody recommend a gui frontend for rogue?
    Best I've found for nethack was a qtnethack* which really sucked in some areas, is there something similar for rogue? Hell is there something that can act as a frontend for both?

    *I know there if flacon's eye but I found it much harder to see whats going on in 3D

    --
    IranAir Flight 655 never forget!
    1. Re:Modern version by TeknoHog · · Score: 4, Informative

      While this isn't answering your question, I'd like to point out my favourite Nethack interface:

      http://glhack.sourceforge.net/

      GnomeHack was a very nice version of the game... But the GUI-ness of it (popup windows, scrollbars, etc..) really wasn't to my taste. So I started work on glHack, to make it feel very similiar to the text-terminal version (nice & snappy). but with graphical tiles.

      --
      Escher was the first MC and Giger invented the HR department.
    2. Re:Modern version by CommanderData · · Score: 4, Informative

      Well, If you'd like a more modern rogue implementation with tilesets, and have an iPhone or iPod Touch, you could give Rogue Touch a try. I wrote this version from scratch in my spare time over last fall and winter as a way to fill in downtime from consulting. Borrowed some graphics from public domain tilesets, and drew others myself. It's a tribute to the Atari ST and Amiga versions of Rogue, and it's gained quite a following lately... as a matter of fact one of my players alerted me to this story (I used to post here regularly, but have been away for a while... had to quit reading so I could get some real work done!!).

      Anyway a lot of neat little tweaks were made to the formula without messing up the core game: new equipment and magic, some animations, secret characters (that have unique abilities and starting equipment), and an online leaderboard to compete with dungeon crawlers all over the world.

      Come by my website http://www.chronosoft.com/ to see a video and check out the forums and leaderboards.

      --
      Urge to post... fading... fading... RISING!... fading... fading... gone.
  6. Multiplayer by mumb0.jumb0 · · Score: 3, Interesting

    I'm holding my breath for the day somebody develops a truly co-operatively multiplayer version. (No, sharing bones files/score tables doesn't count.) I know it will probably mean sacrificing turn-based play, but adding human interactivity into the already complex world(s) of Rogue will be amazing.

    --
    Question everything?
    1. Re:Multiplayer by FiveDozenWhales · · Score: 3, Interesting

      I'm working on a roguelike that's based on a wilderness map rather than a dungeon map--meaning you can move as far as you want in the four cardinal directions, but not up or down levels. It features regular roguelike play nearly all of the time, but if you come close to another player on the same server, it enters a timed mode that's more similar to Diablo, and lasts as long as the two players are nearby each other.

    2. Re:Multiplayer by Varka · · Score: 2, Informative

      http://www.t-o-m-e.net/main.php?tome_current=1 TomeNET is a multiplayer fantasy dungeon exploration game based on the works of J.R.R. Tolkien. It is a game that emphasizes intricate, challenging, and varied gameplay over graphics. Hundreds of different monsters in randomly-generated, unpredictable dungeons will strive to slay you by various means, and you counter - if you survive - by developing the skills of your choice and wielding mighty artifacts. TomeNET was originally based on Mangband 0.7.0, and it is now the leading multiplayer Angband variant! The current server is TomeNET.net, select it when the client asks you which server you want to use. TomeNET was formely known was PernMangband, but the name was changed due to copyright issues.

  7. Still... by morazor · · Score: 3, Informative

    Despite only the most 'primitive' audiovisuals I'm still addicted to its descendants. They have some features not easily found in modern games, above all the difficulty and the challenge. Modern games often seem to be designed to let the player win.

    1. Re:Still... by Anonymous Coward · · Score: 4, Funny

      Are you telling me I can't win in NetHack? After all these years, now you tell me!

  8. About WOW and a game like rogue by Shivetya · · Score: 2, Informative

    Along the same lines as Rogue, it is probably one of the reasons for a strategy game I still like Empire. All pieces are the same on both sides and all cities are equal. It is a game of strategy with chance rolled in; that being the frequency of finding cities or the enemy. No gimmicky special powers (read : wtf ) that one side has that the other does not.. no fancy animations to get in the way of what something does.

    Simple games can be the best games... I am still waiting for someone to replicate Starflight

    As for WOW and weather....

    or at least someone on a message board somewhere else did, the weather effects do not affect NPCs nor their property because they have the weather effects slider set to off. Spells are not affected because their "magic". mmmmkay?

    --
    * Winners compare their achievements to their goals, losers compare theirs to that of others.
    1. Re:About WOW and a game like rogue by Novus · · Score: 2, Informative

      Simple games can be the best games... I am still waiting for someone to replicate Starflight

      Have you tried The Ur-Quan Masters?

      However, I'd hesitate to call Starflight or Rogue "simple". Many of these games have quite a lot of depth compared to the FPS of the week.

  9. Re:moria by SL+Baur · · Score: 2, Insightful

    Offtopic? Idiot moderator.

    I never got a playable Moria compiled on any of my systems. Basically, it was a VMS only game. The Unix ports never worked all that well.

    Or maybe just the game play sucked. I never seemed to get past the rooms of spreading lice.

  10. nethack ghosts by dltaylor · · Score: 4, Funny

    While porting nethack, 'way back when, we wanted to be sure that all of the levels worked, so we added a terminator-like character for the test players. Immune to poisons, more robust, ... Then one died down about level 23, and, of course, came back as a ghost. Made the game much tougher to win when playing as a tourist or whatever.

    No, we didn't purge it from the system. That would be cheating.

  11. Still thriving by soupforare · · Score: 3, Interesting

    The DS is a roguelike gamers paradise at this point. I'm amazed how many commercial ones that are out there. You've got something for the hardcore, the weeaboos, the kids and the computer nerds. The nethack port is worth the price of a flash cart alone. It's better than the wince/wm port!
    I know there's ones I've missed. There's also a ground-up game coded for the GBA and ported to the DS.

    --
    --- Do you believe in the day?
  12. ADOM by ElectricTurtle · · Score: 4, Interesting

    My favorite Rogue-like will always be Ancient Domains of Mystery. The control system is so much better than Nethack.

    --
    I support the Slashcott and will not be reading or commenting from 2/10/14 to 2/17/14. Beta is steaming pile of dog shit
  13. Poor sales? by Sockatume · · Score: 2, Funny

    I guess you could say it's an... *sunglasses* ... Epyx fail.

    --
    No kidding!!! What do you say at this point?
  14. Re:Rogomatic by Varka · · Score: 2, Informative
  15. Primitive visuals the main selling point by BForrester · · Score: 4, Funny

    Indeed. I can play Rogue all day at work, and everyone else assumes that I'm working at something really complicated and "techy."

    1. Re:Primitive visuals the main selling point by fractoid · · Score: 3, Funny

      I now feel compelled to post this.

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
  16. What more can you say? by Minwee · · Score: 2, Insightful

    Without Rogue there would be no Nethack and no Dwarf Fortress.

    And I could probably have used all that time to write a frakkin' book or something, instead of zapping ghosts with a wand of polymorph or dropping merchant caravans into lava just to see what would happen.

  17. Re:Rogomatic by xororand · · Score: 2, Interesting

    For NetHack, there's the TAEB - Tactical Amulet Extraction Bot. It's a framework for developing NetHack AIs, written in Perl. Its development still seems to be going strong but it hasn't managed to ascend a game yet, which is not an easy accomplishment for an AI.

    Sartak, a TAEB author, recently managed to predict NetHack's PRNG to acquire infinite wishes from fountains. This is considered an exploit of course, and has since been patched on public NetHack servers. Still, pretty impressive :)

    I think there's a Twitter feed with TAEB's game progress somewhere, but I don't have the link.

    http://taeb-nethack.blogspot.com/

  18. Re:Wake me when WoW has puking bears by ObsessiveMathsFreak · · Score: 3, Insightful

    It needs to have two modes. An easy mode, and a real mode.

    No. What Dwarf fortress needs, desperately, is a better UI. I'm not just talking about proper graphics, though that would be a part of it. Even the developers have admitted that they have streched the limits of what is possible with ASCII characters.

    Currently, Dwarf fortress is like a rocket ship, with literally hundreds of knobs, buttons and switches. It's frequently impossible to figure out what is going on and how to do anything about it. Which is tragic because almost everyone who sees the game _wants_ to know what is going on and to interact with the world as much as possible.

    Something like Falcon's Eye shows the way. Meaningful graphics which convey the maximium amount of information in the least time, and context sensitive menus, which only display relevant options. Better still would be the creation of a system that relied on only a few "verbs", with objects in the world as nouns. As the saying goes "Complexity is Easy. Simplicity is Hard."

    --
    May the Maths Be with you!
  19. Winning a roguelike. by juuri · · Score: 2, Insightful

    Winning a roguelike is much like the first time you beat your chess teacher or parents in any game that required a bit of logic or skill. It's something you remember. One of the few digital bits that I make sure survives all of my data migrations from machine to machine is a copy of the output of my first ascension in Nethack.

    Date: 1997/06/12
    An invisible choir sings, and you are bathed in radiance...--More--
    The voice of Odin booms out: "Congratulations, mortal!"--More--
    "In return for thy service, I grant thee the gift of Immortality!"--More--
    You ascend to the status of Demigoddess...--More--

    The scary/awesome part is I still remember more about the last level in that ascension than I do large parts of my childhood schooling.

    --
    --- I do not moderate.
  20. Re:moria by mikael · · Score: 2, Funny

    I played that a couple of times - my first character ended up on a level with some kind of rapidly multiply dungeon lice unable to progress any further.

    The second time I played, my level 3 character stepped on top of a trapdoor, fell all the way to the bottom level (a dark maze), landing on top of the balrog, giving it some damage, walked blindly into the balrog again, killing it, and winning the game.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  21. The Best Early Rogue Player in the World by harlows_monkeys · · Score: 4, Interesting

    The first version of Rogue that was widely circulated became quite a time sink for a lot of people at Caltech. This version was considerably harder than subsequent versions. It was extremely rare for anyone to actually win the game, by getting down deep, getting the Amulet of Yendor, and making it out alive.

    One undergraduate, however, had no trouble beating it. Within a couple days of his starting playing, he had all the spots on the top score list, and all of them were total winners.

    He then stopped playing, except when anyone else dared to take a spot on the top score list. Then he'd come to computing center, sit down, and 30 minutes later, the interloper would be pushed off the list.

    Naturally, we all wondered how the hell this guy was so much better than the rest of us (and, based on what our contacts at other schools told us, better than anyone at their schools, too). He didn't do anything to hide when playing--he didn't play in an office with a private terminal. He played right out in the main terminal room, where anyone who wanted could stand behind and watch.

    As far as anyone could see, he didn't do anything significantly different than the rest of us, other than he died a lot less than we did.

    Finally, he told us the secret, and we all learned an important lesson. There was no big secret--he just made every little decision correctly. For example, if he had to explore a dark room, he did it in the minimum number of steps necessary. The rest of us would use the "run until you hit something" funciton and sweep the room, which made us step on more locations, which made us have a higher chance of springing a trap.

    Traps usually weren't fatal. They just put you down a few hit points for a little while. But in that little while, a monster that he would barely survive, we would barely lose to.

    After he got the Amulet and was on the way up, he would only step on locations he'd already stepped on while descending, and so he NEVER sprang a trap on the way up.

    He knew the odds of everything (based on observation while playing, not based on looking at the code), and would use potions or scrolls at the time when they had the maximum expected utility.

    He did this for EVERY decision point in the game. He made the decision that, based on all the data available at the time, was the best decision.

    None of the things I listed above, or any of the other things he did perfectly that the rest of us only did 99% perfectly would make a noticeable difference by themselves. But put them all together, and all our tiny mistakes added up to losing for us, and the lack of any mistakes added up to winning for him.