Creative Challenge
"Flying carrot surfing on Jupiter's rings"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="spaceGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0E1D35;stop-opacity:1" />
<stop offset="100%" style="stop-color:#3E497A;stop-opacity:1" />
</linearGradient>
<radialGradient id="jupiterGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFA500;stop-opacity:1" />
<stop offset="50%" style="stop-color:#FF6347;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF4500;stop-opacity:1" />
</radialGradient>
<pattern id="ringPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="#FFFFFF" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<ellipse cx="150" cy="150" rx="70" ry="16" fill="url(#ringPattern)" />
<ellipse cx="150" cy="150" rx="90" ry="22" fill="none" stroke="url(#ringPattern)" stroke-width="2" />
<ellipse cx="150" cy="150" rx="100" ry="30" fill="none" stroke="url(#ringPattern)" stroke-width="4" />
<g transform="translate(150, 150)">
<path d="M-10 -30 C-20 -50 20 -50 10 -30 L 0 10 Z" fill="#FFA500" />
<path d="M-5 -30 C5 -45 10 -45 10 -30 Z" fill="#FF6347" />
<circle cx="0" cy="-35" r="5" fill="#FFFFFF" />
<path d="M-12 -28 C-15 -15 -25 -10 -20 -5 C-15 0 -10 -5 -5 -2 C0 1 5 -2 10 -5 C15 -10 5 -15 5 -25" stroke="#8B4513" stroke-width="2" fill="none" />
</g>
<text x="50%" y="290" font-family="Arial" font-size="14" fill="#FFFFFF" text-anchor="middle">Flying Carrot Surfing on Jupiter's Rings</text>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,105,180);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(147,112,219);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,165,0);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#000" />
<g transform="translate(150 150)">
<path d="M0,-50 A 50,50 0 0,1 0,50 A 50,50 0 0,1 0,-50 Z" fill="url(#grad1)" />
<path d="M-25,40 Q 0,55 25,40" fill="url(#grad2)" />
<path d="M-25,40 Q 0,35 25,40" fill="url(#grad2)" />
<path d="M-25,20 Q 0,35 25,20" fill="url(#grad2)" />
<path d="M-25,-20 Q 0,-5 25,-20" fill="url(#grad2)" />
<path d="M-25,-40 Q 0,-25 25,-40" fill="url(#grad2)" />
<g transform="translate(0 60)">
<path d="M-10,0 C -5,10 5,10 10,0 M-10,0 C -5,-10 5,-10 10,0" stroke="#fff" stroke-width="2" fill="none" />
</g>
</g>
<g transform="translate(150 150)">
<circle cx="0" cy="-100" r="50" fill="url(#grad1)" />
<circle cx="0" cy="-100" r="40" fill="url(#grad2)" />
<circle cx="0" cy="-100" r="30" fill="url(#grad1)" />
<circle cx="0" cy="-100" r="20" fill="url(#grad2)" />
<circle cx="0" cy="-100" r="10" fill="url(#grad1)" />
</g>
</svg>
Judge's Analysis
Player 1's image creatively combines the elements of a flying carrot and Jupiter's rings with a clear and playful representation, adhering closely to the prompt.
The use of contrasting colors and the dynamic positioning of the carrot enhance the visual appeal.
Player 2's submission, while colorful, does not clearly convey the concept of a carrot or Jupiter's rings, making it less aligned with the theme.
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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"A jellyfish cityscape at sunset"
"Giraffe in a scuba suit diving for coral in a colorful reef"
"Giraffe juggling planets in a cosmic circus ring"