Difference between revisions of "Random generation"

From RogueBasin
Jump to navigation Jump to search
Line 1: Line 1:
One of the major features of roguelikes is that most of the ingame content is randomly generated, this means that a special algorithm dependant on a [[RNG|Random Number Generator]] is used to define certain characteristics of the ingame world, items or monsters that the PC meets. This makes roguelikes unique, as the replayability factor is as high to keep people playing the same game for more than 10 years, even if they don't [[Winning|win]]
One of the major features of roguelikes is that most of the ingame content is randomly generated, this means that a special algorithm dependant on a [[RNG|Random Number Generator]] is used to define certain characteristics of the ingame world, items or monsters that the PC meets. This makes roguelikes unique, as the replayability factor is as high to keep people playing the same game for more than 10 years, even if they don't [[Winning|win]]


[[category:features]]
[[category:articles]]

Revision as of 04:58, 21 September 2006

One of the major features of roguelikes is that most of the ingame content is randomly generated, this means that a special algorithm dependant on a Random Number Generator is used to define certain characteristics of the ingame world, items or monsters that the PC meets. This makes roguelikes unique, as the replayability factor is as high to keep people playing the same game for more than 10 years, even if they don't win