Remove redundancies in arcade example of flow section
This commit is contained in:
parent
a9f7086f9c
commit
2bdfb417a6
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user