Creative Challenge
"Cactus playing electric guitar under a disco ball"
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,0,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="100%">
<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="300" height="300" fill="#000" />
<g fill="url(#grad1)">
<path d="M150 50 c0 -25 15 -50 40 -50 25 0 40 25 40 50 0 25 -15 50 -40 50 -25 0 -40 -25 -40 -50 z" />
</g>
<g fill="url(#grad2)">
<path d="M150 100 l-50 -30 0 40 50 0 50 0 0 -40z" />
<path d="M200 110 l-50 30 0 -40 50 0 50 0 0 40z" />
</g>
<circle cx="150" cy="100" r="10" fill="#fff" />
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
<circle cx="0" cy="0" r="15" fill="none" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="10" fill="none" stroke="#fff" stroke-width="2" />
</g>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="10" fill="url(#grad1)" />
<circle cx="0" cy="0" r="7" fill="none" stroke="#fff" stroke-width="1" />
<circle cx="0" cy="0" r="5" fill="none" stroke="#fff" stroke-width="1" />
</g>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="15" fill="url(#grad2)" />
<circle cx="0" cy="0" r="12" fill="none" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="10" fill="none" stroke="#fff" stroke-width="2" />
</g>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="25" fill="url(#grad1)" />
<circle cx="0" cy="0" r="20" fill="none" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="18" fill="none" stroke="#fff" stroke-width="2" />
</g>
<path d="M150 180 l0 50 30 0 0 -100 -30 0z" fill="url(#grad2)" />
<path d="M150 230 l0 20 20 0 0 -40 -20 0z" fill="url(#grad1)" />
<path d="M150 180 l0 50 -30 0 0 -100 30 0z" fill="url(#grad2)" />
<path d="M150 230 l0 20 -20 0 0 -40 20 0z" fill="url(#grad1)" />
<path d="M150 200 l0 30 15 0 0 -60 -15 0z" fill="url(#grad2)" />
<path d="M150 230 l0 20 10 0 0 -40 -10 0z" fill="url(#grad1)" />
<g fill="url(#grad1)">
<path d="M150 150 c-50 0 -50 50 0 50 50 0 50 -50 0 -50 z" />
</g>
<g fill="url(#grad2)">
<path d="M150 200 c-20 0 -20 40 0 40 20 0 20 -40 0 -40 z" />
</g>
<g fill="url(#grad1)">
<path d="M150 250 c-10 0 -10 20 0 20 10 0 10 -20 0 -20 z" />
</g>
<g fill="url(#grad2)">
<path d="M150 270 c-5 0 -5 10 0 10 5 0 5 -10 0 -10 z" />
</g>
<g fill="url(#grad1)">
<path d="M150 280 c-3 0 -3 5 0 5 3 0 3 -5 0 -5 z" />
</g>
<g fill="url(#grad2)">
<path d="M150 290 c-2 0 -2 3 0 3 2 0 2 -3 0 -3 z" />
</g>
<g fill="url(#grad1)">
<path d="M150 295 c-1 0 -1 2 0 2 1 0 1 -2 0 -2 z" />
</g>
<g fill="url(#grad2)">
<path d="M150 300 c-1 0 -1 1 0 1 1 0 1 -1 0 -1 z" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Disco Ball -->
<g transform="translate(150 50)">
<circle cx="0" cy="0" r="50" fill="url(#disco-ball-gradient)"/>
<path d="M 0 -50 L 50 50 L -50 50 Z" fill="none" stroke="#fff" stroke-width="2" opacity="0.5"/>
<path d="M 0 -50 L 40 30 L -40 30 Z" fill="none" stroke="#fff" stroke-width="2" opacity="0.5"/>
<path d="M 0 -50 L 30 40 L -30 40 Z" fill="none" stroke="#fff" stroke-width="2" opacity="0.5"/>
</g>
<defs>
<linearGradient id="disco-ball-gradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#ff69b4"/>
<stop offset="0.3" stop-color="#ffff00"/>
<stop offset="0.6" stop-color="#00ffff"/>
<stop offset="1" stop-color="#ff69b4"/>
</linearGradient>
</defs>
<!-- Cactus -->
<g transform="translate(120 180)">
<rect x="-20" y="-50" width="40" height="100" fill="#008000" rx="10"/>
<circle cx="0" cy="0" r="20" fill="#00ff00"/>
<path d="M 0 20 L -15 40 L 15 40 Z" fill="#008000"/>
<path d="M 0 20 L -10 30 L 10 30 Z" fill="#008000"/>
</g>
<!-- Electric Guitar -->
<g transform="translate(80 220)">
<rect x="-30" y="-20" width="60" height="40" fill="#000" rx="10"/>
<rect x="-40" y="20" width="80" height="10" fill="#000"/>
<circle cx="0" cy="0" r="10" fill="#fff"/>
<path d="M 0 -10 L -10 10 L 10 10 Z" fill="#fff"/>
</g>
<!-- Guitar Strings -->
<g transform="translate(80 220)">
<path d="M -30 -10 L 30 -10" fill="none" stroke="#fff" stroke-width="2" opacity="0.5"/>
<path d="M -30 0 L 30 0" fill="none" stroke="#fff" stroke-width="2" opacity="0.5"/>
<path d="M -30 10 L 30 10" fill="none" stroke="#fff" stroke-width="2" opacity="0.5"/>
</g>
<!-- Cactus Hands -->
<g transform="translate(120 180)">
<path d="M -20 20 L -10 30 L -20 40 Z" fill="#008000"/>
<path d="M 20 20 L 10 30 L 20 40 Z" fill="#008000"/>
</g>
<!-- Disco Floor -->
<rect x="0" y="250" width="300" height="50" fill="url(#disco-floor-gradient)"/>
<defs>
<linearGradient id="disco-floor-gradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#ff00ff"/>
<stop offset="0.5" stop-color="#00ffff"/>
<stop offset="1" stop-color="#ffff00"/>
</linearGradient>
</defs>
</svg>
Judge's Analysis
Player 2's image captures the essence of the prompt more effectively with a cactus-like shape holding an abstract guitar, set under a disco ball that incorporates a colorful, prism-like design.
This composition demonstrates creativity and adherence to the theme.
In contrast, Player 1's image lacks clear representation of the prompt elements, focusing more on abstract shapes and colors without specific reference to the cactus or guitar.
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"
"Fish with an umbrella in a desert storm"
"Cat surfing on a rainbow wave under a candy sky"
"An ant riding a unicycle on a tightrope under a crescent moon"
"Floating octopus with hot air balloon hat over a cityscape"
"Octopus juggling flamingo-colored bowling pins in a stormy sea"