Roguelike

This is a good article. Click here for more information.
From Wikipedia, the free encyclopedia

Screenshot of Rogue
A procedurally-generated dungeon in the 1980 video game Rogue, the game after which the roguelike genre is named.

Roguelike (or rogue-like) is a style of role-playing game traditionally characterized by a dungeon crawl through procedurally generated levels, turn-based gameplay, grid-based movement, and permanent death of the player character. Most roguelikes are based on a high fantasy narrative, reflecting their influence from tabletop role-playing games such as Dungeons & Dragons.

Though Beneath Apple Manor predates it, the 1980 game Rogue, which is an ASCII based game that runs in terminal or terminal emulator, is considered the forerunner and the namesake of the genre, with derivative games mirroring Rogue's character- or sprite-based graphics. These games were popularized among college students and computer programmers of the 1980s and 1990s, leading to hundreds of variants. Some of the better-known variants include Hack, NetHack, Ancient Domains of Mystery, Moria, Angband, Tales of Maj'Eyal, and Dungeon Crawl Stone Soup. The Japanese series of Mystery Dungeon games by Chunsoft, inspired by Rogue, also fall within the concept of roguelike games.

The exact definition of a roguelike game remains a point of debate in the video game community. A "Berlin Interpretation" drafted in 2008 defined a number of high- and low-value factors that distinguished the "pure" roguelike games Rogue, NetHack and Angband from edge cases like Diablo. Since then, with more powerful home computers and gaming systems and the rapid growth of indie video game development, several new "roguelikes" have appeared, with some but not all of these high-value factors, nominally the use of procedural generation and permadeath, while often incorporating other gameplay genres, thematic elements, and graphical styles; common examples of these include Spelunky, FTL: Faster Than Light, The Binding of Isaac, Slay the Spire, Hades and Balatro. To distinguish these from traditional roguelikes, such games may be referred to as "rogue-lite" or "roguelike-like".

Origin[edit]

The term "roguelike" came from Usenet newsgroups around 1993, as this was the principal channel the players of roguelike games of that period were using to discuss these games, as well as what the developers used to announce new releases and even distribute the game's source code in some cases. With several individual groups for each game, it was suggested that with rising popularity of Rogue, Hack, Moria, and Angband, all of which shared common elements, that the groups be consolidated under an umbrella term to facilitate cross-game discussion.[1][2][3] Debate among users of these groups ensued to try to find an encapsulating term that described the common elements, starting with rec.games.dungeon.*,[4][3] but after three weeks of discussion, rec.games.roguelike.*, based on Rogue being the oldest of these types of games, was picked as "the least of all available evils".[5][3] By the time it was suggested that a group be created to discuss the development of these kind of games in 1998, the "roguelike" term was already established within the community.[6] This usage parallels that of "Doom clone", a term used in 1990s that later evolved into more generic "first-person shooter".

Gameplay and design[edit]

Drawing from the concepts of tabletop role-playing games such as Dungeons & Dragons, nearly all roguelikes give the player control of a character, which they may customize by selecting a class, race, and gender, and adjusting attributes points and skills. At the start of the game, the character is placed at the top-most level of a dungeon, with basic equipment such as a simple weapon, armor, torches, and food. Following along the role-playing concept of a dungeon crawl, the player moves the character through the dungeon, collecting treasure which can include new weapons, armours, magical devices, potions, scrolls, food, and money, while having to fight monsters that roam the dungeon.[7] Most combat is performed simply by attempting to move the character into the same space as the monster. The game then calculates the damage that the character and monster deal.[8] Other types of attacks, such as firing an arrow or performing an offensive magic spell, can often be performed as well.[9][10]

Defeating monsters earns the character experience points, and after earning enough points, the character will gain an experience level, improving their hit points, magic capability, and other attributes. Monsters may drop treasure to be looted. The character dies if they lose all their hit points. As most roguelikes feature the concept of permadeath, this represents the end of the game, and the player will need to restart the game with a newly made character.[11] Roguelikes are nearly always turn-based, with the game only reacting when the player makes an action with the character.[11] This allows players to evaluate a difficult situation, such as being cornered by several monsters, at their own pace and determine the best strategy.[7]

The player generally has to explore the dungeon to reveal its contents, similar to a fog of war. Many roguelikes include visibility elements, such as a torch to provide illumination to see monsters in nearby squares, or line of sight to limit which monsters are visible from the player's position. Dungeons tend to be connected by stairs; lower dungeon levels generally are more difficult than higher ones, so that an underdeveloped character will have difficulty progressing too fast. Dungeon levels and the population of monsters and treasure within them are generated randomly using procedural generation, so no game is the same on subsequent playthroughs. Most roguelikes have an ultimate goal of either claiming an item located at the deepest level of the dungeon, or defeating a specific monster that lives on that level.[11] Typical roguelikes assess the player's performance at the end of the game through a score based on the amount of treasure, money, experience earned, and how fast the player finished the game, if they managed to do so. The score is displayed in a ranked scoreboard to compare the player's performance on successive runs.[12]

Key features[edit]

Isometric "Vultures" sprite-based interface for the roguelike game NetHack

What gameplay elements explicitly define a "roguelike" game remains a point of debate within the video game community.[13] There is broad agreement that roguelike games incorporate gameplay elements popularized by the text-based game Rogue (1980), which bore out many variations due to its success;[7][14] As of 2015, several hundred games claiming to be roguelikes were available through the Steam game catalog,[11] and the user-run wiki RogueBasin tracks hundreds of roguelikes and their development.[15]

Some players and developers sought a more narrow definition for "roguelike" as variations on Rogue introduced new concepts or eschewed other principles that they felt moved the games away from the flavor of what Rogue was.[13] At the International Roguelike Development Conference 2008 held in Berlin, Germany, players and developers established a definition for roguelikes known as the "Berlin Interpretation".[16][17][18] The Berlin Interpretation set out a set of high-value and low-value factors, basing these lists on five canon roguelike games: ADOM, Angband, Linley's Dungeon Crawl, NetHack, and Rogue. The Interpretation was designed to determine "how roguelike a game is", noting that missing a factor does not eliminate a game from being a roguelike, nor does possessing the features make a game roguelike.[16][18] John Harris of Game Set Watch exemplified this by using these criteria to numerically score some seemingly roguelike games; Linley's Dungeon Crawl and NetHack scored highest, earning 57.5 points of 60 available based on the Interpretation, while Toe Jam & Earl and Diablo, games commonly compared to roguelikes, earned only about half of the points.[18]

