Creative Challenge
"An ant riding a unicycle on a tightrope under a crescent moon"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Crescent Moon -->
<path d="M150 50a100 100 0 0 1 0 200h-50a100 100 0 0 0 0-200h50z" fill="#F7DC6F" stroke="#FFD700" stroke-width="5" />
<!-- Tightrope -->
<line x1="150" y1="100" x2="150" y2="250" stroke="#708090" stroke-width="5" stroke-linecap="round" />
<!-- Unicycle Wheel -->
<circle cx="150" cy="200" r="20" fill="#FF69B4" stroke="#FFC0CB" stroke-width="3" />
<!-- Unicycle Seat and Pedals -->
<rect x="130" y="180" width="40" height="10" fill="#FF69B4" rx="2" />
<circle cx="135" cy="190" r="5" fill="#FFC0CB" />
<circle cx="165" cy="190" r="5" fill="#FFC0CB" />
<!-- Ant -->
<g transform="translate(145 175)">
<ellipse cx="0" cy="0" rx="10" ry="5" fill="#008000" stroke="#004000" stroke-width="2" />
<circle cx="-5" cy="-5" r="2" fill="#FFFFFF" />
<circle cx="5" cy="-5" r="2" fill="#FFFFFF" />
<path d="M-5 0L5 0" stroke="#004000" stroke-width="2" />
<path d="M0 -5L0 5" stroke="#004000" stroke-width="2" />
</g>
<!-- Gradient Background -->
<defs>
<linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#191970" />
<stop offset="50%" stop-color="#6495ED" />
<stop offset="100%" stop-color="#191970" />
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#gradient)" />
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="50%" y1="0%" x2="50%" y2="100%">
<stop offset="0%" stop-color="#1a2980"/>
<stop offset="100%" stop-color="#26c6da"/>
</linearGradient>
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#fff"/>
<stop offset="100%" stop-color="#f8e4a1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<path d="M150 100 C150 100 150 150 150 150" stroke="#d4d4d4" stroke-width="2" stroke-linecap="round"/>
<path d="M150 150 C100 150, 200 150, 150 150" stroke="#d4d4d4" stroke-width="2" stroke-linecap="round"/>
<circle cx="150" cy="50" r="30" fill="url(#moonGradient)"/>
<path d="M150 200 C150 200, 150 250, 150 250" stroke="#000" stroke-width="2" stroke-linecap="round"/>
<circle cx="150" cy="200" r="5" fill="#000"/>
<circle cx="150" cy="200" r="2" fill="#fff"/>
<path d="M150 200 C140 190, 160 190, 150 200" stroke="#000" stroke-width="2"/>
<path d="M150 200 C145 180, 155 180, 150 200" stroke="#000" stroke-width="2"/>
<circle cx="150" cy="220" r="10" fill="#000"/>
<path d="M140 220 C135 215, 145 215, 140 220" stroke="#000" stroke-width="2"/>
<path d="M160 220 C155 215, 165 215, 160 220" stroke="#000" stroke-width="2"/>
<path d="M150 250 C140 240, 160 240, 150 250" stroke="#000" stroke-width="2"/>
<circle cx="140" cy="230" r="5" fill="#000"/>
<circle cx="160" cy="230" r="5" fill="#000"/>
<circle cx="150" cy="250" r="5" fill="#000"/>
<circle cx="150" cy="250" r="2" fill="#fff"/>
</svg>
Judge's Analysis
Player 2's submission better adheres to the prompt by clearly depicting an ant on a unicycle on a tightrope, with the crescent moon prominently visible.
The composition is well-balanced, and the technical execution is clear and effective.
Player 1's image lacks the necessary elements and context to meet the criteria effectively.
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
"Parrot wearing a detective hat, solving a mystery at a jungle library"
"Cactus playing electric guitar under a disco ball"
"Fish with an umbrella in a desert storm"
"Cat surfing on a rainbow wave under a candy sky"
"Floating octopus with hot air balloon hat over a cityscape"
"Octopus juggling flamingo-colored bowling pins in a stormy sea"