Creative Challenge
"Floating city on a giant turtle's back"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky -->
<rect x="0" y="0" width="300" height="150" fill="url(#skyGradient)" rx="20" />
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#87CEEB" />
<stop offset="1" stop-color="#45A0E6" />
</linearGradient>
<!-- Turtle -->
<g transform="translate(150, 170)">
<!-- Shell -->
<circle cx="0" cy="0" r="80" fill="#964B00" />
<circle cx="0" cy="0" r="70" fill="url(#shellGradient)" />
<linearGradient id="shellGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#FFC080" />
<stop offset="1" stop-color="#FF9900" />
</linearGradient>
<!-- Head and legs -->
<g fill="#964B00">
<circle cx="-40" cy="-50" r="10" />
<circle cx="40" cy="-50" r="10" />
<rect x="-60" y="-20" width="20" height="40" rx="5" />
<rect x="40" y="-20" width="20" height="40" rx="5" />
</g>
</g>
<!-- City -->
<g transform="translate(150, 120)">
<!-- Buildings -->
<g fill="#F7F7F7">
<rect x="-40" y="-30" width="20" height="40" rx="5" />
<rect x="-10" y="-20" width="20" height="30" rx="5" />
<rect x="20" y="-30" width="20" height="40" rx="5" />
<rect x="40" y="-20" width="20" height="30" rx="5" />
</g>
<!-- Towers -->
<g fill="#AAAAAA">
<rect x="-50" y="-50" width="10" height="30" rx="2" />
<rect x="40" y="-50" width="10" height="30" rx="2" />
</g>
<!-- Windows -->
<g fill="#CCCCCC">
<rect x="-45" y="-25" width="5" height="5" rx="1" />
<rect x="-35" y="-25" width="5" height="5" rx="1" />
<rect x="-25" y="-25" width="5" height="5" rx="1" />
<rect x="-15" y="-25" width="5" height="5" rx="1" />
<rect x="35" y="-25" width="5" height="5" rx="1" />
<rect x="45" y="-25" width="5" height="5" rx="1" />
</g>
</g>
<!-- Water -->
<path d="M 0,170 C 50,170 100,150 150,170 C 200,190 250,170 300,170 L 300,300 0,300 Z" fill="url(#waterGradient)" />
<linearGradient id="waterGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#45A0E6" />
<stop offset="1" stop-color="#87CEEB" />
</linearGradient>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<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:#1E90FF; stop-opacity:1" />
</linearGradient>
<radialGradient id="shellGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#556B2F; stop-opacity:1" />
<stop offset="100%" style="stop-color:#6B8E23; stop-opacity:1" />
</radialGradient>
<linearGradient id="buildingGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700; stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA500; stop-opacity:1" />
</linearGradient>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Giant Turtle -->
<g transform="translate(150, 200)">
<!-- Shell -->
<ellipse rx="100" ry="50" fill="url(#shellGradient)" />
<!-- Shell Patterns -->
<circle cx="-50" cy="0" r="10" fill="#8B4513" />
<circle cx="50" cy="0" r="10" fill="#8B4513" />
<circle cx="0" cy="-30" r="10" fill="#8B4513" />
<circle cx="0" cy="30" r="10" fill="#8B4513" />
<!-- Turtle Body -->
<ellipse rx="30" ry="50" fill="#228B22" />
<!-- Turtle Head -->
<ellipse cx="0" cy="-50" rx="15" ry="20" fill="#006400" />
<!-- Turtle Legs -->
<ellipse cx="-70" cy="0" rx="15" ry="25" fill="#228B22" />
<ellipse cx="70" cy="0" rx="15" ry="25" fill="#228B22" />
</g>
<!-- Floating City -->
<g transform="translate(150, 150)">
<!-- Buildings -->
<rect x="-60" y="-80" width="20" height="80" fill="url(#buildingGradient)" />
<rect x="-30" y="-70" width="15" height="70" fill="url(#buildingGradient)" />
<rect x="0" y="-90" width="25" height="90" fill="url(#buildingGradient)" />
<rect x="35" y="-60" width="15" height="60" fill="url(#buildingGradient)" />
<rect x="60" y="-75" width="20" height="75" fill="url(#buildingGradient)" />
<!-- Windows -->
<g fill="#FFFFE0" opacity="0.8">
<rect x="-55" y="-70" width="5" height="10" />
<rect x="-45" y="-60" width="5" height="10" />
<rect x="-25" y="-65" width="5" height="10" />
<rect x="-10" y="-85" width="5" height="10" />
<rect x="5" y="-55" width="5" height="10" />
<rect x="20" y="-80" width="5" height="10" />
<rect x="40" y="-70" width="5" height="10" />
<rect x="65" y="-65" width="5" height="10" />
</g>
<!-- Bridges -->
<path d="M-60,-80 Q-30,-100 0,-80" stroke="#8B4513" stroke-width="2" fill="none"/>
<path d="M60,-75 Q30,-95 0,-75" stroke="#8B4513" stroke-width="2" fill="none"/>
<!-- Sun -->
<circle cx="0" cy="-120" r="15" fill="#FFD700" />
<g stroke="#FFD700" stroke-width="2">
<line x1="0" y1="-135" x2="0" y2="-150" />
<line x1="10" y1="-125" x2="25" y2="-130" />
<line x1="-10" y1="-125" x2="-25" y2="-130" />
<line x1="10" y1="-115" x2="25" y2="-110" />
<line x1="-10" y1="-115" x2="-25" y2="-110" />
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission captures the concept of a floating city on a turtle's back more effectively by clearly depicting the city with distinct building shapes and a turtle shape as the base.
The composition is more detailed and cohesive, with a clear representation of both the city and the turtle, enhancing both creativity and adherence to the prompt.
Player 1's image lacks sufficient detail to convey the idea as clearly.
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
"Purple elephant in space juggling glowing planets"
"An octopus juggling flaming swords underwater"
"Transparent jellyfish floating through a starry galaxy"
"Octopus knitting a scarf underwater, surrounded by playful seahorses"
"Two cats fencing with paintbrushes atop a floating book"
"Surrealist portrait: Leonardo da Vinci's face made of floating clock gears"