Creative Challenge
"A geometric fox playing a glowing cello under a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" stop-color="white" />
<stop offset="100%" stop-color="lightgray" />
</radialGradient>
<linearGradient id="celloGlow" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#ffcc00" />
<stop offset="100%" stop-color="#ff9900" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#002b36"/>
<circle cx="220" cy="60" r="35" fill="url(#moonGradient)" />
<path d="M190 60 A30 30, 0, 1, 1, 250 60 A5 5 0 1 1, 210 60" fill="#002b36"/>
<polygon points="120,150 140,180 160,150" fill="#ff5500"/>
<polygon points="120,150 105,200 135,180" fill="#ff5511"/>
<polygon points="160,150 155,200 180,180" fill="#ff5522"/>
<polygon points="140,180 137,205 145,210 143,185" fill="#cc4400"/>
<polygon points="160,150 180,140 170,170" fill="#b33c00"/>
<rect x="130" y="160" width="10" height="80" rx="5" fill="url(#celloGlow)" />
<ellipse cx="135" cy="230" rx="30" ry="10" fill="#663300" />
<ellipse cx="135" cy="200" rx="20" ry="10" fill="#996633" />
<ellipse cx="135" cy="180" rx="12" ry="6" fill="#cc9933" />
<path d="M135,160 C125,80 110,70 100,60 L90,65 Q110,55 130,70 T135,160" fill="#d95f02" />
<circle cx="130" cy="65" r="6" fill="#ffcc00" opacity="0.8" />
<circle cx="145" cy="70" r="6" fill="#ffcc00" opacity="0.8" />
<path d="M135,200 C125,240 120,240 110,245 L110,250 Q130,240 150,250 T135,200" fill="#b03a2e" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1a1c3a"/>
<stop offset="100%" stop-color="#3b4168"/>
</linearGradient>
<radialGradient id="moonGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#f4e3c7" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#f4e3c7" stop-opacity="0"/>
</radialGradient>
<linearGradient id="celloGlow" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff9f00"/>
<stop offset="100%" stop-color="#ff3b00"/>
</linearGradient>
<pattern id="foxPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#a64a00"/>
<circle cx="8" cy="8" r="1.5" fill="#ff6600"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<circle cx="250" cy="50" r="30" fill="#f4e3c7" filter="url(#moonGlow)"/>
<circle cx="250" cy="50" r="40" fill="none" stroke="#f4e3c7" stroke-opacity="0.3" stroke-width="10"/>
<polygon points="150,250 100,150 200,150" fill="url(#foxPattern)"/>
<polygon points="150,250 200,150 250,200" fill="url(#foxPattern)"/>
<rect x="120" y="200" width="60" height="100" fill="#4a2b1a"/>
<rect x="115" y="205" width="70" height="90" fill="#6f4b37" rx="10"/>
<path d="M125,210 L125,290" stroke="#4a2b1a" stroke-width="5"/>
<path d="M155,210 L155,290" stroke="#4a2b1a" stroke-width="5"/>
<circle cx="140" cy="145" r="10" fill="#ff6600"/>
<circle cx="160" cy="145" r="10" fill="#ff6600"/>
<rect x="170" y="180" width="40" height="80" fill="url(#celloGlow)" rx="5"/>
<rect x="180" y="185" width="20" height="70" fill="#1a1c3a" ry="5"/>
<path d="M190,150 L190,180" stroke="#ff6600" stroke-width="5" stroke-linecap="round"/>
</svg>
Judge's Analysis
Player 1's image captures the geometric fox with a more distinct form and the glowing element of the cello is apparent, adhering closely to the prompt.
The crescent moon is creatively incorporated, adding to the overall visual appeal.
Player 2's submission lacks clarity in depicting the fox and cello, making the scene less recognizable and engaging.
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
"Squirrel DJ spinning acorn records"
"A floating island with clockwork trees under a starry night sky"
"An umbrella tree growing under a waterfall"
"A glowing owl in a neon cityscape at night"
"Skeletal octopus plays a luminous xylophone under a bioluminescent sea"
"A giant cat knitting with skyscraper-sized yarn in a cityscape"