Week Two – Computers + Language

the task I chose to do is making a cup of tea. at first I didn’t understand what we were asked to do and it did take some time to wrap my head around. however I did manage to come up with an unfinished “how to make tea” code.
I used some what of a p5js language as it just came easier to me. I changed some of the words here and there like create canvas was changed to countertop to resemble a kitchen.the words in highlighted in orange are variables that I have created .
https://esoteric.codes/blog/chef-multicoding-esolang-aesthetics
at first it just started as a list of instructions just to get an idea:
1.1 making a tea [start loop]
1.2 put teabag into cup
1.3 pour water into kettle
2.1 put the kettle on
2.2 flip the switch
2.3 wait until water is hot
3.1 pour hot water into the mug
3.2 stir
3.3 wait until tea is brewed
4.1 get the milk
4.2 open fridge
4.3 get the milk
4.4 pour milk into the mug
4.5 stir
5.1 add sugar
5.2 stir
6.1 tea is ready to enjoy [end loop]