Difference between revisions of "Random generation"
Jump to navigation
Jump to search
(5 intermediate revisions by 4 users not shown) | |||
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 [[ | 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 [[Winning|win]]. | ||
[[category:Concepts]] |
Latest revision as of 03:43, 6 August 2018
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.