Difference between revisions of "Procedurally Generated Game Worlds"
(→Relations) |
(→Relations) |
||
Line 31: | Line 31: | ||
== Relations == | == Relations == | ||
− | [[ | + | === Can Instantiate === |
− | + | [[Game World Exploration]], | |
− | [[ | + | [[Illusion of Open Space]], |
[[Thematic Consistency]] | [[Thematic Consistency]] | ||
− | |||
− | |||
− | |||
− | |||
==== with ... ==== | ==== with ... ==== | ||
=== Can Modulate === | === Can Modulate === | ||
+ | [[Game Worlds]] | ||
=== Can Be Instantiated By === | === Can Be Instantiated By === | ||
+ | [[Randomness]], | ||
+ | [[Tiles]] | ||
=== Can Be Modulated By === | === Can Be Modulated By === |
Revision as of 18:03, 4 September 2011
Game worlds created through algorithms.
This pattern is a still a stub.
Contents
Examples
The space-based computer games in the Elite series created several galaxies that players could explore using procedural generation. Several Tabletop Roleplaying Games, including Traveller and GURPS through the GURPS Space supplement, similarly have rules for generating solar systems and planets but since these algorithms need to be calculated by people these game worlds tend to be smaller.
Minecraft, NetHack, and Slaves to Armok II: Dwarf Fortress all create their game worlds or levels through algorithms based upon random seeds. The Just Cause series used procedural generation to create the basis for the large gameplay areas provided in these games, and then manually added specific features to provide the background for the main story structure.
Some games uses weaker form of Procedurally Generated Game Worlds in that either the procedure is neither not that complex or does not provide that much variation. For example, the resource tiles used in Settlers of Catan are typically randomized. In another example, the Left 4 Dead series uses a small amount of procedural generation to create variations in game levels, mainly by blocking some routes and opening some other.
The site GiantBomb has a page[1] for games that use procedural generation for any purpose, not only creating game worlds.
Using the pattern
Diegetic Aspects
Interface Aspects
Narrative Aspects
Consequences
Relations
Can Instantiate
Game World Exploration, Illusion of Open Space, Thematic Consistency
with ...
Can Modulate
Can Be Instantiated By
Can Be Modulated By
Possible Closure Effects
Potentially Conflicting With
Predetermined Story Structures
History
New pattern created in this wiki.
References
Acknowledgements
-