Added mermaid flowchart for Taskflow
This commit is contained in:
@@ -14,3 +14,16 @@ Een flow van hoe je pagina werkt in woorden.
|
|||||||
#### Taskflow
|
#### Taskflow
|
||||||
Bekijk top highscores -> pas settings aan -> druk start -> speel spel -> ga dood -> voer naam in voor highscores -> repeat
|
Bekijk top highscores -> pas settings aan -> druk start -> speel spel -> ga dood -> voer naam in voor highscores -> repeat
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
flowchart TD
|
||||||
|
A[Main menu] --> B(Scores)
|
||||||
|
B --> A
|
||||||
|
A --> C(settings)
|
||||||
|
A --> D(start)
|
||||||
|
D --> E(Begin game)
|
||||||
|
E --> F(Speel spel)
|
||||||
|
F --> H(Ga dood)
|
||||||
|
H --> I(Voer naam in voor highscore)
|
||||||
|
I --> E
|
||||||
|
I --> A
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user