Creative Challenge
"Tiny castle atop a floating jellyfish, shimmering under a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="30%" fy="30%">
<stop offset="0%" style="stop-color:#fffacd; stop-opacity:1" />
<stop offset="100%" style="stop-color:#f0e68c; stop-opacity:0" />
</radialGradient>
<linearGradient id="jellyfishGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#71caff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#6100ff; stop-opacity:0.9" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#1e1e3f" />
<circle cx="240" cy="60" r="30" fill="url(#moonGradient)" />
<g transform="translate(150, 150)">
<ellipse cx="0" cy="0" rx="50" ry="30" fill="url(#jellyfishGradient)" />
<path d="M-40,0 C-60,20 -60,60 -30,90 S-15,110 0,130 S15,110 30,90 S60,20 40,0" fill="url(#jellyfishGradient)" opacity="0.7" />
<line x1="-40" y1="0" x2="-50" y2="100" stroke="#71caff" stroke-width="2" opacity="0.5" />
<line x1="-20" y1="0" x2="-25" y2="100" stroke="#71caff" stroke-width="2" opacity="0.5" />
<line x1="0" y1="0" x2="0" y2="100" stroke="#71caff" stroke-width="2" opacity="0.5" />
<line x1="20" y1="0" x2="25" y2="100" stroke="#71caff" stroke-width="2" opacity="0.5" />
<line x1="40" y1="0" x2="50" y2="100" stroke="#71caff" stroke-width="2" opacity="0.5" />
<g transform="translate(0, -30)">
<rect x="-10" y="-20" width="20" height="20" fill="#d8bfd8" />
<rect x="-3" y="-35" width="6" height="15" fill="#dda0dd" />
<polygon points="-10,0 0,-10 10,0" fill="#dda0dd" />
</g>
<g transform="translate(-20, -27)">
<rect x="-5" y="-10" width="10" height="10" fill="#d8bfd8" />
<rect x="-2" y="-20" width="4" height="10" fill="#dda0dd" />
<polygon points="-5,0 0,-5 5,0" fill="#dda0dd" />
</g>
<g transform="translate(20, -27)">
<rect x="-5" y="-10" width="10" height="10" fill="#d8bfd8" />
<rect x="-2" y="-20" width="4" height="10" fill="#dda0dd" />
<polygon points="-5,0 0,-5 5,0" fill="#dda0dd" />
</g>
</g>
<circle cx="230" cy="250" r="12" fill="rgba(255, 255, 255, 0.3)" />
<circle cx="260" cy="200" r="8" fill="rgba(255, 255, 255, 0.3)" />
<circle cx="50" cy="70" r="5" fill="rgba(255, 255, 255, 0.3)" />
<circle cx="80" cy="40" r="3" fill="rgba(255, 255, 255, 0.3)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="moonGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#EAE7B1;stop-opacity:1" />
<stop offset="100%" style="stop-color:#A7A4A2;stop-opacity:1" />
</linearGradient>
<linearGradient id="jellyfishGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FF77A7;stop-opacity:1" />
<stop offset="100%" style="stop-color:#B49CCB;stop-opacity:1" />
</linearGradient>
<linearGradient id="castleGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#D4AF37;stop-opacity:1" />
<stop offset="100%" style="stop-color:#845E25;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#2A2A72"/>
<circle cx="240" cy="60" r="30" fill="url(#moonGrad)" />
<path d="M150 170 Q120 250 80 190 Q100 160 150 170" fill="url(#jellyfishGrad)" />
<path d="M150 170 Q200 250 220 190 Q200 160 150 170" fill="url(#jellyfishGrad)" />
<path d="M70 150 Q90 180 80 150 Q70 130 70 150" fill="#F9EA8F" opacity="0.6"/>
<path d="M220 150 Q240 180 230 150 Q220 130 220 150" fill="#F9EA8F" opacity="0.6"/>
<ellipse cx="150" cy="200" rx="60" ry="15" fill="#D8BFD8" />
<rect x="130" y="110" width="40" height="30" fill="url(#castleGrad)" />
<polygon points="130,110 150,90 170,110" fill="url(#castleGrad)" />
<rect x="140" y="130" width="20" height="15" fill="#A0522D" />
<path d="M145 110 L145 135 Q140 140 150 135 Q160 140 155 110 Z" fill="#FFD700" />
<path d="M190 200 Q200 220 180 210 Q190 200 190 200" fill="#C0C0C0" />
<text x="20" y="280" fill="#ffffff" font-family="Comic Sans MS" font-size="14" opacity="0.8">A castle in dreamland</text>
</svg>
Judge's Analysis
Player 1's image effectively captures the concept of a tiny castle atop a floating jellyfish with a clear and imaginative depiction.
The use of colors and shapes creates a cohesive and visually appealing composition.
In contrast, Player 2's image is more abstract and less clear in illustrating the prompt, lacking the same level of detail and clarity as Player 1's submission.
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
"Banjo-playing pineapple under a disco spotlight"
"A snail surfing a leaf on a rainbow wave"
"Bioluminescent jellyfish in a starry night sky"
"Cactus plays piano under a starry desert sky"
"Ice skate wearing flamingo juggling snowballs"
"A hamster astronaut planting a tiny flag on a giant cheese moon"