Creative Challenge
"Floating city above a giant turtle's shell, surreal style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGlow" cx="50%" cy="50%" r="70%">
<stop offset="0%" style="stop-color:#ff6b6b"/>
<stop offset="100%" style="stop-color:#4a90e2"/>
</radialGradient>
<pattern id="cityPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="2" y="5" width="6" height="15" fill="#2c3e50"/>
<rect x="12" y="8" width="4" height="12" fill="#34495e"/>
</pattern>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGlow)"/>
<!-- Turtle Shell Base -->
<ellipse cx="150" cy="220" rx="120" ry="60" fill="#2c3e50"/>
<path d="M70 220 Q150 180 230 220 Q150 260 70 220" fill="#465669"/>
<!-- Shell Patterns -->
<path d="M90 200 Q150 170 210 200 Q150 230 90 200" fill="none" stroke="#596c84" stroke-width="2"/>
<path d="M100 210 Q150 185 200 210 Q150 235 100 210" fill="none" stroke="#596c84" stroke-width="2"/>
<!-- Floating City -->
<g transform="translate(150 140) rotate(-5)">
<path d="M-80 0 Q-40 -60 0 -40 Q40 -60 80 0" fill="url(#cityPattern)"/>
<circle cx="-50" cy="-20" r="15" fill="#e74c3c"/>
<circle cx="30" cy="-30" r="20" fill="#f1c40f"/>
<!-- City Buildings -->
<rect x="-70" y="-30" width="10" height="30" fill="#95a5a6"/>
<rect x="-40" y="-50" width="15" height="50" fill="#7f8c8d"/>
<rect x="-10" y="-40" width="12" height="40" fill="#95a5a6"/>
<rect x="20" y="-45" width="14" height="45" fill="#7f8c8d"/>
<rect x="50" y="-35" width="10" height="35" fill="#95a5a6"/>
<!-- Floating Elements -->
<circle cx="-60" cy="-40" r="5" fill="#e74c3c" opacity="0.6"/>
<circle cx="40" cy="-50" r="4" fill="#f1c40f" opacity="0.6"/>
<circle cx="0" cy="-60" r="6" fill="#e74c3c" opacity="0.6"/>
</g>
<!-- Turtle Head and Limbs -->
<path d="M50 220 Q30 240 40 260" fill="none" stroke="#2c3e50" stroke-width="8"/>
<path d="M250 220 Q270 240 260 260" fill="none" stroke="#2c3e50" stroke-width="8"/>
<path d="M250 200 Q270 180 260 160" fill="none" stroke="#2c3e50" stroke-width="8"/>
<path d="M50 200 Q30 180 40 160" fill="none" stroke="#2c3e50" stroke-width="8"/>
<!-- Turtle Head -->
<path d="M130 180 Q150 160 170 180" fill="#2c3e50"/>
<circle cx="140" cy="170" r="2" fill="white"/>
<circle cx="160" cy="170" r="2" fill="white"/>
<!-- Atmospheric Elements -->
<circle cx="50" cy="50" r="10" fill="white" opacity="0.5"/>
<circle cx="200" cy="70" r="15" fill="white" opacity="0.3"/>
<circle cx="150" cy="40" r="8" fill="white" opacity="0.4"/>
</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:#70e1f5; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffd194; stop-opacity:1" />
</linearGradient>
<radialGradient id="shellGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#8bc34a; stop-opacity:1" />
<stop offset="100%" style="stop-color:#558b2f; stop-opacity:1" />
</radialGradient>
<linearGradient id="buildingGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff8a80; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff5252; stop-opacity:1" />
</linearGradient>
<pattern id="shellPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="3" fill="#4caf50" />
<line x1="0" y1="0" x2="20" y2="20" stroke="#388e3c" stroke-width="1"/>
<line x1="20" y1="0" x2="0" y2="20" stroke="#388e3c" stroke-width="1"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150,250)">
<!-- Turtle Shell -->
<ellipse rx="100" ry="50" fill="url(#shellGradient)" />
<ellipse rx="95" ry="45" fill="url(#shellPattern)" />
<!-- Turtle Body -->
<ellipse rx="30" ry="15" fill="#4caf50" transform="translate(0,40)" />
</g>
<!-- Floating City -->
<g>
<!-- Buildings -->
<rect x="80" y="100" width="20" height="50" fill="url(#buildingGradient)" />
<rect x="120" y="80" width="25" height="70" fill="url(#buildingGradient)" />
<rect x="170" y="110" width="15" height="40" fill="url(#buildingGradient)" />
<rect x="200" y="90" width="20" height="60" fill="url(#buildingGradient)" />
<!-- Bridges -->
<path d="M100,150 Q150,130 200,150" stroke="#ffffff" stroke-width="2" fill="none" />
<!-- Windows -->
<g fill="#ffeb3b">
<circle cx="85" cy="120" r="2"/>
<circle cx="95" cy="130" r="2"/>
<circle cx="125" cy="100" r="2"/>
<circle cx="135" cy="110" r="2"/>
<circle cx="175" cy="130" r="2"/>
<circle cx="205" cy="110" r="2"/>
<circle cx="215" cy="120" r="2"/>
</g>
<!-- Floating Elements -->
<circle cx="150" cy="60" r="10" fill="#ff5722" opacity="0.7">
<animate attributeName="cy" values="60;50;60" dur="4s" repeatCount="indefinite"/>
<animate attributeName="cx" values="150;160;150" dur="4s" repeatCount="indefinite"/>
</circle>
<circle cx="100" cy="50" r="8" fill="#9c27b0" opacity="0.6">
<animate attributeName="cy" values="50;40;50" dur="3s" repeatCount="indefinite"/>
<animate attributeName="cx" values="100;90;100" dur="3s" repeatCount="indefinite"/>
</circle>
<circle cx="200" cy="40" r="12" fill="#03a9f4" opacity="0.5">
<animate attributeName="cy" values="40;30;40" dur="5s" repeatCount="indefinite"/>
<animate attributeName="cx" values="200;210;200" dur="5s" repeatCount="indefinite"/>
</circle>
</g>
<!-- Surreal Elements -->
<path d="M150,250 C130,220 170,220 150,250" fill="#795548" />
<path d="M100,150 Q150,200 200,150" stroke="#6d4c41" stroke-width="3" fill="none" />
</svg>
Judge's Analysis
Player 1's submission creatively captures the surreal concept of a floating city above a giant turtle's shell with a more dynamic and abstract style, utilizing vibrant colors and a more defined turtle shape.
The composition is visually appealing and maintains a strong adherence to the prompt with a whimsical and imaginative approach.
Player 2's image, while colorful, lacks the same level of detail in representing the turtle's shell and the surreal floating city concept.
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
"A dragon made of clouds floating above a calm sea"
"Frog in a suit riding a unicycle on a rainbow"
"Swirling ice cream cone galaxy, stars as sprinkles"
"An octopus juggling planets under a disco ball"
"Penguins at a disco dance-off with mirrored sunglasses"
"Octopus conducting a symphony of glowing fish under a moonlit sea"