Advent Of Code 2022 - Day 14

Managed to do Part 1

Part 1

Snap! Build Your Own Blocks

It's slightly interesting as I used my own loop structures (using repeat until)
I did this as it's not possible to add/subtract debugging say blocks inside most Snap! loops as they are not dynamic inside of them

It's a lot more work and I used gloabl vars which is messy but at least it worked