The Berlin Interpretation defined nine high-value factors:[18]

  • The game uses random dungeon generation to increase replayability.[19] Games may include pre-determined levels such as a town level common to the Moria family where the player can buy and sell equipment, but these are considered to reduce the randomness set by the Berlin Interpretation.[18] This "random generation" is nearly always based on some procedural generation approach rather than true randomness. Procedural generation uses a set of rules defined by the game developers to seed the generation of the dungeon generally to assure that each level of the dungeon can be completed by the player without special equipment, and also can generate more aesthetically pleasing levels.[20] In addition, the appearances of magical items may vary from run to run. For example, a "bubbly" potion might heal wounds one game, then poison the player character in the next.
  • The game uses permadeath. Once a character dies, the player must begin a new game, known as a "run", which will regenerate the game's levels anew due to procedural generation. A "save game" feature will only provide suspension of gameplay and not a limitlessly recoverable state; the stored session is deleted upon resumption or character death. Players can circumvent this by backing up stored game data ("save scumming"), an act that is usually considered cheating; the developers of Rogue introduced the permadeath feature after introducing a save function, finding that players were repeatedly loading saved games to achieve the best results.[8] According to Rogue's Michael Toy, they saw their approach to permadeath not as a means to make the game painful or difficult but to put weight on every decision the player made as to create a more immersive experience.[21]
  • The game is turn-based, giving the player as much time as needed to make a decision. Gameplay is usually step-based, where player actions are performed serially and take a variable measure of in-game time to complete. Game processes (e.g., monster movement and interaction, progressive effects such as poisoning or starvation) advance based on the passage of time dictated by these actions.[18]
  • The game is grid-based. Gameplay takes place on a uniform grid of tiles. This is usually presented in an ASCII representation of the dungeon.
  • The game is non-modal, in that every action should be available to the player regardless of where they are in the game. The Interpretation notes that shops like in Angband do break this non-modality.
  • The game has a degree of complexity due to the number of different game systems in place that allow the player to complete certain goals in multiple ways, creating emergent gameplay.[18][22] For example, to get through a locked door, the player may attempt to pick the lock, kick it down, burn down the door, or even tunnel around it, depending on their current situation and inventory. A common phrase associated with NetHack is "The Dev Team Thinks of Everything" in that the developers seem to have anticipated every possible combination of actions that a player may attempt to try in their gameplay strategy, such as using gloves to protect one's character while wielding the corpse of a cockatrice as a weapon to petrify enemies by its touch.[23]
  • The player must use resource management to survive.[18] Items that help sustain the player, such as food and healing items, are in limited supply, and the player must figure out how to use these most advantageously to survive in the dungeon. USGamer further considers "stamina decay" as another feature related to resource management. The player's character constantly needs to find food to avoid starvation, which prevents the player from exploiting health regeneration by simply either passing turns for a long period of time or fighting very weak monsters at low level dungeons.[24] Rich Carlson, one of the creators of an early roguelike-like Strange Adventures in Infinite Space, called this aspect a sort of "clock", imposing some type of deadline or limitation on how much the player can explore and creating tension in the game.[25]
  • The game is focused on hack and slash-based gameplay, where the goal is to kill many monsters, and where other peaceful options do not exist.[18]
  • The game requires the player to explore the world, and discover the purpose of unidentified items. In games featuring random generation, this must be done again every playthrough, as both the map and the appearances of items change.[18]

Low-value factors from the Berlin Interpretation are:[18]

  • The game is based on controlling only a single character throughout one playthrough.
  • Monsters have behavior that is similar to the player-character, such as the ability to pick up items and use them, or cast spells.
  • The game aimed to provide a tactical challenge that may require players to play through several times to learn the appropriate tactics for survival.[18]
  • The game involves exploring dungeons which are made up of rooms and interconnecting corridors. Some games may have open areas or natural features, such as rivers, though these are considered against the Berlin Interpretation.[18]
  • The game presents the status of the player and the game through numbers on the game's screen/interface.

Though this is not addressed by the Berlin Interpretation, roguelikes are generally single-player games. On multi-user systems, leaderboards are often shared between players. Some roguelikes allow traces of former player characters to appear in later game sessions in the form of ghosts or grave markings. Some games such as NetHack even have the player's former characters reappear as enemies within the dungeon. Multi-player turn-based derivatives such as TomeNET, MAngband, and Crossfire do exist and are playable online.[26]

Early roguelikes[edit]

A level in NetHack in ASCII mode

Early roguelikes were developed to be played on text-based user interfaces, commonly UNIX-based computer mainframes and terminals used at colleges and universities before transitioning to personal computers. Games used a mix of ASCII or ANSI characters to visually represent elements of the dungeon levels, creatures, and items on the level as in ASCII art. These games typically included one or two text lines presenting the player's current status at the bottom of the screen, and text-based menu screens to manage inventory, statistics, and other details.[27][28]

The player's character was nearly always represented by the @ character across text-based roguelikes, which had been chosen by the developers of Rogue to stand for "where you're at".[8] Other common examples would include $ for monetary treasure and D for a dragon. Later games would take advantage of colour-based text graphics to increase the variation of creature types, such as a red D for a red dragon that would shoot fire, while a green D could indicate a green dragon that would shoot acid. Players would use the keyboard, using one keypress to enter a command. Sociologist Mark R. Johnson described these commonality of symbols and glyphs as semiotic codes that gave an "aesthetic construction of nostalgia" by "depicting textual symbols as aesthetic forms in their own right" and consistency across multiple roguelikes.[29]

With modern computer systems, users developed alternate means of displaying the game, such as graphical tilesets and Isometric-based graphical front ends, as well as interfaces that took advantage of keyboard and mouse UI controls, but otherwise still kept to the core tile-based gameplay.[30]

As computers offered more advanced user interfaces, such as windows and point-and-click menus, many traditional roguelikes were modified to include support for having multiple windows. This was useful to not only show the character-based dungeon, but details on the character's inventory, the monster they were in battle with, and other status messages, in separate windows. Having access to multiple windows also allowed having menus to complete more complex commands. More recent examples of roguelikes that have stayed with ASCII art-based displays include Cogmind (2017) and Cataclysm: Dark Days Ahead (2013).[31]

Rogue-lites and procedural death labyrinths[edit]

Abyss Odyssey combines roguelike elements with beat 'em up gameplay

With computers and video game consoles capable of more advanced graphics and gameplay, numerous games have emerged that are loosely based on the classic roguelike design but diverge in one or more features. Many of these games use the concepts of procedurally generated maps and permadeath, while moving away from tile-based movement and turn-based gameplay, often using another gameplay genre such as action games or platformers.[32][33] Other titles deriving from roguelike games are based on the observation that the traditional roguelikes are difficult with a steep learning curve, and a player may never complete these games over numerous play sessions, making these titles difficult to sell to a broader audience. These new games would include elements to reduce the difficulty as to draw in a larger audience.[34]

Many games with some of the Berlin Interpretation elements call themselves "roguelike", but bear little resemblance to the original Rogue, causing confusion and dilution of the term.[35] Some players of the Berlin Interpretation roguelikes disliked the dilution of the term, believing that in the 1990s and 2000s, the term "roguelikes" served well to distinguish games that forwent aesthetics to focus on depth of gameplay from games more comparable to interactive movies, particularly games that incorporated real-time gameplay elements which tended to reduce the game's complexity.[36] As such, the term "rogue-lite" or "roguelike-like" has been used by some to distinguish these games that possess some, but not all, of the Berlin Interpretation features from those that exactly meet the Berlin roguelike definition.[37] The phrase "procedural death labyrinth" has also been applied to such games, as they retain the notion of permadeath and random level generation but lack the other high-value factors normally associated with roguelike games.[38][39]

Rogue-lites favor short gameplay runs with victory conditions, in contrast to some traditional roguelikes that can be played indefinitely. The shortness of a single gameplay run in rogue-lites can motivate players to continually replay the game in the hope of reaching completion, making replayability a high-value factor in these types of games.[40] Game journalist Joshua Bycer observed that several games considered as rogue-lites feature fixed events, even if the means to reach that may be through procedural generation, whereas a roguelike game typically lacks this level of predictability. For example, several rogue-lites require the player to travel a fixed number of biomes, each which culminates in a boss fight, such as Rogue Legacy.[41] Associated with their short length, many rogue-lites feature a metagame, whereby achieving certain goals will unlock persistent features such as the ability to select a new character at the start of the game or the addition of new items and monsters in the procedural generation of the game's levels.[42][43] Alternatively, each run through rogue-lite may be to collect resources which one then advances their character within the metagame, and a player may simply forgo a complete run once they have collected sufficient materials for that advancement.[41]

Several rogue-lites feature daily challenges, in which a preset random seed is used to generate the game's levels in a deterministic fashion so that each player will have the same encounters; players attempt to complete the game through those levels or otherwise get the highest score through online leaderboards.[44] Rogue-lites may also allow the player to enter the random seed directly as to be able to rechallenge the same set of levels or share a difficult set of levels with other players.

US Gamer further identified games they consider edge cases of being roguelikes or rogue-lites, as they are inspired by Rogue, and "that stray a bit further from the genre but still manage to scratch the same itch as a great roguelike". These include games such as the Diablo series, ToeJam & Earl, and Dwarf Fortress, the latter which retains the classic ASCII art-approach to gameplay as traditional roguelikes.[24][31] Ars Technica writer Richard C. Moss alternatively suggested that the term "roguelike" is less necessarily about any specific genre definition but instead the idea that "games can be deep, inventive, challenging, and endlessly compelling experiences through their rules and their systems alone".[13]

