Password Save Files: Difference between revisions

From gdp3
Jump to navigationJump to search
No edit summary
Line 19: Line 19:


== Using the pattern ==
== Using the pattern ==
Designing [[Password Save Files]] lies primarily in designing how the passwords are generated. This is typically through simply naming them but they can also be generated based on the current game state, something which typically is needed for game states more complicated than those that simply are which [[Levels|Level]] one has access to.


=== Diegetic Aspects ===
Providing players with [[Password Save Files]] is typically done as they reach [[Save Points]], most often ones between [[Levels]].
 
=== Interface Aspects ===
 
=== Narration Aspects ===


== Consequences ==
== Consequences ==

Revision as of 15:08, 11 November 2015

The one-sentence "definition" that should be in italics.

This pattern is a still a stub.

Wikipedia and TV Tropes have entries related to Password Save Files named Password<ref name="wiki"/> and Password Save<ref name="tvtropes"/> respectively.

Examples

Examples of games using Password Save Files include The Lost Vikings, the first Populous, and the first game in the Prince of Persia series and in the Lemmings series.

Using the pattern

Designing Password Save Files lies primarily in designing how the passwords are generated. This is typically through simply naming them but they can also be generated based on the current game state, something which typically is needed for game states more complicated than those that simply are which Level one has access to.

Providing players with Password Save Files is typically done as they reach Save Points, most often ones between Levels.

Consequences

Password Save Files are simply an form of Save Files possible when only very small game state (or very small parts of a game state) needs to be saved.

Relations

Can Instantiate

Save Files

Can Modulate

-

Can Be Instantiated By

Save Points

Can Be Modulated By

-

Possible Closure Effects

-

Potentially Conflicting With

-

History

New pattern created in this wiki.

References

<references> <ref name="wiki">Entry for Password (video games) at Wikipedia.</ref> <ref name="tvtropes">Entry for Password Save at TV Tropes.</ref> </references>

Acknowledgements

-