Creative Challenge
"A floating city on the back of a giant koi fish, swimming through the clouds"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect fill="#87CEEB" x="0" y="0" width="300" height="300"/>
<!-- Clouds -->
<g opacity="0.5">
<ellipse cx="50" cy="50" rx="30" ry="20" fill="#FFFFFF"/>
<ellipse cx="120" cy="100" rx="40" ry="30" fill="#FFFFFF"/>
<ellipse cx="200" cy="70" rx="20" ry="15" fill="#FFFFFF"/>
<ellipse cx="250" cy="120" rx="35" ry="25" fill="#FFFFFF"/>
</g>
<!-- Koi Fish -->
<g transform="translate(150, 200)">
<path fill="#FFA07A" d="M-50,-30 C-30,-20 -10,-10 0,0 C10,10 30,20 50,30 C70,40 90,50 110,60 C100,70 90,80 80,90 C70,100 60,110 50,120 C40,130 30,140 20,150 C10,160 0,170 -10,180 C-20,190 -30,200 -40,210 C-50,220 -60,230 -70,240 C-80,250 -90,260 -100,270 C-110,280 -120,290 -130,300 L-50,-30 Z"/>
<path fill="#FFD700" d="M-50,-30 C-30,-20 -10,-10 0,0 C10,10 30,20 50,30 C70,40 90,50 110,60 L110,0 C100,-10 90,-20 80,-30 C70,-40 60,-50 50,-60 C40,-70 30,-80 20,-90 C10,-100 0,-110 -10,-120 C-20,-130 -30,-140 -40,-150 C-50,-160 -60,-170 -70,-180 C-80,-190 -90,-200 -100,-210 C-110,-220 -120,-230 -130,-240 L-50,-30 Z"/>
<g transform="translate(0, 20)">
<circle cx="0" cy="0" r="10" fill="#000000"/>
<circle cx="0" cy="0" r="5" fill="#FFFFFF"/>
</g>
</g>
<!-- City -->
<g transform="translate(150, 150)">
<rect fill="#696969" x="-50" y="-20" width="100" height="20"/>
<rect fill="#C0C0C0" x="-40" y="-40" width="80" height="20"/>
<rect fill="#808080" x="-30" y="-60" width="60" height="20"/>
<rect fill="#696969" x="-20" y="-80" width="40" height="20"/>
<rect fill="#C0C0C0" x="-10" y="-100" width="20" height="20"/>
<path fill="#808080" d="M-40,-40 L-30,-20 L-10,-40 L-20,-60 Z"/>
<path fill="#696969" d="M-30,-60 L-20,-40 L0,-60 L-10,-80 Z"/>
<path fill="#C0C0C0" d="M-20,-80 L-10,-60 L10,-80 L0,-100 Z"/>
</g>
<!-- Windows -->
<g transform="translate(150, 150)">
<rect fill="#ADD8E6" x="-40" y="-40" width="10" height="10"/>
<rect fill="#ADD8E6" x="-20" y="-40" width="10" height="10"/>
<rect fill="#ADD8E6" x="0" y="-40" width="10" height="10"/>
<rect fill="#ADD8E6" x="-40" y="-60" width="10" height="10"/>
<rect fill="#ADD8E6" x="-20" y="-60" width="10" height="10"/>
<rect fill="#ADD8E6" x="0" y="-60" width="10" height="10"/>
<rect fill="#ADD8E6" x="-40" y="-80" width="10" height="10"/>
<rect fill="#ADD8E6" x="-20" y="-80" width="10" height="10"/>
<rect fill="#ADD8E6" x="0" y="-80" width="10" height="10"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="koiGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #FF4500; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #FF6347; stop-opacity: 1" />
</linearGradient>
<radialGradient id="cloudGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #FFFFFF; stop-opacity: 0.8" />
<stop offset="100%" style="stop-color: #D3D3D3; stop-opacity: 0.5" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="skyblue"/>
<g>
<path d="M150 260 Q110 240 130 200 C100 170 150 120 170 150 C190 180 210 180 250 200 C240 240 190 260 150 260 Z" fill="url(#koiGradient)"/>
<circle cx="170" cy="150" r="4" fill="black"/>
<path d="M250 200 Q230 220 210 200" fill="none" stroke="black" stroke-width="2"/>
<path d="M110 245 Q120 235 140 245" fill="none" stroke="black" stroke-width="2"/>
<g transform="translate(150, 120)">
<polygon points="0,0 10,-10 20,0" fill="gray"/>
<polygon points="5,-5 15,-15 25,-5" fill="darkgray"/>
<polygon points="10,-10 20,-20 30,-10" fill="lightgray"/>
<rect x="0" y="-10" width="5" height="10" fill="gray"/>
<rect x="10" y="-15" width="5" height="15" fill="darkgray"/>
<rect x="20" y="-20" width="5" height="20" fill="lightgray"/>
</g>
<g transform="translate(160, 130)" fill="brown">
<rect x="0" y="0" width="5" height="10"/>
<rect x="10" y="0" width="5" height="15"/>
<rect x="20" y="0" width="5" height="12"/>
</g>
</g>
<g>
<circle cx="70" cy="60" r="30" fill="url(#cloudGradient)"/>
<circle cx="100" cy="55" r="25" fill="url(#cloudGradient)"/>
<circle cx="85" cy="80" r="20" fill="url(#cloudGradient)"/>
<circle cx="230" cy="80" r="30" fill="url(#cloudGradient)"/>
<circle cx="260" cy="75" r="25" fill="url(#cloudGradient)"/>
<circle cx="245" cy="100" r="20" fill="url(#cloudGradient)"/>
</g>
</svg>
Judge's Analysis
Player 2's image better captures the whimsical concept of a floating city on a koi fish.
The use of color and shape gives the impression of motion and cloud-like surroundings, aligning closely with the prompt.
Player 1's depiction is more abstract, making it harder to discern the intended theme and lacks the same level of visual appeal and technical execution.
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
"Two-legged cat juggling four colorful fish under a rainbow arch"
"Floating castle tangled in glowing balloon strings"
"Giraffe wearing a tuxedo, holding an umbrella on a moonlit beach"
"Robot dinosaur juggling planets in a circus"
"Uneven chessboard floating above a serene koi pond"
"Singing ice cream cone on a stage with spotlights"