Look what strange thing I found in my version of the Enzyklopedia Kuriosica.
seen from Slovenia
seen from Russia
seen from United States
seen from Canada
seen from Netherlands
seen from India

seen from Israel
seen from Hong Kong SAR China
seen from China

seen from Canada

seen from United States

seen from Canada
seen from United States

seen from Germany

seen from United States
seen from Germany

seen from United Kingdom

seen from Malaysia
seen from United Kingdom
seen from United Kingdom
Look what strange thing I found in my version of the Enzyklopedia Kuriosica.
E1 // Hannah Pollow WS 16/17
void setup() { size(500,500); } void draw () { background(230); line(15,20, 240,400); line(30, 20, 260, 400); line(50,20, 300,400); line(455, 20, 10, 480); rect(170,40, 100,100); }
Code
// Jasmin Wodarczyk //WS 16/17 //E6 Creative Coding
PFont NewGothic;
void setup () { size(480, 320); printArray(PFont.list()); NewGothic =createFont("newGothik", 48); NewGothic = loadFont("NewsGothicBT-RomanCondensed-48.vlw");
PImage img; img = loadImage("pokemon.jpg"); background(img); }
void draw() {
//blauer Kasten strokeWeight(4); stroke(255); fill(#49578B); rect(15,235, 220,70);
//gelber Kasten Wodarczyk fill(#F2EEDA); noStroke(); rect(38,40, 100, 20);
//gelber Kasten Jasmin rect(280,158,100,20);
//Text blauer Kasten textFont(NewGothic); textSize (30); fill(255); text("JASMIN tun?", 30,295); textSize(20); text("Was soll", 30, 260);
//Text gelber Kasten Wodarczyk textSize(17); fill(0); text("WODARCZYK", 42,55);
//Text gelber Kasten Jasmin textSize(20); text("JASMIN", 290,175);
}
Code
//E1 Draw your first Sketch //WS 1617 Jasmin Wodarczyk
size(500, 500);
line(0, 250, 500, 0); line(0, 0, 450, 400);
rect(130, 110, 100, 100);
Hu(goes) Paradise by Natalia, Jassy, Hannah (Group B) // WS16/17
Card Design (Minigame, Dragoncards)
Map Design
There are still possible changes in design
// Hannah Pollow // WS 16/17 // E6 - My name
PFont schrift; String message; String message1; void setup() { size(500,500); schrift = createFont("OratorStd", 65); textFont(schrift); } void draw() { background(0); ellipse(250, 250, 60, 60); noFill(); ellipse(250, 250, 80, 80); ellipse(250, 250, 100, 100); fill(255); textAlign(CENTER); text("HANNAH", 115,80); message = "HANNAH"; stroke(255); for(int i = 1; i <= message.length(); i++){ text(message.substring(i-1,i),21, 0 + i *80); text("POLLOW", 370, 480); message1 = "POLLOW"; for(int j = 1; j <= message1.length(); j++){ text(message1.substring(j-1,j),468, 118 + j *60); } } }
Bicycle Day - Documentation
By Kleo Kreitz, Onur Özkan, Grigory Gusev