# Mathober2025_Stellations

# FailedStellations

For my 11th sketch of **Mathober2025** coded in **LiveCodeLab**, **FailedStellations** takes the 10th prompt of ***Stellations*** and showcases a failed attempt of that.

## Poetry

```ocaml
Extrusion was Required
But the attempt has Backfired
The cubes are still There
And their presence is Here
```

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1760023341495/e92089cf-63bc-4e44-9332-d04eaa464243.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1760023363423/52836fff-90a2-40e5-aff3-a4d866aafbea.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1760023371715/4d27c831-6813-49e0-86d8-81f59a05ae51.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1760023378672/80ba1485-51e6-4b42-9c6d-fcd51230336c.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1760023386294/eb5d19fb-a29d-48ab-a205-5fb99224b558.png align="center")

## Code

```javascript
25 times with i
	ambientLight brown
	stroke black
	fill brown
	rotate i/25, i/51,i/73
	box i/15, i/15,i/20
— — — – 

25 times with i
	ambientLight brown
	stroke black
	fill green
	rotate i/4, i/3,i/2
	box i/10, i/15,i/29

—-- — - — - - - 
25 times with i
	ambientLight white
	stroke black
	fill brown
	rotate i/4, i/3,i/2
	box i/10, i/15,i/29

– — — – – 


25 times with i
	ambientLight yellow
	stroke black
	fill white
	rotate i/4, i/3,i/2
	box i/10, i/15,i/29

— — – –

25 times with i
	ambientLight teal
	stroke black
	fill white
	rotate i/5, i/11,i/3
	box i/15, i/15,i/20
```
