No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
''week 5''<br> | ''week 5''<br> | ||
Week of fractals. | |||
the commands of the fractals are: <br> | |||
1 right<br> | |||
2 upwards<br> | |||
2 rightwards<br> | |||
2 downwards<br> | |||
1 left<br> | |||
Implemented in a turtle-like code and a GUI code <br> | |||
[[File:Bildschirmfoto 2017-01-03 um 12.34.03.png|200|left||thumb|Turtle Fractal]] <br> | |||
[[File:Bildschirmfoto 2017-01-03 um 12.33.42.png|200|left||thumb|GUI Fractal]]<br> | |||
<br style="clear:both;"> | |||
''week 6''<br> |
Revision as of 11:39, 3 January 2017
Happy Homework Here
week 1
nothing
week 2
nothing
week 3
This week I experimented with random functions and loops.
Assigment 3: think of an own source of randomness:
Use a buttercup flower to tell you whether something is true or false (like what people always do when they want to know if someone is in love with that person or not).
week 4
The week of the turtle
Here I altered the original turtle in a way that it would change size with each step, and I altered the angle size
The second assignment was to create a turtle yourself, I created a grasshopper instead. Because it jumps from one place to the other according to the commands you give it. Commands are: left, right, up, down, and change shape
week 5
Week of fractals.
the commands of the fractals are:
1 right
2 upwards
2 rightwards
2 downwards
1 left
Implemented in a turtle-like code and a GUI code
week 6