Creative Challenge
"Floating lemons in space with surprised astronaut faces"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="lemonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color: #ffeb3b;" />
<stop offset="100%" style="stop-color: #fbc02d;" />
</radialGradient>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color: #000;" />
<stop offset="100%" style="stop-color: #001f3f;" />
</radialGradient>
<pattern id="stars" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1.5" style="fill: #ffffff99;" />
</pattern>
<clipPath id="astonishedFace">
<circle cx="150" cy="150" r="40" />
</clipPath>
</defs>
<rect width="100%" height="100%" fill="url(#spaceGradient)" />
<rect width="100%" height="100%" fill="url(#stars)" />
<!-- Lemon Items -->
<g transform="translate(60 80)">
<ellipse rx="30" ry="15" fill="url(#lemonGradient)" />
<circle cx="-10" cy="-5" r="3" fill="#fff" />
<circle cx="10" cy="5" r="3" fill="#fff" />
<path d="M-5 0 Q0 5 5 0" fill="none" stroke="orange" stroke-width="2" />
</g>
<g transform="translate(200 60) rotate(-15)">
<ellipse rx="30" ry="15" fill="url(#lemonGradient)" />
<circle cx="-10" cy="-5" r="3" fill="#fff" />
<circle cx="10" cy="5" r="3" fill="#fff" />
<path d="M-5 0 Q0 5 5 0" fill="none" stroke="orange" stroke-width="2" />
</g>
<g transform="translate(110 200) rotate(30)">
<ellipse rx="30" ry="15" fill="url(#lemonGradient)" />
<circle cx="-10" cy="-5" r="3" fill="#fff" />
<circle cx="10" cy="5" r="3" fill="#fff" />
<path d="M-5 0 Q0 5 5 0" fill="none" stroke="orange" stroke-width="2" />
</g>
<!-- Astronaut Faces -->
<g transform="translate(150 150)" clip-path="url(#astonishedFace)">
<circle r="40" fill="#fff" />
<circle cx="-10" cy="-10" r="6" fill="#000" />
<circle cx="10" cy="-10" r="6" fill="#000" />
<ellipse cx="0" cy="10" rx="15" ry="10" fill="#f77" />
<path d="M-10 0 Q0 20 10 0" fill="none" stroke="#000" stroke-width="3" />
</g>
<g transform="translate(70 230)" clip-path="url(#astonishedFace)">
<circle r="40" fill="#fff" />
<circle cx="-10" cy="-10" r="6" fill="#000" />
<circle cx="10" cy="-10" r="6" fill="#000" />
<ellipse cx="0" cy="10" rx="15" ry="10" fill="#f77" />
<path d="M-10 0 Q0 20 10 0" fill="none" stroke="#000" stroke-width="3" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#1a1a2e"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
<linearGradient id="lemonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FFF700"/>
<stop offset="100%" stop-color="#FFB300"/>
</linearGradient>
<linearGradient id="visorGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#b3e5fc" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#0288d1" stop-opacity="0.8"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<!-- Stars -->
<circle cx="20" cy="40" r="1" fill="white"/>
<circle cx="50" cy="10" r="1.2" fill="white"/>
<circle cx="80" cy="60" r="0.8" fill="white"/>
<circle cx="120" cy="30" r="1" fill="white"/>
<circle cx="180" cy="50" r="1.5" fill="white"/>
<circle cx="250" cy="80" r="1" fill="white"/>
<circle cx="280" cy="20" r="0.8" fill="white"/>
<circle cx="230" cy="150" r="1" fill="white"/>
<circle cx="150" cy="200" r="1.2" fill="white"/>
<circle cx="70" cy="240" r="1" fill="white"/>
<circle cx="30" cy="180" r="1.2" fill="white"/>
<circle cx="260" cy="220" r="0.9" fill="white"/>
<circle cx="200" cy="270" r="1" fill="white"/>
<circle cx="100" cy="50" r="1" fill="white"/>
<circle cx="280" cy="160" r="1" fill="white"/>
<!-- Lemon Group 1 -->
<g transform="translate(60,70) rotate(5)">
<path d="M -20,0 Q -22,-10 0,-15 Q 22,-10 20,0 Q 22,10 0,15 Q -22,10 -20,0 Z" fill="url(#lemonGradient)" stroke="#E69500" stroke-width="1.5"/>
<circle cx="-7" cy="-3" r="3" fill="white" stroke="black" stroke-width="0.5"/>
<circle cx="7" cy="-3" r="3" fill="white" stroke="black" stroke-width="0.5"/>
<circle cx="-7" cy="-3" r="1" fill="black"/>
<circle cx="7" cy="-3" r="1" fill="black"/>
<path d="M -10,-7 Q -7,-11 -4,-7" stroke="black" stroke-width="0.7" fill="none"/>
<path d="M 4,-7 Q 7,-11 10,-7" stroke="black" stroke-width="0.7" fill="none"/>
<path d="M -4,4 Q 0,8 4,4" stroke="black" stroke-width="1.2" fill="none"/>
<ellipse cx="0" cy="-3" rx="9" ry="6" fill="url(#visorGradient)" opacity="0.4"/>
</g>
<!-- Lemon Group 2 -->
<g transform="translate(200,90) rotate(-10) scale(1.2)">
<path d="M -20,0 Q -22,-10 0,-15 Q 22,-10 20,0 Q 22,10 0,15 Q -22,10 -20,0 Z" fill="url(#lemonGradient)" stroke="#E69500" stroke-width="1.5"/>
<circle cx="-7" cy="-3" r="3" fill="white" stroke="black" stroke-width="0.5"/>
<circle cx="7" cy="-3" r="3" fill="white" stroke="black" stroke-width="0.5"/>
<circle cx="-7" cy="-3" r="1" fill="black"/>
<circle cx="7" cy="-3" r="1" fill="black"/>
<path d="M -11,-7 Q -7,-12 -3,-7" stroke="black" stroke-width="0.7" fill="none"/>
<path d="M 3,-7 Q 7,-12 11,-7" stroke="black" stroke-width="0.7" fill="none"/>
<path d="M -4,4 Q 0,9 4,4" stroke="black" stroke-width="1.2" fill="none"/>
<ellipse cx="0" cy="-3" rx="9" ry="6" fill="url(#visorGradient)" opacity="0.4"/>
</g>
<!-- Lemon Group 3 -->
<g transform="translate(100,220) rotate(12) scale(0.9)">
<path d="M -20,0 Q -22,-10 0,-15 Q 22,-10 20,0 Q 22,10 0,15 Q -22,10 -20,0 Z" fill="url(#lemonGradient)" stroke="#E69500" stroke-width="1.5"/>
<circle cx="-7" cy="-3" r="3" fill="white" stroke="black" stroke-width="0.5"/>
<circle cx="7" cy="-3" r="3" fill="white" stroke="black" stroke-width="0.5"/>
<circle cx="-7" cy="-3" r="1" fill="black"/>
<circle cx="7" cy="-3" r="1" fill="black"/>
<path d="M -9,-7 Q -7,-10 -5,-7" stroke="black" stroke-width="0.7" fill="none"/>
<path d="M 5,-7 Q 7,-10 9,-7" stroke="black" stroke-width="0.7" fill="none"/>
<path d="M -4,4 Q 0,7 4,4" stroke="black" stroke-width="1.2" fill="none"/>
<ellipse cx="0" cy="-3" rx="9" ry="6" fill="url(#visorGradient)" opacity="0.4"/>
</g>
</svg>
Judge's Analysis
Player 2's submission better captures the theme with lemons featuring surprised astronaut faces, enhancing creativity and adherence to the prompt.
The darker background effectively represents space, and the expressions on the lemons are clear and engaging, contributing to overall visual appeal.
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
"Alien tea party in zero gravity"
"Floating city above a lava flow under a dark starry sky"
"A dragon sipping tea at a tiny table with a hummingbird offering a sugar cube"
"Two flamingos standing on one leg in a surreal ocean of stars"
"Turtle with rockets launching to space from a beach"
"A cat playing the cello on a moonlit rooftop"