# Genuary2026_MoreBoxes

# MoreBoxyTrips

**MoreBoxyTrips** is Coded with **LiveCodeLab** Boxes`(Prompt 12 of Genuary2026)`

## Poem

```javascript
Entities 
made of Boxes
Wandering around acting as this Stage
Is theirs
Within their tiers
Ignoring the others that are there
For this is their space
For their paths in their pace
For the Boxes are of one shape
For the Boxes are only Boxes
```

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1769283395720/00fa3a74-665e-4ba8-8d99-30fd3d0f0ec9.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1769283399531/74c9f035-3d39-4ca1-a44b-20b392fb4222.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1769283412846/25e23ca4-fa6c-4c75-b76f-dd812046f71e.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1769283418634/8462722b-9e71-4c45-9aac-24e05b97010e.png align="center")

## Code

### LiveCodeLab

```javascript
pushMatrix()

simpleGradient white,black,grey-
ambientLight (time % 15 +1)*15,50 *((time % 10 + 1) /2),abs(sin(time)*255) 

35 + (time % 15 +1)*10 times with i
	scale 0.5
	move (time % 25 + 1)/50,(time % 25 + 1)/50,(time % 25 + 1)/50
	rotate sin(time)*i/10, cos(time)*i/12,Math.hypot(i,i%10)
	rotate i/10,i/16,i/4
	box i/20, i/15, Math.hypot(sin(i/10),(time % 10 + 1))
	rotate
		box i/40, i/5, Math.hypot(cos(i/2),(time % 10 + 3))
	rotate
	noStroke
		box i,i,i
		box i/2,i/2,i/3
		move i, i/2, i/3
		move  i/10,sin(time)*i/2, i/3
		move sin(time),wave(i/100),Math.cbrt(Math.hypot(time % 7, sin(time)))
		rotate  sin(time),wave(i/100),Math.cbrt(Math.hypot(time % 7, sin(time)))
		box i/4.i/4.o/5
popMatrix()
```
