Line 43: | Line 43: | ||
|- | |- | ||
| [[File:circle_aa.png|first_algo]] | | [[File:circle_aa.png|first_algo]] | ||
| | | Necessary Materials: | ||
- 1 blank sheet of paper (any size) | |||
- 1 compass (or just a glas which you can use to draw a circle) | |||
- 1 pencil | |||
- 1 thick pen (favorite color) | |||
Steps: | |||
First part: Use a pencil and draw thin lines | |||
Draw a circle in the middle of your paper with ~ 12 to 18 cm diameter. | |||
Draw a vertical line through the middle of the Circle, | |||
Draw a horizontal line through the arc to get 4 pieces. | |||
Draw 2 more lines till you have 16 pieces with the same size (i.e. 8 lines) | |||
Label the intersections of lines and the circle from 1 to 16. | |||
Second Part: Use a pen of your favorite color | |||
Let x = 0. | |||
Draw a line from the middle point to point 1 + x. | |||
Draw a line from point 1 + x to point 2+ x. | |||
Draw a line from point 2 + x to the middle. | |||
If x is smaller than 13, add 2 to x and repeat the last three steps. | |||
If x is bigger than 13, draw a line from the mid point to a any corner of your sheet. | |||
<br>Unfortunately Manuel was a very strict HGP so when he got in next-to-last line he repeated the last three steps and stopped. Maybe I should be more precise next time ;)<br> | |||
==Algorithm for Computers 2 — 9.11.18== | ==Algorithm for Computers 2 — 9.11.18== |
Revision as of 17:02, 4 January 2019
Algorithm for Computers 0 — 20.-27.10.18
Result | Algorithm |
---|---|
Filling an array with random points in an ascending interval and connecting those with triangles. random_lines_asc.pde |
Result | Algorithm |
---|---|
Executing the algorithm mirrored with different color results in a picture which could be used for a cracked version of Windows ;) |
Algorithm for Computers 1 — 02.11.18
Result | Algorithm |
---|---|
Nested for Loop with a certain offset per point & frame funny_jittering5.pde |
Algorithm for Humans 1 — 02.11.18
Result | Algorithm | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Necessary Materials:
- 1 blank sheet of paper (any size) - 1 compass (or just a glas which you can use to draw a circle) - 1 pencil - 1 thick pen (favorite color)
First part: Use a pencil and draw thin lines Draw a circle in the middle of your paper with ~ 12 to 18 cm diameter. Draw a vertical line through the middle of the Circle, Draw a horizontal line through the arc to get 4 pieces. Draw 2 more lines till you have 16 pieces with the same size (i.e. 8 lines) Label the intersections of lines and the circle from 1 to 16. Second Part: Use a pen of your favorite color Let x = 0. Draw a line from the middle point to point 1 + x. Draw a line from point 1 + x to point 2+ x. Draw a line from point 2 + x to the middle. If x is smaller than 13, add 2 to x and repeat the last three steps. If x is bigger than 13, draw a line from the mid point to a any corner of your sheet.
Algorithm for Computers 2 — 9.11.18
Algorithm for Humans 2 — 9.11.18
Algorithm for Computers 3 — 16.11.18
Algorithm for Humans 3 — 16.11.18
Algorithm for Computers 4
Algorithm for Humans 4
|