Creative Challenge
"A jellyfish wearing a top hat under a disco ball."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bgGradient" cx="50%" cy="20%" r="100%">
<stop offset="0%" stop-color="#2a1810"/>
<stop offset="50%" stop-color="#1a1a3e"/>
<stop offset="100%" stop-color="#0a0a1a"/>
</radialGradient>
<radialGradient id="jellyfishGradient" cx="40%" cy="20%" r="80%">
<stop offset="0%" stop-color="#ff6ec7" stop-opacity="0.9"/>
<stop offset="30%" stop-color="#4c6ef5" stop-opacity="0.7"/>
<stop offset="70%" stop-color="#9c88ff" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#1a1a3e" stop-opacity="0.3"/>
</radialGradient>
<radialGradient id="discoBallGradient" cx="30%" cy="30%" r="70%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="40%" stop-color="#f0f0f0"/>
<stop offset="100%" stop-color="#888888"/>
</radialGradient>
<linearGradient id="tentacleGradient1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff6ec7" stop-opacity="0.9"/>
<stop offset="50%" stop-color="#4c6ef5" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#9c88ff" stop-opacity="0.3"/>
</linearGradient>
<linearGradient id="tentacleGradient2" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#9c88ff" stop-opacity="0.9"/>
<stop offset="50%" stop-color="#ff6ec7" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#4c6ef5" stop-opacity="0.3"/>
</linearGradient>
<linearGradient id="lightBeamGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#ffff00" stop-opacity="0.2"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)"/>
<g opacity="0.4">
<polygon points="150,50 40,180 60,190 150,60" fill="url(#lightBeamGradient)"/>
<polygon points="150,50 260,170 240,180 150,60" fill="#ff00ff" opacity="0.3"/>
<polygon points="150,50 80,260 100,270 150,60" fill="#00ffff" opacity="0.3"/>
<polygon points="150,50 220,280 200,290 150,60" fill="#ff6ec7" opacity="0.3"/>
</g>
<g opacity="0.6">
<circle cx="70" cy="120" r="8" fill="#ffffff"/>
<circle cx="230" cy="140" r="6" fill="#ffff00"/>
<circle cx="50" cy="200" r="4" fill="#ff00ff"/>
<circle cx="250" cy="190" r="5" fill="#00ffff"/>
</g>
<circle cx="150" cy="50" r="28" fill="url(#discoBallGradient)" stroke="#666" stroke-width="0.5"/>
<g>
<rect x="135" y="30" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="142" y="30" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="149" y="30" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="156" y="30" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="163" y="30" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="135" y="37" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="142" y="37" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="149" y="37" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="156" y="37" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="163" y="37" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="135" y="44" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="142" y="44" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="149" y="44" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="156" y="44" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="163" y="44" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="135" y="51" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="142" y="51" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="149" y="51" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="156" y="51" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="163" y="51" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="135" y="58" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="142" y="58" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="149" y="58" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="156" y="58" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="163" y="58" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="135" y="65" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="142" y="65" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="149" y="65" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
<rect x="156" y="65" width="5" height="5" fill="#ffffff" opacity="0.9"/>
<rect x="163" y="65" width="5" height="5" fill="#e0e0e0" opacity="0.7"/>
</g>
<line x1="150" y1="22" x2="150" y2="10" stroke="#c0c0c0" stroke-width="2"/>
<circle cx="150" cy="10" r="3" fill="#c0c0c0"/>
<ellipse cx="150" cy="145" rx="55" ry="38" fill="url(#jellyfishGradient)"/>
<ellipse cx="150" cy="145" rx="55" ry="38" fill="none" stroke="#ff6ec7" stroke-width="1" opacity="0.5"/>
<ellipse cx="150" cy="145" rx="45" ry="30" fill="none" stroke="#4c6ef5" stroke-width="0.5" opacity="0.7"/>
<g>
<ellipse cx="150" cy="110" rx="28" ry="9" fill="#1a1a1a"/>
<ellipse cx="150" cy="108" rx="28" ry="9" fill="#000000"/>
<rect x="132" y="75" width="36" height="33" fill="#000000"/>
<ellipse cx="150" cy="75" rx="18" ry="6" fill="#1a1a1a"/>
<rect x="132" y="95" width="36" height="5" fill="#4c6ef5"/>
<rect x="132" y="96" width="36" height="1" fill="#9c88ff"/>
<circle cx="142" cy="85" r="1.5" fill="#ffffff"/>
<circle cx="158" cy="90" r="1" fill="#ffff00"/>
<circle cx="150" cy="82" r="1" fill="#ff6ec7"/>
<polygon points="145,88 147,90 145,92 143,90" fill="#00ffff"/>
</g>
<g>
<path d="M115 170 Q105 190 110 210 Q115 230 105 250 Q100 270 110 290 Q105 300 110 305"
stroke="url(#tentacleGradient1)" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M125 175 Q120 195 125 215 Q130 235 120 255 Q115 275 125 295 Q120 300 125 305"
stroke="url(#tentacleGradient2)" stroke-width="4" fill="none" stroke-linecap="round"/>
<path d="M135 180 Q130 200 135 220 Q140 240 130 260 Q125 280 135 300 Q130 305 135 310"
stroke="url(#tentacleGradient1)" stroke-width="6" fill="none" stroke-linecap="round"/>
<path d="M150 182 Q145 202 150 222 Q155 242 145 262 Q140 282 150 302 Q145 307 150 312"
stroke="url(#tentacleGradient2)" stroke-width="7" fill="none" stroke-linecap="round"/>
<path d="M165 180 Q170 200 165 220 Q160 240 170 260 Q175 280 165 300 Q170 305 165 310"
stroke="url(#tentacleGradient1)" stroke-width="6" fill="none" stroke-linecap="round"/>
<path d="M175 175 Q180 195 175 215 Q170 235 180 255 Q185 275 175 295 Q180 300 175 305"
stroke="url(#tentacleGradient2)" stroke-width="4" fill="none" stroke-linecap="round"/>
<path d="M185 170 Q195 190 190 210 Q185 230 195 250 Q200 270 190 290 Q195 300 190 305"
stroke="url(#tentacleGradient1)" stroke-width="5" fill="none" stroke-linecap="round"/>
</g>
<g>
<circle cx="80" cy="130" r="2.5" fill="#ffff00" opacity="0.9">
<animate attributeName="opacity" values="0.9;0.3;0.9" dur="2s" repeatCount="indefinite"/>
</circle>
<circle cx="220" cy="110" r="2" fill="#ff00ff" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="1.5s" repeatCount="indefinite"/>
</circle>
<circle cx="70" cy="200" r="1.5" fill="#00ffff" opacity="0.7">
<animate attributeName="opacity" values="0.7;0.1;0.7" dur="2.5s" repeatCount="indefinite"/>
</circle>
<circle cx="240" cy="170" r="3" fill="#ff6ec7" opacity="0.9">
<animate attributeName="opacity" values="0.9;0.3;0.9" dur="1.8s" repeatCount="indefinite"/>
</circle>
<circle cx="90" cy="260" r="2" fill="#9c88ff" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="2.2s" repeatCount="indefinite"/>
</circle>
<circle cx="210" cy="240" r="1.5" fill="#ffff00" opacity="0.7">
<animate attributeName="opacity" values="0.7;0.1;0.7" dur="1.6s" repeatCount="indefinite"/>
</circle>
<polygon points="50,150 52,154 56,154 53,157 54,161 50,159 46,161 47,157 44,154 48,154" fill="#ffffff" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="1.4s" repeatCount="indefinite"/>
</polygon>
<polygon points="250,120 252,124 256,124 253,127 254,131 250,129 246,131 247,127 244,124 248,124" fill="#ffff00" opacity="0.9">
<animate attributeName="opacity" values="0.9;0.3;0.9" dur="1.7s" repeatCount="indefinite"/>
</polygon>
</g>
<g opacity="0.2">
<circle cx="150" cy="145" r="70" fill="none" stroke="#ff6ec7" stroke-width="1"/>
<circle cx="150" cy="50" r="35" fill="none" stroke="#ffff00" stroke-width="1"/>
<circle cx="150" cy="145" r="80" fill="none" stroke="#4c6ef5" stroke-width="0.5"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="discoGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FF00FF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0000FF;stop-opacity:1" />
</radialGradient>
<linearGradient id="jellyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF4500;stop-opacity:1" />
</linearGradient>
<pattern id="hatPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="5" height="5" fill="#000000" />
<rect x="5" y="5" width="5" height="5" fill="#FFFFFF" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#discoGradient)" />
<circle cx="150" cy="100" r="50" fill="#FFFFFF" filter="url(#discoBall)" />
<filter id="discoBall">
<feGaussianBlur in="SourceAlpha" stdDeviation="5" result="blur" />
<feMerge>
<feMergeNode in="blur" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<g transform="translate(150, 200)">
<ellipse cx="0" cy="0" rx="60" ry="30" fill="url(#jellyGradient)" />
<path d="M-60,30 Q0,50 60,30 T120,30" fill="none" stroke="#FF69B4" stroke-width="5" />
<path d="M-60,30 Q-30,0 0,30 T60,30" fill="none" stroke="#FF4500" stroke-width="5" />
<rect x="-20" y="-100" width="40" height="80" fill="url(#hatPattern)" />
<ellipse cx="0" cy="-100" rx="30" ry="10" fill="url(#hatPattern)" />
</g>
<circle cx="150" cy="100" r="10" fill="#FFFFFF" />
<circle cx="140" cy="90" r="5" fill="#FFFF00" />
<circle cx="160" cy="90" r="5" fill="#00FFFF" />
</svg>
Judge's Analysis
Player 1's submission excels in adhering to the prompt with a clear depiction of a jellyfish wearing a top hat and a disco ball overhead.
The image demonstrates strong creativity, technical quality, and visual appeal with vibrant colors, dynamic lighting, and detailed elements like the tentacles and disco effects.
Player 2's image, while abstract and colorful, lacks clarity in representing the jellyfish or the top hat, making it less successful in adhering to the prompt.
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.