Created
October 16, 2016 13:30
-
-
Save NJichev/aa88a461ed3a8646273456e9018cd0c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// house | |
stroke(255, 140, 0); | |
strokeWeight(10); | |
fill(107, 63, 5); | |
rect(100, 100, 250, 200); | |
fill(0, 51, 255); | |
rect(251, 211, 60, 88); | |
fill(230, 255, 0); | |
rect(137, 135, 67, 59); | |
fill(255, 0, 0); | |
fill(107, 63, 5); | |
triangle(390, 100, 225, 4, 60, 100); | |
line(286, 8, 286, 39); | |
fill(255, 0, 0); | |
line(286, 8, 311, 8); | |
line(312, 55, 311, 8); | |
strokeWeight(15); | |
point(298, 260); | |
// snowman | |
ellipse(196,100,140,140); | |
ellipse(199,268,200,200); | |
ellipse(159,94,31,26); | |
ellipse(233,94,31,26); | |
line(223,134,166,134); | |
fill(255, 0, 0); | |
rect(115,28,165,36); | |
rect(139,-9,113,38); | |
strokeWeight(10); | |
point(197,185); | |
point(197,224); | |
point(197,274); | |
point(197,311); | |
point(160,95); | |
point(229,95); | |
line(20,134,99,241); | |
line(391,133,295,227); | |
ellipse(190,117,19,17); | |
fill(214, 13, 46); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment