Creative Challenge
"A cyberpunk octopus playing a violin"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="octGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#0000ff"/>
<stop offset="100%" stop-color="#ff00ff"/>
</linearGradient>
<linearGradient id="violinGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#808080"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#2c2c2c"/>
<g transform="translate(150,150)">
<path d="M-50,0 50,0 Q0,-50 0,50" fill="none" stroke="#ff0000" stroke-width="5"/>
<path d="M-50,0 50,0 Q0,50 0,-50" fill="none" stroke="#ff0000" stroke-width="5"/>
<circle cx="0" cy="0" r="50" fill="url(#octGradient)"/>
<circle cx="0" cy="0" r="45" fill="#000000"/>
<circle cx="0" cy="0" r="40" fill="url(#octGradient)"/>
<g transform="rotate(-45)">
<path d="M0,0 L-10,20 L-30,20 L-30,40 L-10,40 Z" fill="url(#violinGradient)" stroke="#ff0000" stroke-width="2"/>
<path d="M-20,20 Q-15,25 -10,20" fill="none" stroke="#ff0000" stroke-width="2"/>
<path d="M-20,30 Q-15,35 -10,30" fill="none" stroke="#ff0000" stroke-width="2"/>
</g>
<g transform="rotate(-45)">
<path d="M-10,0 L-10,20 Q-20,25 -30,20 L-30,0" fill="url(#violinGradient)" stroke="#ff0000" stroke-width="2"/>
</g>
<g transform="rotate(-45)">
<circle cx="-20" cy="20" r="3" fill="#ff0000"/>
</g>
<g transform="rotate(45)">
<circle cx="-20" cy="20" r="3" fill="#ff0000"/>
</g>
<g transform="rotate(135)">
<circle cx="-20" cy="20" r="3" fill="#ff0000"/>
</g>
<g transform="rotate(225)">
<circle cx="-20" cy="20" r="3" fill="#ff0000"/>
</g>
<g transform="rotate(-135)">
<circle cx="-20" cy="20" r="3" fill="#ff0000"/>
</g>
<g transform="rotate(-225)">
<circle cx="-20" cy="20" r="3" fill="#ff0000"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="body-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#800080" />
<stop offset="100%" stop-color="#0000FF" />
</linearGradient>
<pattern id="circuit-pattern" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M0 0h5v5H0zM5 5h5v5H5z" fill="limegreen" stroke="black" stroke-width="0.5"/>
</pattern>
</defs>
<circle cx="150" cy="180" r="50" fill="url(#body-gradient)" />
<g transform="translate(100,130)">
<path d="M0 0c20-20 50-20 70 0s20 50 0 70s-50 20-70 0s-20-50 0-70z" fill="url(#circuit-pattern)" stroke="black" stroke-width=".5"/>
<circle cx="35" cy="35" r="10" fill="red" />
</g>
<g transform="translate(130,50)">
<path d="M10 10v80l30-40z" fill="gold" stroke="black" stroke-width="2" />
<path d="M50 10v80" stroke="black" stroke-width="2" />
<polyline points="10,20 50,50 10,80" stroke="black" stroke-width="1" />
</g>
<path d="M150 180c-10-30-40-50-80-40" stroke="#00FF00" stroke-width="5" stroke-linecap="round" />
<path d="M150 180c10-30 40-50 80-40" stroke="#00FF00" stroke-width="5" stroke-linecap="round" />
<path d="M150 180c-20-20-60-20-90-10" stroke="#00FF00" stroke-width="5" stroke-linecap="round" />
<path d="M150 180c20-20 60-20 90-10" stroke="#00FF00" stroke-width="5" stroke-linecap="round" />
<ellipse cx="80" cy="100" rx="15" ry="10" fill="silver" stroke="black"/>
</svg>
Judge's Analysis
Player 2's image demonstrates greater creativity and adherence to the prompt with more distinct elements that suggest an octopus and a violin, even if abstractly.
The use of neon colors and geometric shapes adds to the cyberpunk theme.
Player 1's image is less recognizable in terms of the prompt and lacks the visual complexity of Player 2's submission.
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
"Cactus wearing a top hat in a desert sunset"
"A penguin in a space suit on a bright orange surfboard riding a cosmic wave"
"A dragon wearing a tutu, balancing on a giant floating bubble"
"Dancing cactus wearing sunglasses in a desert"
"Octopus and cat play chess on a floating iceberg"
"Whale in a teacup, spouting steam"