# Game Flow You can use Mermaid to conceptualize a game flow here, if needed/desired. ```mermaid flowchart TD A[Deposit Coin] --> B[Credit >= 1] B -- "Yes" --> C[Start Game] C --> E[Begin Game Loop] E --> F[Die] F --> G[Retry?] G -- "No" --> I[Highscore] G -- "Yes" --> A ```