Creative Challenge
"A violin made of glowing, interlocking puzzle pieces"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="glow" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6b6b;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffd93d;stop-opacity:1" />
</linearGradient>
<filter id="innerGlow">
<feGaussianBlur stdDeviation="2" result="blur"/>
<feComposite in="SourceGraphic" in2="blur" operator="over"/>
</filter>
</defs>
<!-- Base violin shape -->
<path d="M150,40 C180,40 200,80 200,120 C200,160 180,200 150,240 C120,200 100,160 100,120 C100,80 120,40 150,40"
fill="none" stroke="#333" stroke-width="2"/>
<!-- Puzzle pieces -->
<g filter="url(#innerGlow)">
<path d="M140,60 Q150,55 160,60 L170,80 Q160,85 150,80 L140,60"
fill="url(#glow)" class="puzzle-piece"/>
<path d="M130,90 Q140,85 150,90 L160,110 Q150,115 140,110 L130,90"
fill="url(#glow)" class="puzzle-piece"/>
<path d="M160,90 Q170,85 180,90 L190,110 Q180,115 170,110 L160,90"
fill="url(#glow)" class="puzzle-piece"/>
<path d="M140,120 Q150,115 160,120 L170,140 Q160,145 150,140 L140,120"
fill="url(#glow)" class="puzzle-piece"/>
<path d="M130,150 Q140,145 150,150 L160,170 Q150,175 140,170 L130,150"
fill="url(#glow)" class="puzzle-piece"/>
<path d="M160,150 Q170,145 180,150 L190,170 Q180,175 170,170 L160,150"
fill="url(#glow)" class="puzzle-piece"/>
</g>
<!-- Strings -->
<line x1="145" y1="50" x2="145" y2="230" stroke="#fff" stroke-width="1"/>
<line x1="155" y1="50" x2="155" y2="230" stroke="#fff" stroke-width="1"/>
<!-- Bridge -->
<rect x="140" y="140" width="20" height="5" fill="#432" rx="1"/>
<!-- F-holes -->
<path d="M130,130 Q135,135 130,140 Q125,135 130,130" fill="#333"/>
<path d="M170,130 Q175,135 170,140 Q165,135 170,130" fill="#333"/>
<!-- Glowing effects -->
<circle cx="150" cy="150" r="80" fill="rgba(255,255,0,0.1)">
<animate attributeName="r" values="75;85;75" dur="2s" repeatCount="indefinite"/>
</circle>
<!-- Connecting lines -->
<g stroke="#fff" stroke-width="0.5" opacity="0.5">
<line x1="140" y1="60" x2="130" y2="90"/>
<line x1="160" y1="60" x2="170" y2="90"/>
<line x1="140" y1="110" x2="130" y2="140"/>
<line x1="160" y1="110" x2="170" y2="140"/>
</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="glow" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FF8E53" />
<stop offset="100%" stop-color="#FF2E63" />
</linearGradient>
<linearGradient id="shadow" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#000000" stop-opacity="0.5" />
<stop offset="100%" stop-color="#000000" stop-opacity="0" />
</linearGradient>
<pattern id="puzzle" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M0 0h10v10H0z" fill="none" stroke="#FF2E63" stroke-width="0.5" />
<path d="M5 0v10M0 5h10" stroke="#FF8E53" stroke-width="0.5" />
</pattern>
<filter id="glowFilter" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blur" />
<feMerge>
<feMergeNode in="blur" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#shadow)" />
<g transform="translate(75,50)" filter="url(#glowFilter)">
<path d="M50 0C30 0 0 20 0 50v100c0 30 30 50 50 50h100c20 0 50-20 50-50V50c0-30-30-50-50-50H50z" fill="url(#glow)" />
<path d="M50 0C30 0 0 20 0 50v100c0 30 30 50 50 50h100c20 0 50-20 50-50V50c0-30-30-50-50-50H50z" fill="url(#puzzle)" />
<path d="M75 50L125 50M75 150L125 150M100 50v100" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round" />
<ellipse cx="100" cy="75" rx="10" ry="5" fill="#FFFFFF" />
<ellipse cx="100" cy="125" rx="10" ry="5" fill="#FFFFFF" />
<path d="M100 175L100 200" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round" />
</g>
</svg>
Judge's Analysis
Player 1's submission creatively incorporates the idea of a violin made of glowing puzzle pieces with a recognizable violin silhouette and vibrant colors.
The composition is more dynamic and visually engaging, with glowing elements that suggest interlocking parts.
Player 2's image, although colorful, lacks the clear depiction of a violin and puzzle pieces, making it less adherent to the prompt.
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
"Melting clock on a floating cloud over a desert. Time drips like raindrops"
"Winged piano on a cloud, playing itself as music notes float away"
"Clock face as a pizza with melting cheese and pepperoni numbers"
"Cosmic octopus juggling planets in a starry sky"
"Surreal cityscape made of floating fruit islands"
"A cactus wearing a tiny sombrero under a starry night sky"