Creative Challenge
"A jellyfish wearing a Victorian top hat, floating over a city skyline at sunset"
<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:#FF6B6B;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#2C3E50;stop-opacity:1"/>
</linearGradient>
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#4ECDC4;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#2C3E50;stop-opacity:1"/>
</linearGradient>
<radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFB6C1;stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:#FFFFFF;stop-opacity:0.3"/>
</radialGradient>
<linearGradient id="sunRays" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:0"/>
</linearGradient>
</defs>
<rect width="300" height="150" fill="url(#skyGradient)"/>
<rect width="300" height="150" y="150" fill="url(#waterGradient)"/>
<g transform="translate(150,100)">
<rect width="30" height="40" rx="15" transform="rotate(45)" fill="#2C3E50"/>
<rect width="10" height="20" x="10" y="30" rx="5" fill="#FFD700"/>
<path d="M0,0 L50,0 Q50,20 0,40 Z" transform="translate(20,60) rotate(90)" fill="#2C3E50"/>
</g>
<g transform="translate(120,180)">
<clipPath id="jellyClip">
<circle cx="0" cy="0" r="30"/>
<path d="M-30,0 Q0,-20 30,0 Q0,20 -30,0"/>
</clipPath>
<rect width="60" height="60" clip-path="url(#jellyClip)" fill="url(#jellyfishGradient)"/>
<rect width="4" height="15" x="28" y="40" rx="2" transform="rotate(45)" fill="#ECF0F1" opacity="0.8"/>
<rect width="4" height="15" x="32" y="40" rx="2" transform="rotate(-45)" fill="#ECF0F1" opacity="0.8"/>
<rect width="4" height="15" x="28" y="36" rx="2" transform="rotate(45 30 30)" fill="#ECF0F1" opacity="0.8"/>
</g>
<g transform="translate(150,120)">
<rect width="200" height="80" rx="20" transform="rotate(30)" fill="#2C3E50"/>
<rect width="40" height="60" x="80" y="20" rx="10" fill="#ECF0F1"/>
<rect width="4" height="40" x="10" y="10" rx="2" transform="rotate(45)" fill="#FFD700"/>
</g>
<g transform="translate(150,80)">
<rect width="40" height="60" rx="30" fill="#FFB6C1"/>
<rect width="20" height="20" x="10" y="40" rx="10" fill="#FFD700"/>
</g>
<g transform="translate(0,0)" opacity="0.3">
<rect width="300" height="300" fill="url(#sunRays)"/>
</g>
<g transform="translate(50,200)">
<rect width="20" height="40" rx="10" fill="#2C3E50"/>
<rect width="4" height="20" x="8" y="15" rx="2" fill="#ECF0F1"/>
</g>
<g transform="translate(100,200)">
<rect width="25" height="45" rx="15" fill="#2C3E50"/>
<rect width="4" height="20" x="10" y="20" rx="2" fill="#ECF0F1"/>
</g>
<g transform="translate(150,200)">
<rect width="30" height="50" rx="20" fill="#2C3E50"/>
<rect width="4" height="20" x="13" y="25" rx="2" fill="#ECF0F1"/>
</g>
<g transform="translate(200,200)">
<rect width="25" height="45" rx="15" fill="#2C3E50"/>
<rect width="4" height="20" x="10" y="20" rx="2" fill="#ECF0F1"/>
</g>
<g transform="translate(250,200)">
<rect width="20" height="40" rx="10" fill="#2C3E50"/>
<rect width="4" height="20" x="8" y="15" rx="2" fill="#ECF0F1"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- City Skyline -->
<rect x="0" y="150" width="300" height="150" fill="#98DDCA" />
<rect x="20" y="120" width="30" height="30" fill="#FFD700" />
<rect x="70" y="135" width="50" height="50" fill="#FFD700" />
<rect x="150" y="100" width="40" height="80" fill="#FFD700" />
<rect x="220" y="120" width="30" height="40" fill="#FFD700" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="#FFDB58" />
<line x1="250" y1="0" x2="250" y2="20" stroke="orange" stroke-width="3" />
<line x1="225" y1="25" x2="240" y2="15" stroke="orange" stroke-width="3" />
<line x1="260" y1="25" x2="275" y2="15" stroke="orange" stroke-width="3" />
<!-- Water -->
<path d="M150 150 Q100 200 50 150 Q0 100 50 50 Q100 0 150 50 Q200 100 150 150" fill="#87CEEB" />
<!-- Jellyfish Body -->
<ellipse cx="150" cy="180" rx="20" ry="40" fill="#D38382" />
<!-- Jellyfish Details -->
<circle cx="140" cy="155" r="5" fill="#D38382" />
<circle cx="160" cy="165" r="5" fill="#D38382" />
<circle cx="140" cy="190" r="5" fill="#D38382" />
<circle cx="160" cy="195" r="5" fill="#D38382" />
<!-- Victorian Top Hat -->
<path d="M120 120 L180 120 L180 100 Q150 80 120 100 Z" fill="#2C3E50" />
<rect x="130" y="40" width="40" height="60" fill="#2C3E50" />
<rect x="135" y="40" width="30" height="20" fill="black" />
</svg>
Judge's Analysis
Player 2's image better captures the essence of a jellyfish with a Victorian top hat floating over a city skyline.
The composition is clearer, and the elements are more distinct, enhancing both visual appeal and adherence to the prompt.
Player 1's image, while colorful, is more abstract and less representative of the described scene.
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
"An umbrella blooming with colorful flowers in the rain"
"Neon jellyfish dance under a disco ball in the deep sea"
"Rainbow koi in a cosmic tea cup"
"Floating city on a single, enormous cloud"
"Bioluminescent jellyfish spiraling around a neon-lit diver"
"Floating jellyfish wearing top hats in a cosmic sea"