No edit summary |
|||
Line 85: | Line 85: | ||
| [[File:assignment_3.jpg|Assignment_3]] | | [[File:assignment_3.jpg|Assignment_3]] | ||
| Showing a small grid using vertexes and neste-for-loops. <br><br> [[Media:Assignment_III.pde|Assignment_3.pde]] | | Showing a small grid using vertexes and neste-for-loops. <br><br> [[Media:Assignment_III.pde|Assignment_3.pde]] | ||
|- | |||
|} | |||
<br> | |||
<br> | |||
==Algorithm for Computers 4 — 09.11.18== | |||
{| border="1" | |||
|- | |||
! style="width: 50%" | Result | |||
! style="width: 50%" | Algorithm | |||
|- | |||
| [[File:assignment_3.jpg|Assignment_3]] | |||
| Show circle created by lines using arrays, classes and random functions <br><br> [[Media:Assignment_III.pde|Assignment_3.pde]] | |||
|- | |- | ||
|} | |} |
Revision as of 06:28, 4 November 2018
Algorithm for Humans 1 — 19.10.18
Result | Algorithm |
---|---|
Result of the first analog algorithm reading line by line and execute the given instructions. |
Algorithm for Humans 2 — 26.10.18
Result | Algorithm |
---|---|
This time we had to write our own algorithm and give it an other student so he/she can try to draw it. The result you can see here. Assignment_1 |
Algorithm for Humans 3 — 02.11.18
Result | Algorithm |
---|---|
[] | New Assignment . See the algorithm here: Assignment_3 |
Algorithm for Computers 1 — 26.10.18
Result | Algorithm |
---|---|
Presenting the first drawing imagine with Processing. Assignment_2.pde |
Algorithm for Computers 2 — 02.11.18
Result | Algorithm |
---|---|
Presenting a small little game which includes things we have learned last time like for-loops, if-clauses, variables and so on. |
Algorithm for Computers 3 — 02.11.18
Result | Algorithm |
---|---|
Showing a small grid using vertexes and neste-for-loops. Assignment_3.pde |
Algorithm for Computers 4 — 09.11.18
Result | Algorithm |
---|---|
Show circle created by lines using arrays, classes and random functions Assignment_3.pde |