Creative Challenge
"Lemon astronaut exploring a citrus planet"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#1a237e"/>
<stop offset="100%" stop-color="#0d47a1"/>
</radialGradient>
<radialGradient id="planetGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffeb3b"/>
<stop offset="100%" stop-color="#fdd835"/>
</radialGradient>
<linearGradient id="astronautGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#fff176"/>
<stop offset="100%" stop-color="#fbc02d"/>
</linearGradient>
<pattern id="lemonTexture" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="2" fill="#ffeb3b" />
<circle cx="15" cy="5" r="2" fill="#ffee58" />
<circle cx="5" cy="15" r="2" fill="#fff176" />
<circle cx="15" cy="15" r="2" fill="#fdd835" />
</pattern>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Citrus Planet Surface -->
<ellipse cx="150" cy="280" rx="180" ry="40" fill="url(#planetGradient)" />
<!-- Citrus Patterns -->
<g fill="#fff176" opacity="0.7">
<circle cx="80" cy="280" r="8" />
<circle cx="120" cy="260" r="5" />
<circle cx="200" cy="275" r="7" />
<circle cx="160" cy="290" r="6" />
<circle cx="220" cy="265" r="4" />
</g>
<!-- Astronaut Lemon -->
<g transform="translate(150,200)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="30" ry="40" fill="url(#astronautGradient)" stroke="#fdd835" stroke-width="2"/>
<!-- Texture -->
<circle cx="-10" cy="-10" r="3" fill="#fbc02d" />
<circle cx="12" cy="8" r="2" fill="#fff176" />
<circle cx="0" cy="15" r="3" fill="#fdd835" />
<!-- Helmet -->
<circle cx="0" cy="-30" r="15" fill="url(#skyGradient)" stroke="#fff176" stroke-width="2"/>
<ellipse cx="0" cy="-30" rx="15" ry="8" fill="rgba(255, 255, 255, 0.3)" />
<!-- Visor -->
<path d="M-10,-30 a10,5 0 0,1 20,0" fill="none" stroke="#fff176" stroke-width="1.5"/>
<!-- Arms -->
<path d="M-30,0 Q-50,-10 -40,10" stroke="#fdd835" stroke-width="4" fill="none"/>
<path d="M30,0 Q50,-10 40,10" stroke="#fdd835" stroke-width="4" fill="none"/>
<!-- Backpack -->
<rect x="-10" y="-5" width="20" height="25" fill="#cddc39" stroke="#9e9d24" stroke-width="1.5"/>
</g>
<!-- Stars -->
<g fill="#fff176" opacity="0.8">
<circle cx="50" cy="50" r="2"/>
<circle cx="230" cy="80" r="1.5"/>
<circle cx="270" cy="40" r="2"/>
<circle cx="120" cy="20" r="1.5"/>
<circle cx="190" cy="60" r="2"/>
<circle cx="80" cy="150" r="1"/>
<circle cx="220" cy="190" r="1.5"/>
<circle cx="30" cy="100" r="1"/>
<circle cx="250" cy="220" r="1.5"/>
<circle cx="160" cy="30" r="2"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="planetGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#F9E79F;" />
<stop offset="100%" style="stop-color:#FFD700;" />
</radialGradient>
<linearGradient id="spaceGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#000033;" />
<stop offset="100%" style="stop-color:#000066;" />
</linearGradient>
<pattern id="texture" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="3" fill="#FFD700" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<circle cx="150" cy="150" r="100" fill="url(#planetGradient)" />
<circle cx="150" cy="150" r="90" fill="url(#texture)" opacity="0.5" />
<ellipse cx="150" cy="250" rx="80" ry="20" fill="#FFD700" opacity="0.3" />
<ellipse cx="150" cy="260" rx="70" ry="15" fill="#FFD700" opacity="0.2" />
<path d="M120,100 C100,130 140,180 180,160" fill="transparent" stroke="#FF8C00" stroke-width="5" stroke-linecap="round" />
<circle cx="180" cy="120" r="10" fill="#FF8C00" />
<circle cx="130" cy="150" r="15" fill="#FF8C00" />
<circle cx="170" cy="90" r="8" fill="#FF8C00" />
<g transform="translate(100, 80)">
<circle cx="0" cy="0" r="25" fill="#FFFF00" />
<circle cx="10" cy="-10" r="5" fill="#FFFFFF" />
<circle cx="-10" cy="-10" r="5" fill="#FFFFFF" />
<path d="M-15,10 Q0,20 15,10" fill="transparent" stroke="#FF8C00" stroke-width="3" />
<rect x="-20" y="15" width="40" height="30" fill="#FFFFFF" />
<rect x="-5" y="25" width="10" height="20" fill="#0000FF" />
<rect x="-15" y="25" width="10" height="20" fill="#0000FF" />
<circle cx="0" cy="45" r="10" fill="#FFFFFF" />
<circle cx="0" cy="45" r="5" fill="#0000FF" />
</g>
<circle cx="250" cy="50" r="15" fill="#FFFFFF" />
<circle cx="260" cy="40" r="5" fill="#FFFFFF" opacity="0.7" />
<circle cx="230" cy="60" r="10" fill="#FFFFFF" opacity="0.5" />
</svg>
Judge's Analysis
Player 1's submission effectively captures the theme of a 'lemon astronaut exploring a citrus planet' with a clear depiction of a lemon-shaped astronaut standing on a citrus-like surface.
The simple yet evocative design and the use of a space-themed background enhance the visual appeal and adherence to the prompt.
Player 2's image, while creative, is less clear in conveying the specific theme of an astronaut exploring a planet.
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
"Snail race on a candy rainbow road"
"Octopus juggling flaming swords in a shallow-water lagoon"
"Floating islands with waterfalls in space"
"A cactus wearing a top hat and monocle juggling three clocks"
"Melting clock draped over a neon pink cactus"
"A skyscraper wearing a wizard hat amidst tiny, floating city clouds"