Subgenres within roguelikes[edit]

In considering the popularity of roguelikes that deviate from the Berlin Interpretation, the rogue-lites, some subgenres have emerged.

Action roguelikes are typically based on combining gameplay of action games within roguelikes instead of the turn-based gameplay. Spelunky is an example of combining a platform game with the roguelike formula, while The Binding of Isaac and Enter the Gungeon are effective roguelike shooter games.[41] Within action roguelikes have also emerged a minimalistic shooter roguelike, with Vampire Survivors as a leading example; in such games, the player generally fights through wave after wave of enemies, their character often fully firing or using all possible attacks without player intervention, with the ability to expand their character through a random selection of power-ups as they defeat more enemies.[45]

Another type of roguelike subgenre is the roguelike deck-builder, where combat is resolved by using cards or an equivalent object. These games are inspired by physical living card games, where the player builds their deck over the course of the game, forcing them to plan strategy on the fly. While the 2014 game Dream Quest is considered the first example of such a video game, the popularity of the genre was cemented with Slay the Spire in 2017.[46]

History[edit]

Early history (1975–1980)[edit]

The creation of roguelike games came from hobbyist programmers and computer hackers, attempting to create games for the nascent computer field in the early 1980s, particularly influenced by the 1975 text adventure game Colossal Cave Adventure (often simply titled Adventure, or advent on filesystems without long filenames), and from the high fantasy setting of the tabletop game Dungeons & Dragons. Some elements of the roguelike genre were present in dungeon crawlers written for the PLATO system. This includes pedit5 (1975) believed to be the first dungeon crawl game, and featured random monster encounters, though only used a single fixed dungeon level.[34] pedit5 inspired similar PLATO-based dungeon crawlers dnd (1975), orthanc (1978), Moria (1978), and avatar (1979).[47][34] It is unclear if these PLATO games inspired the roguelike genre as there is no evidence that the early roguelike creators had access to these games.[47] The core roguelike games were developed independently of each other, many of the developers not learning about their respective projects until several years after the genre took off.[48]

Roguelike games were initially developed for computing environments with limited memory, including shared mainframe systems and early home computers; this limitation prevented developers from retaining all but a few dungeon levels in memory while the game was running, leading to procedural generation to avoid the memory storage issue. Procedural generation led to high replayability, as no two games were alike.[49]

Concurrent variants[edit]

Though the term "roguelike" derives from the 1980 game Rogue,[50] the first known game with the core roguelike gameplay elements was Beneath Apple Manor (1978), written by Don Worth for the Apple II; Beneath Apple Manor is also recognized as the first commercial roguelike game.[51] The game, inspired by Worth's enjoyment of Dungeons & Dragons roleplaying, included procedural generation using a modification of the random maze generator from the game Dragon Maze, role-playing elements for the characters, tile-based movement and turn-based combat.[51] Though Beneath Apple Manor predated Rogue, it was not as popular as Rogue: Rogue had advantage of being distributed over ARPANET which many college students had easy access to, while Beneath Apple Manor was packaged and sold by hand by Worth either at local stores or through mail fulfillment.[51][52][53]

Another early roguelike whose development pre-dated Rogue was Sword of Fargoal (1982), developed by Jeff McCord starting in 1979.[48] The game was based on GammaQuest, an earlier title McCord had created on the Commodore PET which he shared locally with friends while a student at Henry Clay High School in Kentucky; the game itself was based on a Dungeons & Dragons campaign he had run himself in the prior years.[48] Before graduating and attending the University of Tennessee in 1981, he had started work on GammaQuest II, which required the player to navigate through randomly generated dungeon levels, acquire a sword, and make it back to the surface with that sword through more randomly generated levels. The more advanced computers available at the school, such as the VIC-20, enabled him to expand out the game further from the highly limited memory on the PET. On seeing the prospects of selling computer software, he eventually got a publication deal with Epyx, where they helped him to refine the marketing of the game, renaming it Sword of Fargoal, and giving him access to the more powerful Commodore 64, enabling him to use graphics and sound as part of the game.[48] The game was considered a success, and when it was ported to the PC in 1983, it out-shone Rogue's PC release the same year due to Sword of Fargoal's superior graphics and sound.[48]

Rogue[edit]

Rogue was written by Glenn Wichman and Michael Toy in 1980 while students at the University of California, Santa Cruz. The game was inspired by Toy's prior experience in playing the 1971 Star Trek game and programming clones of it for various other computer systems.[8] It was also inspired by interactive fiction Adventure.[8] While looking for a way to randomize the experience of Adventure, they came across Ken Arnold's curses library that enabled them to better manipulate characters on the terminal screen, prompting Toy and Wichman to create a graphical-like randomized adventure game.[8][54] They created the story of the game by having the player seek out the "Amulet of Yendor", "Yendor" being "Rodney" spelled backwards, the name of the wizard they envisioned had created the dungeon.[8] Rogue was originally executed on a VAX-11/780 computer; its limited memory forced them to use a simple text-based interface for the game.[55] Toy eventually dropped out of school but got a job at the computing labs at University of California, Berkeley, where he met with Arnold. Arnold helped to optimize the curses code and implement more features into the game.[56]

Rogue proved popular with college students and computer researchers at the time, including Ken Thompson; Dennis Ritchie had joked at the time that Rogue was "the biggest waste of CPU cycles in history".[56] Its popularity led to the game's inclusion on BSD UNIX v4.2 in 1984, though at that time, without its source code.[56] Toy and Arnold had anticipated selling Rogue commercially and were hesitant about releasing it; Toy would go on to meet Jon Lane at Olivetti, and together they would go on to create the company A.I. Design to port the games for various home systems along with publishing support by Epyx, later bringing Wichman back to help.[56]

Following evolution (1980–1995)[edit]

Rogue
1980
Other Variants
Hack
1982
Other VariantsMoria
1983
NetHack
1987
Other VariantsUMoria
1988
ADOM
1994
Angband
1990
Other Variants
ZAngband
1994
Other Variants
Tales of Maj'Eyal
2009
The hierarchy of the major Roguelike games that are known to descend from Rogue. Solid lines represent games developed from the parent's source code, while dotted lines represent games that were inspired by the parent game.[57]

The popularity of Rogue led developers to create their own versions of the game, though their efforts were originally limited by the lack of access to Rogue's source, which was not released until BSD v4.3 in 1986.[58] These developers resorted to building games from scratch similar to Rogue but with features that they wanted to see.[58] These versions would be distributed with source code, and along with the original Rogue source, other developers were able to create software forks of the games, adding in new monsters, items, and gameplay features, creating several dozen variants.[58] This process was aided by switching code to languages with better data typing, including object-oriented and scripting languages, and cleaning up and modularizing the code so that contributors can better follow where changes can be made.

While there are some direct variants of Rogue, such as Brogue,[59] most variants of Rogue could be classified into two branches based on two key games, Moria and Hack, that were developed in the spirit of Rogue.[60]

Moria-based[edit]

Moria (1983) was developed by Robert Alan Koeneke while a student at University of Oklahoma, inspired by both Adventure and Rogue. Having access to a VAX-11/780, but without the source to Rogue due to computer administrator restrictions, he began trying to recreate Rogue but specifically flavored with the complex cave maze of the same name in J.R.R. Tolkien's Middle Earth stories. Following Tolkien's fiction, the player's goal was to descend to the depths of Moria to defeat the Balrog, akin to a boss battle.[61] As with Rogue, levels were not persistent: when the player left the level and then tried to return, a new level would be procedurally generated. Among other improvements to Rogue, Koeneke included a persistent town at the highest level where players could buy and sell equipment, and the use of data structures within the Pascal language allowed him to create a more diverse bestiary within the game.[61] He got help from several playtesters as well as another student, Jimmey Wayne Todd, who helped to program a deeper character generation system.[61] UMoria (short for UNIX Moria) is a close variation on Moria by Jim E. Wilson, making the game more portable to a larger variety of computers while fixing various bugs.[61]

Moria and its descendants—including Angband, which this screenshot is from—incorporated a fixed town level where players could buy and sell equipment.

