-
Notifications
You must be signed in to change notification settings - Fork 0
System Design
Pawel Sapula edited this page May 26, 2026
·
1 revision
Models from the project report.
This diagram shows the possible views a player can enter and interact with.
This diagram shows how the MVC (Model-View-Controller) was utilized together with UserSession which manages the game state.
This diagram shows how persistent storage interacts with the game state singleton, aswell as how the model is connected to it.
This diagram shows the general structure of how the MVC model connects and retrieves game state.
This diagram shows a piece of one of the MVC setups for each stock view.