# NaPoWriMo+GenMo2025_WordFlow

# FlowingPhrases

For the 24th Poem of **NaPoWriMo/NaPoGenMo 2025**, ***“***FlowingPhrases***”*** is Coded in MermaidJs as a **Diagram-based poem**

## Graph

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1745902162188/576689ea-c5c8-4b39-924b-7a8ba1bbe6f9.png align="center")

## Code/Script

```ocaml
stateDiagram-v2
    [*] --> Whispering
    Dancing --> [*]
    Whispering --> Dancing
    Whispering --> Indoors
    Engagement --> Beyond Dreams Imagery
    Outdoors --> [*]
    Dreams --> Beyond Shouting Loudness
    [*] --> Excitement
    Excitement --> [*]
    Excitement --> Imagery
    Loudness --> Shouting
    Beyond --> Imagery
    Shouting --> Loudness Excitement
```
