# NaPoWriMo+GenMo2025_MonoStich

# MonostichingPoses

For the 25th Poem of **NaPoWriMo/NaPoGenMo 2025**, ***“MonostichingPoses”*** is Coded in **Locomotion** as a **MonoStich (***A one line poem***).**

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1745965665577/721098b6-e8f6-46f0-bb7a-c82ad8e09b97.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1745965669052/9ce0aa29-9686-4368-9181-63c652cc3170.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1745965673797/4fc6e92d-6e0d-4518-98b7-7c69d5b57e0f.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1745965677597/d950329f-3245-491e-afe5-8e42ae59fc86.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1745965691520/cd78773f-5990-4291-8bad-c668e6d70c9b.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1745965711890/fe0e02a7-7715-41ff-8d93-62c78b62bf04.png align="center")

## Code

```haskell
b n = dancer{url = "dataGhost",y = -5 + n + range 5 -5 (osc 0.25), animation = [n+ 2 ,1, n + 3,1], lz = n / range - 360 360 (osc 0.3),rz = 17,x = - 5 + n  + range 5 -5 (osc 1), rx = range 5 -5 (osc 0.5), size = 0.25 * n}; for[1..12] b;
```
