Remove redundancies in arcade example of flow section

This commit is contained in:
Jahn 2025-02-28 02:26:43 -05:00
parent a9f7086f9c
commit 2bdfb417a6

View File

@ -10,8 +10,7 @@ Examples:
```mermaid
flowchart TD
A[Deposit Coin] --> B[Credit >= 1]
B -- "Yes" --> C[Start Game]
C --> E[Begin Game Loop]
B -- "Yes" --> E[Begin Game Loop]
E --> F[Die]
F --> G[Retry?]
G -- "No" --> I[Highscore]