Creative Challenge
"Floating city on a giant tortoise's back under a vibrant galaxy sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sky" cx="50%" cy="50%" r="80%">
<stop offset="0%" stop-color="#2a0066"/>
<stop offset="100%" stop-color="#000033"/>
</radialGradient>
<radialGradient id="shell" cx="50%" cy="50%" r="60%">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="100%" stop-color="#654321"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#sky)"/>
<!-- Stars -->
<g fill="white" filter="url(#glow)">
<circle cx="50" cy="30" r="1"/>
<circle cx="80" cy="50" r="0.8"/>
<circle cx="200" cy="40" r="1.2"/>
<circle cx="250" cy="60" r="0.9"/>
<circle cx="150" cy="20" r="1.1"/>
<circle cx="120" cy="45" r="0.7"/>
<circle cx="280" cy="30" r="1"/>
</g>
<!-- Tortoise body -->
<ellipse cx="150" cy="200" rx="120" ry="70" fill="#5D4037"/>
<!-- Shell -->
<path d="M150,140
C220,140 270,180 270,220
C270,260 220,290 150,290
C80,290 30,260 30,220
C30,180 80,140 150,140 Z"
fill="url(#shell)"/>
<!-- Shell patterns -->
<path d="M150,160
L180,200 L150,240 L120,200 Z"
fill="#8B4513" stroke="#654321"/>
<!-- Floating city -->
<g transform="translate(90,120)">
<!-- Buildings -->
<rect x="0" y="0" width="20" height="40" fill="#FFD700"/>
<rect x="25" y="-20" width="15" height="60" fill="#DAA520"/>
<rect x="45" y="-10" width="25" height="50" fill="#FFD700"/>
<rect x="75" y="-30" width="20" height="70" fill="#DAA520"/>
<rect x="100" y="-15" width="30" height="55" fill="#FFD700"/>
<!-- Windows -->
<g fill="#FFFFFF" opacity="0.8">
<rect x="5" y="5" width="10" height="10"/>
<rect x="5" y="20" width="10" height="10"/>
<rect x="30" y="0" width="5" height="5"/>
<rect x="30" y="10" width="5" height="5"/>
<rect x="30" y="20" width="5" height="5"/>
<rect x="50" y="5" width="15" height="5"/>
<rect x="50" y="15" width="15" height="5"/>
<rect x="50" y="25" width="15" height="5"/>
</g>
</g>
<!-- Tortoise head -->
<path d="M270,200
C280,190 285,180 285,170
C285,155 275,145 265,145
C255,145 245,155 245,170
C245,180 250,190 260,200"
fill="#5D4037"/>
<!-- Galaxy swirls -->
<path d="M20,50 Q150,-20 280,80"
stroke="#FF69B4"
stroke-width="2"
fill="none"
opacity="0.3"/>
<path d="M50,20 Q150,100 250,30"
stroke="#4169E1"
stroke-width="2"
fill="none"
opacity="0.3"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Define gradients -->
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="30%" r="80%">
<stop offset="0%" stop-color="#2e0066" />
<stop offset="50%" stop-color="#000000" />
<stop offset="100%" stop-color="#000022" />
</radialGradient>
<linearGradient id="tortoiseGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#556B2F" />
<stop offset="100%" stop-color="#8FBC8F" />
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Galaxy background -->
<rect x="0" y="0" width="300" height="300" fill="url(#galaxyGradient)"/>
<!-- Stars -->
<g fill="#FFFFFF" filter="url(#glow)">
<circle cx="30" cy="50" r="1.5" />
<circle cx="250" cy="80" r="1.2" />
<circle cx="100" cy="20" r="1.3" />
<circle cx="200" cy="40" r="1" />
<circle cx="170" cy="100" r="1.4" />
<circle cx="60" cy="150" r="1.2" />
<circle cx="220" cy="160" r="1.3" />
<circle cx="140" cy="30" r="1.1" />
<circle cx="80" cy="210" r="1.5" />
<circle cx="260" cy="200" r="1.2" />
<circle cx="50" cy="250" r="1.3" />
<circle cx="150" cy="260" r="1" />
<circle cx="270" cy="270" r="1.4" />
</g>
<!-- Giant Tortoise -->
<g id="tortoise">
<!-- Tortoise shell -->
<ellipse cx="150" cy="200" rx="85" ry="50" fill="url(#tortoiseGradient)" stroke="#3E4E2E" stroke-width="2"/>
<!-- Shell patterns -->
<g stroke="#2F3E1F" stroke-width="1">
<ellipse cx="150" cy="200" rx="70" ry="40" fill="none"/>
<path d="M150 160 C120 180, 120 220, 150 240" fill="none"/>
<path d="M150 160 C180 180, 180 220, 150 240" fill="none"/>
<line x1="150" y1="160" x2="150" y2="240" />
</g>
<!-- Tortoise legs -->
<ellipse cx="75" cy="230" rx="12" ry="20" fill="url(#tortoiseGradient)" stroke="#3E4E2E" stroke-width="1"/>
<ellipse cx="225" cy="230" rx="12" ry="20" fill="url(#tortoiseGradient)" stroke="#3E4E2E" stroke-width="1"/>
<!-- Tortoise head -->
<circle cx="150" cy="150" r="12" fill="url(#tortoiseGradient)" stroke="#3E4E2E" stroke-width="1"/>
<!-- Tortoise tail -->
<path d="M235,210 Q245,215 240,225" fill="none" stroke="#3E4E2E" stroke-width="2"/>
</g>
<!-- Floating city on the tortoise's back -->
<g id="city" transform="translate(110, 125)">
<!-- Floating platform base -->
<rect x="0" y="0" width="80" height="25" fill="#444" rx="5" ry="5"/>
<!-- Buildings -->
<g fill="#999">
<rect x="5" y="-20" width="10" height="20" />
<rect x="20" y="-35" width="12" height="35" />
<rect x="38" y="-25" width="8" height="25" />
<rect x="50" y="-40" width="15" height="40" />
<rect x="70" y="-18" width="8" height="18" />
</g>
<!-- Building windows -->
<g fill="#FFD700">
<rect x="22" y="-30" width="2" height="2"/>
<rect x="22" y="-26" width="2" height="2"/>
<rect x="52" y="-35" width="2" height="2"/>
<rect x="52" y="-31" width="2" height="2"/>
<rect x="52" y="-27" width="2" height="2"/>
</g>
<!-- Connecting bridges between buildings -->
<g stroke="#BBB" stroke-width="1">
<line x1="15" y1="-20" x2="15" y2="-5" />
<line x1="27" y1="-35" x2="27" y2="-5" />
<line x1="44" y1="-25" x2="44" y2="-5" />
<line x1="57" y1="-40" x2="57" y2="-5" />
</g>
<!-- Details on the platform -->
<path d="M0,0 L80,0 L75,5 L5,5 Z" fill="#333"/>
</g>
<!-- Additional galactic details: nebula-like swirls -->
<g opacity="0.4">
<path d="M50,250 C70,230, 90,270, 110,250" fill="none" stroke="#FF69B4" stroke-width="3" stroke-linecap="round"/>
<path d="M180,20 C200,40, 220,0, 240,20" fill="none" stroke="#00FFFF" stroke-width="3" stroke-linecap="round"/>
<path d="M20,150 C40,130, 60,170, 80,150" fill="none" stroke="#ADFF2F" stroke-width="3" stroke-linecap="round"/>
</g>
</svg>
Judge's Analysis
Player 2's submission better captures the concept of a floating city on a tortoise, with a more detailed tortoise design and a clearer depiction of a cityscape.
The color scheme effectively evokes a vibrant galaxy sky, enhancing the visual appeal.
In contrast, Player 1's image lacks detail in the tortoise and the city, and the sky appears less dynamic.
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
"Penguin-shaped hot air balloon floating above a desert oasis"
"A skyscraper shaped like a giant, sleeping cat in a bustling futuristic city"
"Fire-breathing squirrel in a bonsai garden"
"A cyberpunk octopus playing a violin"
"A giraffe wearing a top hat, sipping tea on a floating lily pad"
"Flying elephant juggling planets in the night sky"