# Mathober2023_Excision

# DonutWorldExcision

For the 17th Prompt Of Mathober: Excision, DonutWorldExcision will take a previously made realm of [**DonutWorld**](https://blog.illestpreacha.com/mathober2023cohomology) and use the ***jump cut function*** from **LiveCodingYoutube** alongside some glitch effects to **Excise** portions,colors and pixels from the sketch.

## Poem

```ocaml
Donuts World
Donuts Twirl
Donuts Curl and Hurl
These are the actions
The Interactions
In Donut World
```

## Video

<iframe width="560" height="315" src="https://www.youtube.com/embed/XUnk5cPiJ-4?si=CAT542syibScIDtN"></iframe>

## LiveCodingYoutube Code

```javascript
create(1,2,"d9lq3nqy_sA")

speed(0,0.5)
speed(1,-0.5)

jump(0,2,12)
jump(1,5,-1)

play(all)
```
