Creative Challenge
"A city skyline made of fruit"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<rect width="300" height="300" fill="url(#sky)"/>
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="300" y2="300">
<stop offset="0%" color="#ff7f7f"/>
<stop offset="100%" color="#8a2be2"/>
</linearGradient>
<radialGradient id="sun" cx="270" cy="50" rx="30" fy="30">
<stop offset="0%" color="#ffff00"/>
<stop offset="100%" color="#ff9933"/>
</radialGradient
> </defs>
<circle cx="270" cy="50" r="30" fill="url(#sun)"/>
<path d="M0 300 L300 300 L150 270 M150 270 L300 300" fill="none" stroke="#333" stroke-width="4" />
<g transform="translate(50, 150)">
<rect x="0" y="0" width="50" height="150" fill="url(#strawberry)" stroke="#333" stroke-width="2" />
<circle cx="25" cy="20" r="5" fill="#ff0000" stroke="#333" stroke-width="1" />
<circle cx="15" cy="30" r="5" fill="#ff0000" stroke="#333" stroke-width="1" />
<circle cx="35" cy="30" r="5" fill="#ff0000" stroke="#333" stroke-width="1" />
<circle cx="25" cy="40" r="5" fill="#ff0000" stroke="#333" stroke-width="1" />
</g>
<g transform="translate(150, 120)">
<rect x="0" y="0" width="60" height="100" fill="url(#orange)" stroke="#333" stroke-width="2" />
<path d="M0 0 L60 100 L30 50 M30 50 L0 100 60 100" fill="none" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(80, 100)">
<path d="M0 0 Q50 100 100 100 Q150 100 150 0" fill="url(#pear)" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(230, 100)">
<circle cx="25" cy="25" r="25" fill="url(#lemon)" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(20, 280)">
<circle cx="0" cy="0" r="10" fill="#008000" stroke="#333" stroke-width="2" />
<circle cx="20" cy="10" r="10" fill="#008000" stroke="#333" stroke-width="2" />
<circle cx="10" cy="20" r="10" fill="#008000" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(280, 280)">
<circle cx="0" cy="0" r="10" fill="#008000" stroke="#333" stroke-width="2" />
<circle cx="20" cy="10" r="10" fill="#008000" stroke="#333" stroke-width="2" />
<circle cx="10" cy="20" r="10" fill="#008000" stroke="#333" stroke-width="2" />
</g>
<path d="M50 100 Q100 150 150 100" fill="none" stroke="#333" stroke-width="1" />
<path d="M100 100 Q150 150 200 100" fill="none" stroke="#333" stroke-width="1" />
<path d="M150 100 Q200 150 250 100" fill="none" stroke="#333" stroke-width="1" />
<path d="M200 100 Q250 150 300 100" fill="none" stroke="#333" stroke-width="1" />
<g transform="translate(100, 100)" opacity="0.7">
<ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#wing1)" />
<ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#wing2)" transform="rotate(180)" />
<circle cx="0" cy="10" r="5" fill="#333" />
</g>
<g transform="translate(200, 100) opacity="0.7">
<ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#wing1)" transform="rotate(180)" />
<ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#wing2)" transform="rotate(180)" />
<circle cx="0" cy="10" r="5" fill="#333" />
</g>
<g transform="translate(150, 50) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(250, 50) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(100, 50) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(50, 50) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(300, 50) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(250, 80) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(50, 80) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(100, 80) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(200, 80) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(150, 80) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(300, 80) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(150, 100) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(150, 120) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(150, 140) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(150, 160) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(150, 180) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(150, 200) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g>
<g transform="translate(150, 220) opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#333" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#333" stroke-width="2" />
<circle cx="0" cy="0" r="3" fill="#333" stroke="#333" stroke-width="2" />
</g
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E0FFFF;stop-opacity:1" />
</linearGradient>
<radialGradient id="fruitGradient1" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF8E8E;stop-opacity:1" />
</radialGradient>
<radialGradient id="fruitGradient2" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFE44D;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFF59D;stop-opacity:1" />
</radialGradient>
<radialGradient id="fruitGradient3" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA1F5;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(50,200)">
<rect width="20" height="30" fill="#2ecc71"/>
<rect width="20" height="20" x="25" y="10" fill="#2ecc71"/>
<rect width="20" height="10" x="50" y="20" fill="#2ecc71"/>
</g>
<g transform="translate(100,150)">
<rect width="25" height="40" fill="url(#fruitGradient1)"/>
<rect width="20" height="20" x="5" y="15" fill="#2c3e50"/>
<rect width="20" height="20" x="10" y="25" fill="#2c3e50"/>
</g>
<g transform="translate(150,180)">
<rect width="30" height="35" fill="url(#fruitGradient2)"/>
<rect width="10" height="10" x="5" y="5" fill="#2c3e50"/>
<rect width="10" height="10" x="20" y="5" fill="#2c3e50"/>
</g>
<g transform="translate(200,170)">
<rect width="25" height="30" fill="url(#fruitGradient3)"/>
<rect width="15" height="15" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(250,220)">
<rect width="15" height="25" fill="#FF6B6B"/>
<rect width="10" height="10" x="2" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(30,240)">
<rect width="40" height="30" fill="#FF6B6B"/>
<rect width="10" height="10" x="10" y="10" fill="#2c3e50"/>
<rect width="10" height="10" x="25" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(80,250)">
<rect width="30" height="25" fill="#FF6B6B"/>
<rect width="10" height="10" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(130,230)">
<rect width="35" height="35" fill="#FF6B6B"/>
<rect width="10" height="10" x="10" y="10" fill="#2c3e50"/>
<rect width="10" height="10" x="20" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(180,220)">
<rect width="25" height="30" fill="#FF6B6B"/>
<rect width="10" height="10" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(230,210)">
<rect width="20" height="35" fill="#FF6B6B"/>
<rect width="10" height="10" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(0,270)">
<rect width="300" height="30" fill="#2ecc71"/>
</g>
<g transform="translate(50,100)">
<rect width="40" height="50" fill="url(#fruitGradient2)"/>
<rect width="10" height="10" x="10" y="10" fill="#2c3e50"/>
<rect width="10" height="10" x="25" y="20" fill="#2c3e50"/>
</g>
<g transform="translate(100,80)">
<rect width="30" height="60" fill="url(#fruitGradient3)"/>
<rect width="10" height="10" x="5" y="5" fill="#2c3e50"/>
<rect width="10" height="10" x="20" y="20" fill="#2c3e50"/>
</g>
<g transform="translate(150,120)">
<rect width="35" height="55" fill="url(#fruitGradient1)"/>
<rect width="10" height="10" x="10" y="10" fill="#2c3e50"/>
<rect width="10" height="10" x="25" y="25" fill="#2c3e50"/>
</g>
<g transform="translate(200,110)">
<rect width="25" height="50" fill="url(#fruitGradient2)"/>
<rect width="10" height="10" x="5" y="5" fill="#2c3e50"/>
</g>
<g transform="translate(250,140)">
<rect width="20" height="40" fill="url(#fruitGradient3)"/>
<rect width="10" height="10" x="5" y="5" fill="#2c3e50"/>
</g>
<g transform="translate(30,160)">
<rect width="35" height="45" fill="url(#fruitGradient1)"/>
<rect width="10" height="10" x="10" y="10" fill="#2c3e50"/>
<rect width="10" height="10" x="25" y="20" fill="#2c3e50"/>
</g>
<g transform="translate(80,190)">
<rect width="30" height="35" fill="url(#fruitGradient3)"/>
<rect width="10" height="10" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(130,200)">
<rect width="25" height="30" fill="url(#fruitGradient2)"/>
<rect width="10" height="10" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(180,210)">
<rect width="20" height="25" fill="url(#fruitGradient1)"/>
<rect width="10" height="10" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(230,230)">
<rect width="15" height="20" fill="url(#fruitGradient3)"/>
<rect width="10" height="10" x="2" y="5" fill="#2c3e50"/>
</g>
<g transform="translate(280,240)">
<rect width="10" height="15" fill="#FF6B6B"/>
</g>
<g transform="translate(30,260)">
<rect width="20" height="25" fill="#FF6B6B"/>
<rect width="10" height="10" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(70,250)">
<rect width="25" height="25" fill="#FF6B6B"/>
<rect width="10" height="10" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(120,240)">
<rect width="30" height="30" fill="#FF6B6B"/>
<rect width="10" height="10" x="10" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(170,230)">
<rect width="25" height="35" fill="#FF6B6B"/>
<rect width="10" height="10" x="10" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(220,220)">
<rect width="20" height="30" fill="#FF6B6B"/>
<rect width="10" height="10" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(270,210)">
<rect width="15" height="25" fill="#FF6B6B"/>
<rect width="10" height="10" x="2" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(30,170)">
<rect width="35" height="50" fill="url(#fruitGradient2)"/>
<rect width="10" height="10" x="10" y="10" fill="#2c3e50"/>
<rect width="10" height="10" x="25" y="20" fill="#2c3e50"/>
</g>
<g transform="translate(80,180)">
<rect width="30" height="45" fill="url(#fruitGradient3)"/>
<rect width="10" height="10" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(130,190)">
<rect width="25" height="40" fill="url(#fruitGradient1)"/>
<rect width="10" height="10" x="10" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(180,200)">
<rect width="20" height="35" fill="url(#fruitGradient2)"/>
<rect width="10" height="10" x="5" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(230,210)">
<rect width="15" height="30" fill="url(#fruitGradient3)"/>
<rect width="10" height="10" x="2" y="10" fill="#2c3e50"/>
</g>
<g transform="translate(280,220)">
<rect width="10" height="25" fill="url(#fruitGradient1)"/>
</g>
</svg>
Judge's Analysis
Player 2's submission creatively interprets the prompt by using fruit shapes and colors to form a city skyline, successfully blending elements of both themes.
The composition is visually appealing, with a clear depiction of a skyline against a sky, and it adheres more closely to the idea of a city made of fruit.
Player 1's image did not load, making it impossible to evaluate.
These metrics analyze technical aspects of both SVG drawings. Look for differences that might explain the judge's decision. Use the "View Code" button above to see the SVG code for each drawing.
Shapes Metrics
The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.
The number of rectangle elements (rect) in the SVG.
The number of circle elements (circle) in the SVG.
The number of ellipse elements (ellipse) in the SVG.
The number of line elements (line) in the SVG.
The number of polygon elements (polygon) in the SVG.
The number of path elements (path) in the SVG.
The number of group elements (g) in the SVG.
Visual Effects Metrics
The number of gradient definitions (linearGradient, radialGradient) in the SVG.
The number of pattern definitions (pattern) in the SVG.
The number of filter definitions (filter) in the SVG.
The number of mask definitions (mask) in the SVG.
The number of clipping path definitions (clipPath) in the SVG.
The number of elements with opacity attributes in the SVG.
The number of elements with stroke attributes in the SVG.
Colors Metrics
The number of unique colors used in the SVG.
Interactivity Metrics
The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.
The number of elements with transform attributes in the SVG.
Complexity Metrics
The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.
The maximum nesting level of group elements (g) in the SVG.
The number of elements defined within the defs element in the SVG.
The number of use elements (use) in the SVG.
Text Metrics
The number of text elements (text) in the SVG.
AI Judging Process
Creativity
Originality, innovative use of shapes and unique approach to the prompt.
Prompt Adherence
How accurately the SVG captures the essence of the prompt.
Visual Appeal
Aesthetic quality including composition, color usage and overall visual impact.
How does judging work?
SVG drawings are converted to static PNG images for evaluation. The AI judge receives the original prompt and both images, then determines which drawing better fulfills the evaluation criteria without seeing animations, interactivity, or SVG code.
Similar Challenges
"Floating cat juggling stars in neon space"
"Purple giraffe on roller skates juggling flaming torches"
"Rainbow umbrella floating above a sunflower field"
"Dancing cactus wearing sunglasses under a disco ball"
"Flying toaster-shaped clouds over a neon cityscape"
"Rainbow octopus juggling planets under the sea"