Angband (1990) was developed by Alex Cutler and Andy Astrand while attending the University of Warwick. Having played UMoria, they wanted to expand the game even further. Working from UMoria's code, they increased the number of levels and monsters, flavored the game based on Angband, the massive fortress controlled by Morgoth from Tolkien's fiction, and incorporated more of the deadlier creatures described within the Middle Earth mythology. They kept the Balrog as a difficult creature that must be overcome at a mid-game level, while Morgoth became the final boss the player must defeat to win the game.[62] Following Cutler and Astrand's graduation, Sean March and Geoff Hill took over the development to see the game through to a public release outside of the university, adding in elements such as giving the player a sense of the rewards and dangers of a level when they entered it the first time.[62]

Once Angband was released to the public via USENET, there were efforts to have code maintainers (the "devteam") to fix bugs, clean up the code and implement suggestions into the code.[62] Due to numerous shifts in those maintaining the code (due to other obligations), and the number of potential user suggestions to include, Angband would become highly forked, leading to a number of Angband variants; at least sixty known variants exist with about a half dozen still under active development.[63][64] One significant fork was ZAngband (1994) (short for Zelazny Angband), which expanded on Angband and altered the theme towards Roger Zelazny's The Chronicles of Amber.[65] The ZAngband codebase would be used to create Troubles of Middle Earth (ToME) in 2002, which later swapped out the Tolkien and Zelazny fiction setting for a new original one to become Tales of Maj'Eyal (2009).[66] The vanilla Angband remains in development today by the devteam.[62]

Hack-based[edit]

Hack (1982) was developed by Jay Fenlason with help from Kenny Woodland, Mike Thome, and Jonathan Payne, students at Lincoln-Sudbury Regional High School at the time, while participating in the school's computer lab overseen by Brian Harvey.[58] Harvey had been able to acquire a PDP-11/70 minicomputer for the school and instituted a course curriculum that allowed students to do whatever they wanted on the computers, including playing games, as long as they had completed assignments by the end of each semester. Fenlason, Woodland, Thome, and Payne met through these courses and became a close group of friends and competent programmers.[58] Harvey had invited the group to the computer labs at UC Berkeley where they had the opportunity to use the mainframe systems there, and were introduced to Rogue, inspiring them to create their own version as their class project. Fenlason had created a list of features they wanted to improve upon in Rogue such as having a level's layout saved once the player moved off that level. They approached Toy and Arnold at a local USENIX conference for the source code to Rogue, but were refused, forcing them to develop the routines from scratch.[58] The resulting program, Hack, stayed true to the original Dungeons and Dragons influences, and derived its name from being both a "hack and slash" game as well as a programming hack to recreate Rogue without having access to its source code.[58] Fenlason was not able to include all the desired features, and his involvement in Hack's development concluded after the students had left the school. Fenlason had provided the source code to Hack to the USENIX conferences to be distributed on their digital tapes, from which it was later discovered and built upon through USENET newsgroups, porting it to various systems. Like Angband, the maintainership of the Hack code passed through several hands, and some variants were created by different forks.[23]

An example of a fixed level from NetHack, showing a town-like area (with buildings indicated by the line symbols) with a river passing through it (the blue tiles)

Hack would eventually be dropped in favor of NetHack (1987).[63] When Mike Stephenson, an analyst at a computer hardware manufacturer, took maintainership of Hack's code, he improved it, taking suggestions from Izchak Miller, a philosophy professor at University of Pennsylvania, and Janet Walz, another computer hacker. Calling themselves the DevTeam, they began to make major modifications to Hack's code. They named their new version NetHack, in part due to their collaboration over the game being done through USENET.[23] NetHack's major deviations from Hack were the introduction of a wider variety of monsters, borrowing from other mythologies and lores, including anachronistic and contemporary cultural elements (such as a tourist class with a flash-bulb camera inspired by Terry Pratchett's Discworld series)[67] in the high fantasy setting, and the use of pre-defined levels with some procedural elements that the player would encounter deeper in the dungeons.[23] Further iterations of the game included branching pathways through the dungeon and optional character-based quests that could grant the player an extremely useful item to complete the game.[23] Though the DevTeam released the code publicly, they carefully maintained who could contribute to the code base to avoid excessive forking of the vanilla game, and remain relatively quiet about suggested improvements to each release, working in relatively secrecy from its player base.[23]

Ancient Domains of Mystery (1994), or ADOM for short, derived from concepts presented in NetHack. ADOM was originally developed by Thomas Biskup while a student at Technical University of Dortmund.[68] After playing through Rogue and Hack, he came to NetHack and was inspired by the game but dismayed at the complexity and elements he found unnecessary or distracting. Biskup created ADOM from scratch with the aim of creating a more story-driven game than NetHack that kept the depth of gameplay with a focused theme and setting.[68] The resulting game featured several different dungeons, many generated procedurally, connected through an overworld map of the fictional realm of Ancardia, and would have the player complete various quests in those dungeons to progress the game. A major feature was the influence of Chaos forces through unsealed portals, which the player would have to close. While in areas affected by Chaos, the player's character would become tainted, causing mutations that could be either detrimental or beneficial.[68] ADOM, like NetHack and Angband, would gain a devteam to maintain the code and implement updates and patches to avoid excessive forking.[68]

Other variants[edit]

Not all early roguelikes were readily classified as Hack or Moria descendants. Larn (1986), developed by Noah Morgan, borrowed concepts from both Hack (in that there are persistent and fixed levels) and Moria (in the availability of a shop level and general difficulty increasing with dungeon level), but while these two games have spiraled in size to take multiple play sessions to complete, Larn was aimed to be completed in a single session. Larn also uses a fixed-time feature, in that the player had only so many turns to complete a goal, though there were ways to jump back in time as to extend play.[69] Omega, developed by Laurence Brothers in the late 1980s, is credited with introducing an overworld concept to the roguelike genre, prior to the feature's appearance in ADOM. Omega was often remembered for its odd inventory approach in which the player would have to pick up an object, considering it being held, and then moving that object to a bag or an equipment slot.[15] Linley's Dungeon Crawl (1995) was created by Linley Henzell and featured a skill-based character progression system, in which experience points could be used to improve specific skills, such as weapon proficiency or trap detection. One fork of this would form the basis for Dungeon Crawl Stone Soup (2006).[70] SSI's Dungeon Hack (1993) offered randomized dungeons and permadeath within AD&D 2nd Edition rules.[71]

Mystery Dungeon games (1993–onward)[edit]

Through 1993, roguelikes primarily existed in computer space, and no home console variants had yet existed. Two of the earliest-known attempts were Sega's Fatal Labyrinth (1990) and Dragon Crystal (1990), but which lacked the depth of a typical computer-based roguelike. Neither proved to be successful games.[72] There was also the 1991 Japanese exclusive Game Boy game Cave Noire from Konami, that centred on 4 distinct roguelike questlines divided into 10 difficulty levels.[73]

Chunsoft had gained success by developing the Dragon Quest series, a series which established fundamental aspects of the computer role-playing game genre, popular for Western computer audiences, into a more streamlined approach better suited for Japanese players that preferred consoles. With roguelikes starting to gain popularity, Chunsoft's developers believed they could do a similar treatment for that genre to make it better suited for Japanese audiences. Chunsoft's Koichi Nakamura stated their intent was to take Rogue and make it "more understandable, more easy-to-play version" of the title that could be played on consoles.[74] This led to the creation of the Mystery Dungeon, with the first title being Torneko no Daibōken: Fushigi no Dungeon (トルネコの大冒険 不思議のダンジョン, Torneko's Great Adventure: Mystery Dungeon) (1993) based on the Dragon Quest series. Several changes to the roguelike formula had to be made for this conversion: they had developed ways to reduce the difficulty of the roguelike by using progressively more difficult dungeons that were randomly generated, and made permadeath an option by selection of difficulty level.[24] An added benefit for Torneko no Daibōken was that it used the established Dragon Quest 4 setting and the character Torneko, helping to make the game familiar to its planned audience and giving a story for the player to follow.[72] While Torneko no Daibōken did not sell as well as typical Dragon Quest games, it was successful enough for Chunsoft to develop a second title based on a wholly original character and setting, Mystery Dungeon: Shiren the Wanderer, released in 1995. Chunsoft found that they were more creative with how they developed the game without the need to respect an existing property.[72] Since then, Chunsoft has developed over 25 games in the Mystery Dungeon series for various platforms,[24] In addition to their Shiren titles, many of the other Chunsoft Mystery Dungeon games span various franchises, including Chocobo series based on Final Fantasy, Pokémon Mystery Dungeon based on Pokémon, and a crossover with Atlus' Etrian Odyssey in Etrian Mystery Dungeon. Several titles in the Mystery Dungeon series were popular, and would become a staple of the Japanese video game market.[75][76][77][78][79][12]

A primary difference between the Mystery Dungeon games and Western roguelikes following the Berlin Interpretation is the lack of permadeath – in Mystery Dungeon games, player-characters may die or become too injured, resetting their progress to the start of the dungeon, but the games typically provide means to store and recover equipment and other items from the previous run.[72] The Mystery Dungeon games were not as successful in Western markets when published there, as the target players – younger players who likely had not experienced games like Rogue – found the lack of a traditional role-playing game save system odd.[80][81][82][83]

Other Japanese role-playing games would incorporate random dungeon generation as part of their design, mimicking part of the nature of roguelikes, and were considered roguelike titles when published in Western markets. Such titles include Azure Dreams, Dark Cloud, Shining Soul, and Baroque.[19][84] The massively multiplayer online role playing game Final Fantasy XIV added a randomly-generated Deep Dungeon that was inspired by the procedural generation of roguelikes.[85]

Continued development in Western markets (2002–onward)[edit]

A screenshot of Dungeon Crawl Stone Soup, incorporating user interface elements more common to other hack-and-slash games such as a mini-map and a persistent inventory window

Though new classical roguelike variants would continue to be developed within the Western market, the genre languished as more advanced personal computers capable of improved graphics capabilities and games that utilized these features became popular.[86] However, some of these new graphical games drew influence for roguelike concepts, notably action role-playing games like Blizzard Entertainment's Diablo (1996). Diablo's creator, David Brevik, acknowledged that games like Rogue, NetHack, Telengard and other roguelikes influenced the design of Diablo, including the nature of randomly generated dungeons and loot.[87][88]

Existing roguelikes continue to be developed: a sequel to ADOM successfully received crowd funding in 2012,[68] while NetHack's first major release in ten years in 2015 is set to help the DevTeam expand the game further.[89] New roguelikes that adhere to core Berlin Interpretation rules are still being created, including Dungeon Crawl Stone Soup (2006), Dungeons of Dredmor (2011), and Dragon Fin Soup (2015).[24][90] A subclass of "coffeebreak roguelikes" that could be completed in a short period of time have developed, often derived from entries in the Seven Day Roguelike Challenge; examples include such as DoomRL (2013) and Desktop Dungeons (2013)[91][92] Some games would also take advantage of the ease of developing in the tile-based ASCII interfaces common to roguelikes. For example, the highly popular Dwarf Fortress (2006) uses the roguelike interface atop a construction and management simulation, and would serve as a major inspiration for Minecraft,[24][93] while SanctuaryRPG (2014) is a more traditional turn-based role playing game featuring a scripted story that uses an ASCII interface and roguelike gameplay elements.[94] UnReal World (1992), the game that is considered to be the forerunner of the survival game genre,[95] and which frequently uses procedural generation to create the worlds that players must survive in, was developed by Sami Maaranen and was influenced by roguelikes, with its initial interface being similar to that of NetHack.[96]

Growth of the rogue-lite (2005–onward)[edit]

The roguelike genre saw a resurgence in Western markets after 2000 through independent developers who created a new subgenre designated "rogue-lite", though the games are also sometimes called "roguelike-likes". Indie developers began to incorporate roguelike elements into genres not normally associated with roguelikes, creating games that would form the basis of this new subgenre. Two of the earliest cited examples of rogue-lites are Strange Adventures in Infinite Space (2002) and its sequel Weird Worlds: Return to Infinite Space (2005) by Digital Eel, both space exploration games that included randomly generated planets and encounters, and permadeath. Digital Eel based their work on the space exploration game Starflight along with roguelikes like NetHack but wanted to provide a shorter experience that would be easier to replay, akin to tabletop beer and pretzels games like Deathmaze and The Sorcerer's Cave that has elements in common with roguelikes.[25][97] Edmund McMillen, the developer of The Binding of Isaac (2011), and Kenny and Teddy Lee, the co-developers of Rogue Legacy (2012), credit Yu's approach with Spelunky as showing how to distill down the nature of a traditional roguelike to apply it to other gaming genres which they had done for their rogue-lites.[17][98][99]

Crawl (2014) is a multiplayer, brawler-based rogue-lite that has up to four players playing in a mixed cooperative/competitive gameplay to explore procedurally generated dungeons.

Spelunky (2008), released shortly after the formation of the Berlin Interpretation, is considered to be a major contribution to the growth of indie-developed rogue-lites.[24][14] Spelunky was developed by Derek Yu, who wanted to take the deep gameplay that is offered by roguelikes and combine it with the ease and pick-up-and-play of a platformer. The result was a platform game incorporating the notion of permadeath in which the player takes an explorer character through randomly-generated caves.[17] The intent was to create "deep" gameplay in which the game could be replayed over and over again, with the randomly generated situations driving the need for the player to develop novel, emergent strategies on the fly. Developer Jason Rohrer stated that Spelunky "totally revamped my thinking about single-player videogame design".[100] Justin Ma and Matthew Davis, the co-developers of FTL: Faster Than Light (2012), credited both Weird Worlds: Return to Infinite Space and Spelunky as part of their influence for FTL.[98][101] All of these games earned critical praise, and their success has led to a more modern resurgence in rogue-lites since their release.[22][24][102]

The newfound success in rogue-lites is considered part of a larger trend in those that play both board and computer games, looking for "rich play experiences", as described by 100 Rogues developer Keith Burgun, that more popular titles may not always offer.[22] David Bamguart of Gaslamp Games stated that there is a thrill of the risk inherent in rogue-lites with random generation and permadeath, helping the player become more invested in the fate of their player character: "The deadly precariousness inherent to the unknown environments of roguelikes gives that investment a great deal of meaning."[103] Additionally, many of these newer rogue-lites strive to address the apparent high difficulty and ruthlessness that traditional roguelikes were known for, and newer players will be able to find more help through user-generated game guides and walkthroughs made possible through wide Internet accessibility.[103] Fabien Fischer offers that players have taken to independently developed rogue-lites as they have tired from "superficial gameplay, whitewashing spectacle, the content craze, and Skinner Box design" in titles produced by AAA developers and publishers.[104]

McMillen of The Binding of Isaac said that including roguelike elements into other game mechanics can be difficult due to the complex interfaces roguelikes tend to have, but eventually "it becomes an increasingly beautiful, deep, and everlasting design that allows you to generate a seemingly dynamic experience for players, so that each time they play your game they're getting a totally new adventure".[105] Procedural-generated world lets developers create many hours worth of game content without spending resources on designing detailed worlds.[22][102][103]

Examples of successful games that have integrated roguelike components into other genres include:

Hades, a roguelike action role-playing game, was built to strongly incorporate elements of non-linear narrative into the game, giving the reason for the player to continually delve into replaying the game, and helped to draw in players to the roguelike genre that otherwise had been put off by its high difficulty level before.[111][112]

Community[edit]

The roguelike genre has developed with the expansion of both classical roguelikes and rogue-lite titles, a dedicated fan community has come about to not only discuss games within it but to craft their own tales of near-death adventures or amusing stories in roguelikes.[113] Within this community, there is strong interest in developing roguelikes. The 7 Day Roguelike challenge (7DRL) was born out of a USENET newsgroup in 2005 for roguelike developers, informally challenging them to create the core of a novel roguelike within 7 days to be submitted for judging and play by the public.[7] The competition has continued annually each year, since growing from 5–6 entries in 2005 to over 130 in 2014.[114][115] In the spirit of the 2008 International Roguelike Conference, the "Roguelike Celebration" was held for the first time in September 2016 in San Francisco where several past and present roguelike developers gathered to discuss the history and future direction of the genre.[113] It has since been organized again in 2017, 2018 and 2019 in San Francisco, and as virtual events in 2020, 2021 and 2022.

See also[edit]

References[edit]

Citations[edit]

  1. ^ Solovay, Andrew. (July 27, 1993). "CFV: rec.games.roguelike reorganization". Newsgroupnews.announce.newgroups. Usenet: rec.games.roguelike-CFV1@uunet.uu.net. I would like to propose formally that a new hierarchy be created, namely rec.games.roguelike. This hierarchy would contain groups dedicated to discussion of rogue-type games.
  2. ^ Panitz, Aliza. (June 18, 1993). "Time for a new level of hierarchy?". Newsgrouprec.games.moria. Usenet: 1vsuhk$mj7@bronze.lcs.mit.edu. Archived from the original on January 22, 2011. Retrieved May 17, 2018. It seems to me that we'd do a lot better taking all of the dungeon-adventure games, including ones that don't have their own newsgroups like larn and omega, and reorganizing them under rec.games.dungeon – recognizing the intrinsic similarities of all these games. It would make it a lot easier for people who like one of these games to find newsgroups about other, basically similar games, and would finally provide a home for all those random posts about Larn and other games of the same genre that keep popping up in rec.games.hack and other inappropriate places.
  3. ^ a b c Zapata, Santiago (November 13, 2017). "On the Historical Origin of the "Roguelike" Term". Slashie's Journal. self-published. Archived from the original on October 14, 2018. Retrieved October 14, 2018.
  4. ^ Solovay, Andrew. (July 2, 1993). "RFD: rec.games.dungeon.* hierarchy". Newsgroupnews.announce.newgroups. Usenet: 211gvmINNsnp@rodan.UU.NET. Archived from the original on November 7, 2021. Retrieved May 17, 2018. I would like to propose formally that a new hierarchy be created, namely rec.games.dungeon. This hierarchy would contain groups dedicated to discussion of rogue-type games.
  5. ^ Solovay, Andrew. (July 20, 1993). "3rd RFD: rec.games.roguelike.* hierarchy". Newsgroupnews.announce.newgroups. Usenet: 22ie07INNbaa@rodan.UU.NET. Those people who agree on a name seem to favor "roguelike" as the least of all available evils.
  6. ^ Grabiner, David. (March 9, 1998). "RFD: rec.games.roguelike.development". Newsgroupnews.announce.newgroups. Usenet: 889443102.8279@isc.org. With the large number of Roguelike games and variants in existence and in development, there are occasional discussions about programming problems such as dungeon-generation algorithms which are of interest to designers of several games.
  7. ^ a b c d Rothman, Joshua (April 22, 2014). "Video Games That Embrace Irony and Death". New Yorker. Archived from the original on November 17, 2015. Retrieved November 14, 2015.
  8. ^ a b c d e f g Craddock 2015, Chapter 2: "Procedural Dungeons of Doom: Building Rogue, Part 1"
  9. ^ Rouchart, Sandy; Aylett, Ruth (2003). Solving the Narrative Paradox in VEs — Lessons from RPGs. Intelligent Virtual Agents: 4th International Workshop. Berlin: Springer. pp. 245–246. ISBN 978-3-540-39396-2. OCLC 166468859.
  10. ^ Gygax, Gary (1979). Dungeon Masters Guide. Lake Geneva, WI: TSR. p. 114. ISBN 0-935696-02-4. OCLC 13642005.
  11. ^ a b c d Craddock 2015, Introduction: "Rodney and Friends".
  12. ^ a b Harris, John (March 11, 2015). "@Play 80: Welcome back to the Dungeons of Doom". Game Developer. Archived from the original on December 18, 2015. Retrieved December 19, 2015.
  13. ^ a b c Moss, Richard C. (March 19, 2020). "ASCII art + permadeath: The history of roguelike games". Ars Technica. Archived from the original on March 19, 2020. Retrieved March 19, 2020.
  14. ^ a b PC Gamer staff (January 18, 2016). "The 50 most important PC games of all time". PC Gamer. Archived from the original on April 30, 2019. Retrieved January 18, 2016.
  15. ^ a b Brookes, Tim (September 2, 2013). "Roguelikes: A Unique & Challenging Spin On The RPG Genre". MakeUseOf. Archived from the original on November 16, 2015. Retrieved November 12, 2015.
  16. ^ a b "Berlin Interpretation (definition of a "Roguelike")". RogueBasin. Archived from the original on November 6, 2015. Retrieved November 17, 2015.
  17. ^ a b c Hatfield, Tom (January 29, 2013). "Rise Of The Roguelikes: A Genre Evolves". GameSpy. Archived from the original on October 13, 2018. Retrieved April 24, 2013.
  18. ^ a b c d e f g h i j k l m Harris, John (December 18, 2009). "COLUMN: @Play: The Berlin Interpretation". Game Set Watch. Archived from the original on September 20, 2015. Retrieved November 17, 2015.
  19. ^ a b Parish, Jeremy. "Essential 50: Part 12. Rogue". 1UP.com. Archived from the original on February 28, 2013. Retrieved March 29, 2010.
  20. ^ Bycer, Josh (August 7, 2015). "Procedural vs. Randomly Generated Content in Game Design". Game Developer. Archived from the original on March 20, 2020. Retrieved March 19, 2020.
  21. ^ Francis, Bryant (September 19, 2016). "Rogue co-creator: permadeath was never supposed to be 'about pain'". Game Developer. Archived from the original on September 24, 2016. Retrieved September 28, 2016.
  22. ^ a b c d Nutt, Christian (May 21, 2014). "'Roguelikes': Getting to the heart of the it-genre". Game Developer. Archived from the original on September 2, 2014. Retrieved August 30, 2014.
  23. ^ a b c d e f Craddock 2015, Chapter 6: "It Takes a Village: Raising NetHack"
  24. ^ a b c d e f g h Jeremy Parish (April 6, 2015). "The Gateway Guide to Roguelikes". USGamer. Archived from the original on May 9, 2015. Retrieved May 4, 2015.
  25. ^ a b Harris, John (March 22, 2016). "@Play 85: A Talk with Digital Eel, Makers of the Infinite Space Games". Game Developer. Archived from the original on March 23, 2016. Retrieved March 22, 2016.
  26. ^ Craddock 2015, Bonus Round: "Excerpt from One Week Dungeons: Diaries of a Seven-Day Roguelike Challenge"
  27. ^ "7 roguelikes that every developer should study". June 12, 2017. Archived from the original on August 10, 2021. Retrieved August 10, 2021.
  28. ^ "Remembering the best shareware-era DOS games that time forgot". Ars Technica. August 21, 2019. Archived from the original on August 10, 2021. Retrieved August 10, 2021.
  29. ^ Johnson, Mark R. (2017). "The Use of ASCII Graphics in Roguelikes: Aesthetic Nostalgia and Semiotic Difference". Games and Culture. 12 (2): 115–135. doi:10.1177/1555412015585884. S2CID 64436113.
  30. ^ Smith, Graham (June 26, 2014). "Control Dwarf Fortress With Isometric Graphics And Mouse". Rock Paper Shotgun. Archived from the original on May 5, 2015. Retrieved May 4, 2015.
  31. ^ a b Valentin, Christian (October 17, 2016). "Roguelikes Aren't Done With ASCII Art Yet". Kill Screen. Archived from the original on January 4, 2020. Retrieved January 4, 2020.
  32. ^ Nakamura, Darren (November 14, 2013). "Cloudy with a chance of being eviscerated". Destructoid. Archived from the original on November 17, 2013. Retrieved November 18, 2013.
  33. ^ Forde, Jack (January 21, 2016). "The Evolution of the Roguelike". IGN. Archived from the original on January 22, 2016. Retrieved January 22, 2016.
  34. ^ a b c Brewer, Nathan (July 7, 2016). "Going Rogue: A Brief History of the Computerized Dungeon Crawl". Insights. IEEE USA. Archived from the original on September 19, 2016. Retrieved September 15, 2016.
  35. ^ O'Conner, Alice (September 14, 2016). "Roguelike, Roguelikelike, Roguelikelikelike, Or Rogue?". Rock Paper Shotgun. Archived from the original on September 15, 2016. Retrieved September 14, 2016.
  36. ^ Winkie, Luke (June 6, 2021). "People who argue about the definition of roguelikes are annoying, but what if they're right?". PC Gamer. Archived from the original on June 7, 2021. Retrieved June 6, 2021.
  37. ^ Kuchera, Ben; Groen, Andrew (May 13, 2013). "What the hell is a roguelike? We try to hash out a definition". Penny Arcade Report. Archived from the original on June 7, 2013. Retrieved July 1, 2013.
  38. ^ Doucet, Lars (December 3, 2013). "On Procedural Death Labyrinths". Game Developer. Archived from the original on January 22, 2014. Retrieved March 5, 2014.
  39. ^ Nakamura, Darren (March 3, 2014). "Procedural Death Jam cites Spelunky and FTL as influences". Destructoid. Archived from the original on March 5, 2014. Retrieved March 5, 2014.
  40. ^ Hawkes, Ethan (July 6, 2013). "What Separates a Roguelike from a Roguelite?". Hard Core Gamer. Archived from the original on November 12, 2020. Retrieved December 21, 2020.
  41. ^ a b c Bycer, Joshua (2021). "Chapter 9: The Roguelike Confusion". Game Design Deep Dive - Roguelikes. CRC Press. ISBN 9781000362046.
  42. ^ Johnson, Mark (July 22, 2015). "Before Spelunky and FTL, There Was Only ASCII". Paste. Archived from the original on July 28, 2015. Retrieved July 31, 2015.
  43. ^ Stuart, Keith (October 11, 2021). "Dungeon crawler or looter shooter? Nine video game genres explained". The Guardian. Archived from the original on October 11, 2021. Retrieved October 12, 2021.
  44. ^ Klepeck, Patrick (November 2, 2015). "More Games Need Daily Challenge Modes". Kotaku. Archived from the original on November 3, 2015. Retrieved November 4, 2015.
  45. ^ Zimmerman, Aaron (October 20, 2022). "Vampire Survivors—a cheap, minimalistic indie game—is my game of the year". Ars Technica. Retrieved October 27, 2022.
  46. ^ Gordon, Lewis (June 30, 2022). "How One Of Gaming's Most Intimidating Genres Spawned A Legion Of Hits". The Verge. Retrieved July 2, 2022.
  47. ^ a b Barton, Matt (2008). Dungeons & Desktops: The History of Computer Role-Playing Games. A K Peters, Ltd. pp. 30–37. ISBN 978-1-56881-411-7. Archived from the original on May 10, 2017. Retrieved December 19, 2015.
  48. ^ a b c d e Craddock 2015, Chapter 4: "There and Back Again: Retrieving the Sword of Fargoal"
  49. ^ Lee, Joel (November 28, 2014). "How Procedural Generation Took Over The Gaming Industry". MakeUseOf. Archived from the original on November 17, 2015. Retrieved November 13, 2015.
  50. ^ Parish, Jeremy. "The Essential 50 Part 12 – Rogue". 1UP.com. Archived from the original on February 28, 2013. Retrieved March 1, 2009.
  51. ^ a b c Craddock 2015, Chapter 1: "The BAM-Like: Exploring Beneath Apple Manor".
  52. ^ Musgrave, Shaun (July 16, 2015). "RPG Reload File 047 – 'Rogue Touch'". TouchArcade. Archived from the original on August 26, 2015. Retrieved September 1, 2015.
  53. ^ Carreker, Dan (2012). The Game Developer's Dictionary: A Multidisciplinary Lexicon for Professionals and Students. Cengage Learning. p. 338. ISBN 978-1-4354-6082-9.
  54. ^ Barton, Matt; Loguidice, Bill (May 9, 2009). "The History of Rogue: Have @ You, You Deadly Zs". Game Developer. Archived from the original on May 12, 2014. Retrieved June 12, 2014.
  55. ^ Carmichael, Stephanie (August 12, 2015). "Interview: Author David Craddock on Dungeon Hacks and the fascinating history of roguelikes". Syfy Games. Archived from the original on August 15, 2015. Retrieved August 31, 2015.
  56. ^ a b c d Craddock 2015, Chapter 3: "Rodney and the Free Market: Building Rogue, Part 2"
  57. ^ Freeing an old game Archived July 26, 2020, at the Wayback Machine by Ben Asselstine on Free software magazine (March 12, 2007)
  58. ^ a b c d e f g Craddock 2015, Chapter 5: "When the Inmates Run the Asylum – Hack-ing at Lincoln-Sudbury High School"
  59. ^ Shaw, Cassandra. "Freeware Game Pick: Brogue (Brian Walker)". Archived from the original on April 20, 2015. Retrieved April 4, 2015.
  60. ^ Harris, John (January 19, 2008). "Column: @Play: Angband – At Last!". Game Set Watch. Archived from the original on September 24, 2015. Retrieved December 29, 2015.
  61. ^ a b c d Craddock 2015, Chapter 7: "None Shall Pass: Braving the Mines of Moria"
  62. ^ a b c d Craddock 2015, Chapter 8: "Neapolitan Roguelike: The Many Flavors of Angband"
  63. ^ a b Olivetti, Justin (January 18, 2014). "The Game Archaeologist: A brief history of roguelikes". Engadget. Archived from the original on May 18, 2015. Retrieved May 7, 2015.
  64. ^ "Angband variant list". Archived from the original on October 15, 2007. Retrieved January 18, 2009.
  65. ^ Spenser, Alex (December 26, 2013). "A History of Roguelikes in 6 Free Games". IGN. Archived from the original on April 13, 2014. Retrieved November 12, 2015.
  66. ^ Davidson, Pete (December 17, 2013). "Infinite Dungeons, Infinite Death: Tales of Maj'Eyal PC Review". USGamer. Archived from the original on November 9, 2015. Retrieved November 12, 2015.
  67. ^ Smith, Adam (December 8, 2015). "The Twelve Years Of Nethack: Version 3.6.0 Out Now". Rock Paper Shotgun. Archived from the original on December 8, 2015. Retrieved December 8, 2015.
  68. ^ a b c d e Craddock 2015, Chapter 9: "Wish You Were Here! Questing for Postcards in Ancient Domains of Mystery"
  69. ^ Harris, John (April 26, 2008). "COLUMN: @Play: Larn, Or, I Hocked The Car To Buy A Lance Of Death". Game Set Watch. Archived from the original on September 24, 2015. Retrieved November 12, 2015.
  70. ^ Harris, John (January 15, 2010). "COLUMN: @Play: Crawlapalooza Part 1, Skills and Advancement". Game Set Watch. Archived from the original on September 24, 2015. Retrieved November 12, 2015.
  71. ^ Scorpia (February 1994). "Hackin' the Nights Away". Scorpion's View. Computer Gaming World. pp. 62, 64. Archived from the original on October 3, 2017. Retrieved November 9, 2017.
  72. ^ a b c d Parish, Jeremy (January 17, 2019). "Roguelikes: How a Niche PC RPG Genre Went Mainstream". USGamer. Archived from the original on February 13, 2020. Retrieved January 17, 2019.
  73. ^ "Cave Noire – Hardcore Gaming 101". Hardcore Gaming 101. July 13, 2017.
  74. ^ Jeremy Parish (August 6, 2012). "Koichi Nakamura Interview: On the Birth of the Console RPG". 1UP.com. Archived from the original on May 12, 2013. Retrieved April 4, 2013.
  75. ^ "Permanece vigente Akira Toriyama gracias a 'Dragon Ball'" from Milenio.com
  76. ^ ドラクエVSファイナルファンタジー 売り上げ対決 Archived July 1, 2010, at the Wayback Machine from www9.plala.or.jp
  77. ^ "Japan Votes on All Time Top 100 – Edge Magazine". Edge. March 3, 2006. Archived from the original on December 26, 2009. Retrieved June 24, 2011.
  78. ^ Nix (September 20, 2007). "Shiren Wanders Into America". IGN. Archived from the original on January 2, 2016. Retrieved February 10, 2011.
  79. ^ Casamassina, Matt (July 25, 2007). "Nintendo Sales Update". IGN. Archived from the original on January 2, 2016. Retrieved February 10, 2011.
  80. ^ Lyon, James (May 22, 2008). "DS Roundup". Eurogamer. Archived from the original on January 2, 2016. Retrieved December 19, 2015.
  81. ^ Day, John (May 27, 2008). "NDS Review – Mystery Dungeon: Shiren the Wanderer". Worth Playing. Archived from the original on January 2, 2016. Retrieved December 19, 2015.
  82. ^ Caoili, Eric (May 28, 2008). "Three things to get you excited about Shiren 3". Joystiq. Archived from the original on January 2, 2016. Retrieved December 19, 2015.
  83. ^ Spensor (April 10, 2012). "One Man's Quest To Bring Mystery Dungeon Games To Android". Siliconera. Archived from the original on December 22, 2015. Retrieved December 19, 2015.
  84. ^ Spenser (December 27, 2012). "Baroque, Sting's Eerie Roguelike, Comes To iOS With Score Attack Mode". Siliconera. Archived from the original on November 18, 2015. Retrieved November 17, 2015.
  85. ^ Schreier, Jason (June 16, 2016), "Final Fantasy XIV's New 'Deep Dungeon' Will Be Different Than Anything Else In The Game", Kotaku, archived from the original on June 16, 2016, retrieved June 16, 2016
  86. ^ Parish, J (February 11, 2004). "Nightmare of Druaga: Fushigino Dungeon (PS2)". 1UP.com. Archived from the original on May 22, 2011. Retrieved July 14, 2010.
  87. ^ "The best game ever – Linux". Salon. January 27, 2000. Archived from the original on April 29, 2012. Retrieved May 28, 2012.
  88. ^ Wawro, Alex (March 18, 2016). "20 years later, David Brevik shares the story of making Diablo". Game Developer. Archived from the original on March 19, 2016. Retrieved March 18, 2016.
  89. ^ Kerr, Chris (December 8, 2015). "NetHack gets first major update in over a decade". Game Developer. Archived from the original on December 10, 2015. Retrieved December 8, 2015.
  90. ^ Skyes, Tom (October 31, 2015). "Dragon Fin Soup: a fairytale roguelike set on a space turtle". PC Gamer. Archived from the original on November 3, 2015. Retrieved November 4, 2015.
  91. ^ Smith, Adam (October 19, 2015). "A Free, Short Roguelike: The Ground Gives Way". Rock Paper Shotgun. Archived from the original on November 17, 2015. Retrieved November 16, 2015.
  92. ^ Lee, Joel (July 7, 2014). "The Best Roguelikes To Play When You're On A Coffee Break". MakeUseOf. Archived from the original on November 17, 2015. Retrieved November 16, 2015.
  93. ^ Weiner, Johan (July 24, 2011). "Where Do Dwarf-Eating Carp Come From?". New York Times. Archived from the original on October 15, 2014. Retrieved August 30, 2014.
  94. ^ LeRay, Lena (August 24, 2014). "PWYW Pick: SanctuaryRPG blends old-school aesthetics and new-school mechanics". IndieGames.com. Archived from the original on November 7, 2021. Retrieved November 6, 2015.
  95. ^ Smith, Graham (October 20, 2014). "Survival Games Are Important". Rock Paper Shotgun. Archived from the original on May 24, 2019. Retrieved August 7, 2015.
  96. ^ Murphy, Stephen (December 26, 2012). "A Game 20 Years In the Making". The Escapist. Archived from the original on November 17, 2015. Retrieved November 14, 2015.
  97. ^ Carlson, Rich (May 2, 2005). "Making a Case for Short Games". Game Developer. Archived from the original on September 10, 2014. Retrieved August 31, 2014.
  98. ^ a b Frushtick, Russ (October 23, 2012). "Spelunky: The Everlasting Platformer". Polygon. Archived from the original on January 2, 2016. Retrieved December 23, 2015.
  99. ^ Stanton, Rich (July 29, 2013). "The making of Rogue Legacy". Eurogamer. Archived from the original on December 24, 2015. Retrieved December 23, 2015.
  100. ^ Birch, Anthony (July 7, 2009). "Infinite Caves, Infinite Stories". The Escapist. Archived from the original on April 13, 2015. Retrieved May 4, 2015.
  101. ^ "IGF awards 2013: FTL acceptance speech for Excellence in Design award". Game Developers Conference. March 28, 2013. Archived from the original on February 16, 2016. Retrieved January 1, 2016.
  102. ^ a b Mahardy, Mike (July 4, 2014). "Roguelikes: The Rebirth of the Counterculture". IGN. Archived from the original on September 3, 2014. Retrieved August 30, 2014.
  103. ^ a b c Pearson, Dan (January 30, 2013). "Where I'm @: A Brief Look At The Resurgence of Roguelikes". GamesIndustry.biz. Archived from the original on September 3, 2014. Retrieved August 30, 2014.
  104. ^ Fischer, Fabian (February 4, 2016). "What do you mean, losing is fun?". Game Developer. Archived from the original on February 5, 2016. Retrieved February 4, 2016.
  105. ^ McMillen, Edmund (November 28, 2012). "Postmortem: McMillen and Himsl's The Binding of Isaac". Game Developer. Archived from the original on August 23, 2017. Retrieved December 20, 2015.
  106. ^ Grubb, Jeff (August 6, 2018). "Dead Cells review — the apotheosis of the Roguelike". Venture Beat. Archived from the original on June 14, 2019. Retrieved September 23, 2019.
  107. ^ Gilliam, Ryan (June 11, 2019). "Slay the Spire finally taught me how to build a deck". Polygon. Archived from the original on April 28, 2019. Retrieved September 23, 2019.
  108. ^ McWhertor, Michael (September 2, 2013). "Crypt of the NecroDancer pairs roguelike dungeon crawling with DDR rhythm". Polygon. Archived from the original on September 24, 2019. Retrieved September 23, 2019.
  109. ^ Tack, Daniel (April 6, 2016). "Enter the Gungeon". Game Informer. Archived from the original on September 24, 2019. Retrieved September 23, 2019.
  110. ^ Di Benedetto, Antonio G. (August 17, 2023). "Vampire Survivors: our collective obsession with the quirky, genre-defining indie game". The Verge. Retrieved September 9, 2023.
  111. ^ Wiltshire, Alex (February 12, 2020). "How Hades plays with Greek myths". Rock Paper Shotgun. Archived from the original on January 16, 2021. Retrieved February 12, 2020.
  112. ^ Li, Roland (January 3, 2021). "How S.F.'s Supergiant made 'Hades,' one of 2020's most acclaimed video games". San Francisco Chronicle. Archived from the original on January 23, 2021. Retrieved March 25, 2021.
  113. ^ a b Brightman, John (September 16, 2016). "Devs discuss the past and future of the 'roguelike'". Game Developer. Archived from the original on September 17, 2016. Retrieved September 16, 2016.
  114. ^ Smith, Adam (March 20, 2012). "The Many Faces Of Roguelikes: Seven Days Of Rogue". Rock Paper Shotgun. Archived from the original on May 13, 2014. Retrieved August 31, 2014.
  115. ^ "The 7 Day Roguelike Challenge". Rogue Temple. Archived from the original on December 11, 2014. Retrieved August 31, 2014.

General and cited sources[edit]

  • Craddock, David L (August 5, 2015). Magrath, Andrew (ed.). Dungeon Hacks: How NetHack, Angband, and Other Roguelikes Changed the Course of Video Games. Press Start Press. ISBN 978-0-692-50186-3.

External links[edit]