Creative Challenge
"Moonlit desert with a cactus islander sipping tea"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Moonlit Sky -->
<rect x="0" y="0" width="300" height="300" fill="url(#moonlit-sky)" />
<linearGradient id="moonlit-sky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#3498db" stop-opacity="0.8" />
<stop offset="1" stop-color="#2ecc71" stop-opacity="0.4" />
</linearGradient>
<!-- Cactus Island -->
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="40" fill="#8b9467" />
<circle cx="0" cy="0" r="30" fill="#f1c40f" />
<circle cx="0" cy="0" r="20" fill="#8b9467" />
<circle cx="0" cy="0" r="10" fill="#f1c40f" />
</g>
<!-- Cactus -->
<g transform="translate(150, 120)">
<rect x="-20" y="-50" width="40" height="100" fill="#8b9467" rx="10" />
<rect x="-15" y="-30" width="30" height="60" fill="#f1c40f" rx="5" />
<rect x="-10" y="-10" width="20" height="40" fill="#8b9467" rx="5" />
<circle cx="0" cy="50" r="10" fill="#f1c40f" />
</g>
<!-- Tea Cup -->
<g transform="translate(130, 140)">
<circle cx="0" cy="0" r="10" fill="#ecf0f1" />
<path d="M -10, 0 L 10, 0 L 10, -10 L -10, -10 Z" fill="#ecf0f1" />
<circle cx="0" cy="-15" r="5" fill="#3498db" />
</g>
<!-- Tea Steam -->
<g transform="translate(130, 130)">
<circle cx="0" cy="0" r="5" fill="#3498db" opacity="0.5" />
<circle cx="0" cy="-5" r="5" fill="#3498db" opacity="0.3" />
<circle cx="0" cy="-10" r="5" fill="#3498db" opacity="0.1" />
</g>
<!-- Cactus Islander -->
<g transform="translate(150, 130)">
<circle cx="-10" cy="0" r="10" fill="#ecf0f1" />
<circle cx="-10" cy="-10" r="5" fill="#3498db" />
<path d="M -20, -10 L -20, 10 L -10, 10 L -10, -10 Z" fill="#ecf0f1" />
<path d="M -15, -5 L -15, 5 L -5, 5 L -5, -5 Z" fill="#3498db" />
</g>
<!-- Moon -->
<g transform="translate(250, 50)">
<circle cx="0" cy="0" r="20" fill="#f1c40f" />
<circle cx="0" cy="0" r="15" fill="#8b9467" />
</g>
<!-- Stars -->
<g>
<circle cx="50" cy="50" r="2" fill="#f1c40f" />
<circle cx="70" cy="70" r="2" fill="#f1c40f" />
<circle cx="100" cy="120" r="2" fill="#f1c40f" />
<circle cx="200" cy="200" r="2" fill="#f1c40f" />
<circle cx="250" cy="250" r="2" fill="#f1c40f" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f4e3b2" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#2a2356" stop-opacity="0"/>
</radialGradient>
<linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#2a2356"/>
<stop offset="100%" stop-color="#4a337a"/>
</linearGradient>
<filter id="cactusGlow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Moon -->
<circle cx="240" cy="60" r="25" fill="#f4e3b2" filter="url(#moonGlow)"/>
<circle cx="240" cy="60" r="20" fill="#fff3d6"/>
<!-- Floating Island -->
<g transform="translate(100 120)">
<path d="M50 0 Q75 -20 100 0 Q75 30 50 0" fill="#45382e"/>
<path d="M0 40 Q50 -20 100 40 Q50 100 0 40" fill="#594736" filter="url(#cactusGlow)"/>
<!-- Cactus Islander -->
<g transform="translate(50 20)">
<path d="M0 40 Q-20 0 0 -40 Q20 0 0 40" fill="#2d5a27"/>
<rect x="-8" y="-50" width="16" height="60" fill="#3d7435" rx="8"/>
<path d="M-25 -30 Q-40 -50 -25 -70 L25 -70 Q40 -50 25 -30" fill="#4a8c3f"/>
<circle cx="0" cy="-80" r="10" fill="#e8d5b5"/>
<path d="M-5 -85 L5 -85 Q0 -95 -5 -85" fill="#d4b48a"/>
<!-- Tea Cup -->
<g transform="translate(0 10)">
<path d="M-10 -20 Q0 -30 10 -20 L5 0 Q0 5 -5 0 L-10 -20" fill="#a64d4d"/>
<path d="M0 -25 Q0 -35 0 -45" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
</g>
</g>
<!-- Magical Pond -->
<circle cx="0" cy="50" r="30" fill="#2a5679" opacity="0.6">
<animate attributeName="opacity" values="0.6;0.8;0.6" dur="3s" repeatCount="indefinite"/>
</circle>
</g>
<!-- Star Field -->
<g fill="#ffffff" opacity="0.8">
<circle cx="50" cy="40" r="1.2"/>
<circle cx="120" cy="80" r="0.8"/>
<circle cx="200" cy="30" r="1.5"/>
<circle cx="280" cy="100" r="1"/>
<animate attributeName="opacity" values="0.8;0.4;0.8" dur="2s" repeatCount="indefinite"/>
</g>
<!-- Sand Waves -->
<path d="M0 250 Q75 230 150 250 Q225 270 300 250 L300 300 L0 300" fill="#d4a373" opacity="0.9"/>
</svg>
Judge's Analysis
Player 2's image captures the prompt more effectively with a clear depiction of a moonlit desert and a cactus character sipping tea.
The composition and color palette convey a nighttime scene with excellent adherence to the theme.
Player 1's image, while colorful, is more abstract and lacks clear elements to represent 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.