Mid GoF Patterns

Game State (Saving Progress):?

  • In video games, the Memento Pattern can be used to save the game state

(such as player position, inventory, etc.) so that the player can undo or restore

their progress to a previous save point.

More from Design Patterns in C#

All questions for this course