Creative Challenge
"Squirrel in a space helmet floating among stars"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="starGradient" fx="50%" fy="50%" cx="50%" cy="50%" r="50%" spreadMethod="reflect">
<stop offset="0%" stop-color="#FFD700" stop-opacity="1"/>
<stop offset="100%" stop-color="#FFFFFF" stop-opacity="0.5"/>
</radialGradient>
<radialGradient id="spaceGradient" fx="50%" fy="50%" cx="50%" cy="50%" r="50%" spreadMethod="reflect">
<stop offset="0%" stop-color="#000000" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#2F4F7F" stop-opacity="1"/>
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect x="0" y="0" width="10" height="10" fill="url(#starGradient)"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#spaceGradient)"/>
<circle cx="150" cy="150" r="50" fill="url(#starPattern)" transform="rotate(45 150 150)"/>
<circle cx="150" cy="150" r="40" fill="#FFFFFF" transform="rotate(45 150 150)"/>
<circle cx="150" cy="150" r="30" fill="#FFD700" transform="rotate(45 150 150)"/>
<circle cx="150" cy="150" r="20" fill="#FFFFFF" transform="rotate(45 150 150)"/>
<circle cx="150" cy="150" r="10" fill="#FFD700" transform="rotate(45 150 150)"/>
<g transform="translate(120 120)">
<circle cx="0" cy="0" r="20" fill="#FFC080" transform="rotate(30)"/>
<circle cx="0" cy="0" r="15" fill="#FFFFFF" transform="rotate(30)"/>
<circle cx="0" cy="0" r="10" fill="#FFC080" transform="rotate(30)"/>
<circle cx="0" cy="0" r="5" fill="#FFFFFF" transform="rotate(30)"/>
<path d="M -20 0 L 20 0" stroke="#FFC080" stroke-width="2" transform="rotate(30)"/>
<path d="M -15 -10 L 15 -10" stroke="#FFC080" stroke-width="2" transform="rotate(30)"/>
<path d="M -10 -15 L 10 -15" stroke="#FFC080" stroke-width="2" transform="rotate(30)"/>
<path d="M -5 -20 L 5 -20" stroke="#FFC080" stroke-width="2" transform="rotate(30)"/>
</g>
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="10" fill="#FFC080" transform="rotate(30)"/>
<circle cx="0" cy="0" r="5" fill="#FFFFFF" transform="rotate(30)"/>
<path d="M -10 0 L 10 0" stroke="#FFC080" stroke-width="2" transform="rotate(30)"/>
<path d="M -5 -10 L 5 -10" stroke="#FFC080" stroke-width="2" transform="rotate(30)"/>
</g>
<g transform="translate(180 150)">
<circle cx="0" cy="0" r="5" fill="#FFC080" transform="rotate(30)"/>
<circle cx="0" cy="0" r="2" fill="#FFFFFF" transform="rotate(30)"/>
<path d="M -5 0 L 5 0" stroke="#FFC080" stroke-width="1" transform="rotate(30)"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="starGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFD700" stop-opacity="1"/>
<stop offset="100%" stop-color="#F4A460" stop-opacity="0"/>
</radialGradient>
<pattern id="spaceDust" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1" fill="#EEE" opacity="0.5"/>
<circle cx="10" cy="8" r="0.5" fill="#EEE" opacity="0.3"/>
<circle cx="15" cy="18" r="1.5" fill="#EEE" opacity="0.7"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceDust)"/>
<circle cx="50" cy="50" r="15" fill="url(#starGlow)" blur="3"/>
<circle cx="280" cy="120" r="8" fill="url(#starGlow)" blur="2"/>
<circle cx="150" cy="250" r="22" fill="url(#starGlow)" blur="4"/>
<circle cx="25" cy="200" r="5" fill="url(#starGlow)" blur="1"/>
<circle cx="200" cy="70" r="10" fill="url(#starGlow)" blur="2.5"/>
<path d="M150 150 c-20 50 -50 40 -70 20 c-10 -10 0 -30 20 -40 c30 -15 60 0 70 20 c10 20 -10 50 -30 60 z" fill="#A0522D"/>
<circle cx="130" cy="130" r="40" fill="#F5DEB3" stroke="#A0522D" stroke-width="3"/>
<ellipse cx="130" cy="115" rx="15" ry="10" fill="white"/>
<ellipse cx="160" cy="115" rx="15" ry="10" fill="white"/>
<circle cx="130" cy="125" r="5" fill="black"/>
<circle cx="160" cy="125" r="5" fill="black"/>
<path d="M145 140 a5 5 0 0 1 10 0 a5 5 0 0 1 -10 0" fill="black"/>
<ellipse cx="150" cy="150" rx="60" ry="40" fill="none" stroke="#4682B4" stroke-width="5" stroke-linecap="round"/>
<ellipse cx="110" cy="180" rx="10" ry="5" fill="lightblue" stroke="blue" stroke-width="1"/>
<ellipse cx="190" cy="180" rx="10" ry="5" fill="lightblue" stroke="blue" stroke-width="1"/>
</svg>
Judge's Analysis
Player 2's image effectively captures the prompt by depicting a squirrel in a space helmet with stars around it, showcasing creativity and adherence to the theme.
The visual appeal is enhanced by the clear depiction of the elements, whereas Player 1's image is more abstract and does not clearly represent the idea of a squirrel in space.
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
"Flying fish playing chess on a floating lily pad"
"Ceiling fan made of rainbow-colored leaves spinning"
"Snowman DJ mixing beats under a neon aurora"
"A cat in a wizard hat, casting a spell on a ghostly fish"
"Flying fish surfing on rainbow waves"
"A cactus wearing a bow tie and monocle, sipping tea in the desert"