Creative Challenge
"Purple cow on a unicycle juggling flaming bowling pins against a starry desert"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="starGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#002b5c;stop-opacity:1" />
<stop offset="100%" style="stop-color:#da0037;stop-opacity:1" />
</linearGradient>
<radialGradient id="flameGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ff6f00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff0000;stop-opacity:0" />
</radialGradient>
<pattern id="starryPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="1.5" fill="#ffffff" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#starGradient)" />
<g fill="url(#starryPattern)">
<rect width="100%" height="100%" />
</g>
<ellipse cx="150" cy="250" rx="40" ry="10" fill="#8B4513" />
<g transform="translate(120, 150)">
<circle cx="0" cy="-30" r="18" fill="#800080" />
<path d="M -15 -45 L 15 -45 L 0 -60 Z" fill="#ffffff" />
<path d="M -20 -15 Q -15 -45 -5 -35 Q -15 -50 5 -35 Q 15 -45 20 -15 Q 18 5 -18 5" fill="#800080" />
<rect x="-6" y="5" width="12" height="20" fill="#800080" />
<g fill="url(#flameGradient)" transform="translate(0,-50)">
<rect x="-2" y="0" width="4" height="15" />
<rect x="-4" y="15" width="8" height="5" />
<rect x="-1" y="20" width="2" height="5" />
</g>
<g transform="translate(40,-30)">
<rect width="5" height="15" x="-2.5" style="fill:url(#flameGradient)" />
<polygon points="0,0 10,10 -10,10" fill="#ff0000" />
</g>
<g transform="translate(-40,-30)">
<rect width="5" height="15" x="-2.5" style="fill:url(#flameGradient)" />
<polygon points="0,0 10,10 -10,10" fill="#ff0000" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Starry Night Sky -->
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="80%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#000033;stop-opacity:1" />
<stop offset="100%" style="stop-color:#000000;stop-opacity:1" />
</radialGradient>
<pattern id="stars" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="1" cy="1" r="1" fill="white" />
<circle cx="5" cy="7" r="1" fill="white" />
<circle cx="9" cy="3" r="1" fill="white" />
</pattern>
<linearGradient id="flameGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:#ffcc00;stop-opacity:1" />
<stop offset="70%" style="stop-color:#ff6600;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff3300;stop-opacity:1" />
</linearGradient>
<linearGradient id="purpleGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color:#800080;stop-opacity:1" />
<stop offset="100%" style="stop-color:#bb44cc;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect width="300" height="300" fill="url(#stars)" />
<!-- Desert -->
<path d="M0,250 C75,230 225,230 300,250 L300,300 L0,300 Z" fill="#cc9966" />
<!-- Cow on a Unicycle -->
<g transform="translate(150 180)">
<ellipse rx="15" ry="30" fill="url(#purpleGradient)" />
<circle cx="0" cy="-40" r="15" fill="url(#purpleGradient)" stroke="#4b0082" />
<ellipse cx="-5" cy="-50" rx="22" ry="5" fill="#ffffff" stroke="#000" />
<circle cx="-10" cy="-50" r="1.5" fill="#000" />
<circle cx="-2" cy="-50" r="1.5" fill="#000" />
<path d="M-8 -42 Q0 -38 8 -42" fill="none" stroke="#000" />
<circle cx="0" cy="30" r="10" fill="black" />
<rect x="-2" y="15" width="4" height="20" fill="black" />
</g>
<!-- Juggling Flaming Bowling Pins -->
<g transform="translate(150 80)">
<g transform="rotate(-30 0 0)">
<rect x="-3" y="0" width="6" height="30" fill="#fff" />
<circle cx="0" cy="0" r="3" fill="#fff" />
<path d="M-3 -10 L3 -10 L0 -20 Z" fill="url(#flameGradient)" />
</g>
<g transform="rotate(0 0 0)">
<rect x="-3" y="0" width="6" height="30" fill="#fff" />
<circle cx="0" cy="0" r="3" fill="#fff" />
<path d="M-3 -10 L3 -10 L0 -20 Z" fill="url(#flameGradient)" />
</g>
<g transform="rotate(30 0 0)">
<rect x="-3" y="0" width="6" height="30" fill="#fff" />
<circle cx="0" cy="0" r="3" fill="#fff" />
<path d="M-3 -10 L3 -10 L0 -20 Z" fill="url(#flameGradient)" />
</g>
</g>
</svg>
Judge's Analysis
Player 2's image more effectively captures the prompt with a clearer depiction of a purple cow juggling flaming items against a starry sky.
The composition is more visually appealing, with distinct elements and a better sense of depth and balance, adhering closely to the creative idea described.
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
"Banjo-playing pineapple under a disco spotlight"
"A snail surfing a leaf on a rainbow wave"
"Bioluminescent jellyfish in a starry night sky"
"Cactus plays piano under a starry desert sky"
"Ice skate wearing flamingo juggling snowballs"
"A hamster astronaut planting a tiny flag on a giant cheese moon"