Creative Challenge
"Glowing jellyfish tap-dancing on a moonlit coral stage"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonlight" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#bddff0;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1a3b5b;stop-opacity:1" />
</radialGradient>
<radialGradient id="jellyfishGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ff91a4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#f97396;stop-opacity:0" />
</radialGradient>
<pattern id="coralTexture" x="0" y="0" width=".1" height=".1" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="2" fill="#e4534c" />
<circle cx="8" cy="8" r="2" fill="#ef7d7c" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#moonlight)" />
<g filter="url(#jellyfishGlow)">
<g transform="translate(150, 60)">
<path d="M0,-20 Q-10,-30 -20,-20 Q-30,0 -20,20 Q-10,30 0,20 Q10,30 20,20 Q30,0 20,-20 Q10,-30 0,-20" fill="url(#jellyfishGlow)" stroke="#ff91a4" stroke-width="2"/>
<line x1="0" y1="20" x2="0" y2="100" stroke="#ff73a1" stroke-width="2" />
<line x1="-10" y1="20" x2="-20" y2="90" stroke="#ff73a1" stroke-width="2" />
<line x1="10" y1="20" x2="20" y2="90" stroke="#ff73a1" stroke-width="2" />
<circle cx="0" cy="100" r="5" fill="#f08899" stroke="#ff5e7d" stroke-width="1"/>
</g>
<g transform="translate(70, 140)">
<path d="M0,0 Q-10,-15 -20,0 Q-30,10 -20,20 Q-10,35 0,20 Q10,35 20,20 Q30,10 20,0 Q10,-15 0,0" fill="url(#jellyfishGlow)" stroke="#ff91a4" stroke-width="2"/>
<line x1="0" y1="20" x2="0" y2="70" stroke="#ff73a1" stroke-width="2" />
<line x1="-10" y1="20" x2="-15" y2="60" stroke="#ff73a1" stroke-width="2" />
<line x1="10" y1="20" x2="15" y2="60" stroke="#ff73a1" stroke-width="2" />
<circle cx="0" cy="70" r="5" fill="#f08899" stroke="#ff5e7d" stroke-width="1"/>
</g>
<g transform="translate(230, 160)">
<path d="M0,0 Q-10,-15 -20,0 Q-30,10 -20,20 Q-10,35 0,20 Q10,35 20,20 Q30,10 20,0 Q10,-15 0,0" fill="url(#jellyfishGlow)" stroke="#ff91a4" stroke-width="2"/>
<line x1="0" y1="20" x2="0" y2="70" stroke="#ff73a1" stroke-width="2" />
<line x1="-10" y1="20" x2="-15" y2="60" stroke="#ff73a1" stroke-width="2" />
<line x1="10" y1="20" x2="15" y2="60" stroke="#ff73a1" stroke-width="2" />
<circle cx="0" cy="70" r="5" fill="#f08899" stroke="#ff5e7d" stroke-width="1"/>
</g>
</g>
<rect x="20" y="260" width="260" height="20" fill="url(#coralTexture)" stroke="#ab3f3a" stroke-width="2"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Moonlit Coral Stage -->
<circle cx="150" cy="150" r="120" fill="#0a043c"/>
<!-- Coral Shapes -->
<path d="M90,150 Q85,130 100,120 Q120,130 115,150 L110,160 Z" fill="#ff7a5a"/>
<path d="M150,180 Q140,170 155,160 Q170,170 160,180 L155,185 Z" fill="#ff7a5a"/>
<path d="M200,150 Q195,130 210,120 Q230,130 225,150 L220,160 Z" fill="#ff7a5a"/>
<!-- Glowing Jellyfish -->
<g>
<circle cx="100" cy="90" r="15" fill="#ffb703" opacity="0.8"/>
<circle cx="100" cy="90" r="10" fill="#ff6361" opacity="0.6"/>
<circle cx="100" cy="90" r="5" fill="#8ac926" opacity="0.4"/>
<circle cx="120" cy="98" r="8" fill="#ffb703" opacity="0.8"/>
<circle cx="120" cy="98" r="5" fill="#ff6361" opacity="0.6"/>
<circle cx="120" cy="98" r="3" fill="#8ac926" opacity="0.4"/>
<path d="M105,120 Q105,140 95,150 Q85,155 80,160 Q75,165 80,170 Q85,175 85,190 Q95,193 100,190 Q105,193 115,190 Q120,175 120,170 Q125,165 120,160 Q115,155 105,150 Q105,140 105,120 Z" fill="#5f0f40" opacity="0.6"/>
</g>
<!-- Tap Shoes -->
<g transform="translate(185, 140)">
<rect x="-12" y="5" width="15" height="20" fill="#7209b7"/>
<rect x="0" y="5" width="15" height="20" fill="#7209b7"/>
<circle cx="-7" cy="25" r="5" fill="#3a0ca3"/>
<circle cx="8" cy="25" r="5" fill="#3a0ca3"/>
</g>
</svg>
Judge's Analysis
Player 1's image better captures the concept of glowing jellyfish with its bright pink outlines and luminescent design, clearly depicting the jellyfish form.
The gradient background effectively suggests a moonlit underwater scene, enhancing visual appeal and adherence to the prompt.
In contrast, Player 2's abstract representation lacks clarity and does not effectively convey the theme of jellyfish or a coral stage.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"