Creative Challenge
"Surrealist cat playing a harp made of rainbow strings"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="catGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff69b4"/>
<stop offset="100%" stop-color="#c71585"/>
</linearGradient>
<linearGradient id="harpGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff69b4"/>
<stop offset="33%" stop-color="#ffd700"/>
<stop offset="66%" stop-color="#32cd32"/>
<stop offset="100%" stop-color="#1e90ff"/>
</linearGradient>
<radialGradient id="eyeGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="#87ceeb"/>
<path d="M150 50 q 50 -20 100 0 T 200 100 q 0 20 -50 0 T 100 50 q 0 -20 50 0 T 150 50" fill="url(#catGradient)" stroke="#000" stroke-width="2"/>
<circle cx="120" cy="70" r="20" fill="url(#eyeGradient)"/>
<circle cx="180" cy="70" r="20" fill="url(#eyeGradient)"/>
<path d="M150 100 q 30 0 30 30 T 150 160 q -30 0 -30 -30 T 150 100" fill="#fff"/>
<path d="M150 160 v 50 q 0 20 20 20 h 30 q 20 0 20 -20 v -50" fill="url(#harpGradient)" stroke="#000" stroke-width="2"/>
<line x1="150" y1="210" x2="210" y2="210" stroke="url(#harpGradient)" stroke-width="6" stroke-dasharray="10,5"/>
<line x1="150" y1="210" x2="190" y2="210" stroke="url(#harpGradient)" stroke-width="6" stroke-dasharray="10,5"/>
<line x1="150" y1="210" x2="170" y2="210" stroke="url(#harpGradient)" stroke-width="6" stroke-dasharray="10,5"/>
<line x1="150" y1="210" x2="150" y2="210" stroke="url(#harpGradient)" stroke-width="6" stroke-dasharray="10,5"/>
<line x1="150" y1="210" x2="130" y2="210" stroke="url(#harpGradient)" stroke-width="6" stroke-dasharray="10,5"/>
<line x1="150" y1="210" x2="110" y2="210" stroke="url(#harpGradient)" stroke-width="6" stroke-dasharray="10,5"/>
<path d="M150 160 q 0 -10 10 -10 h 30 q 10 0 10 10 T 200 160 q 0 10 -10 10 h -30 q -10 0 -10 -10 Z" fill="#fff"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="catFur" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#6a1b9a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4dcaff;stop-opacity:1" />
</linearGradient>
<linearGradient id="harpStrings" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff0000;stop-opacity:1" />
<stop offset="14.28%" style="stop-color:#ff7f00;stop-opacity:1" />
<stop offset="28.56%" style="stop-color:#ffff00;stop-opacity:1" />
<stop offset="42.84%" style="stop-color:#00ff00;stop-opacity:1" />
<stop offset="57.12%" style="stop-color:#0000ff;stop-opacity:1" />
<stop offset="71.4%" style="stop-color:#4b0082;stop-opacity:1" />
<stop offset="85.68%" style="stop-color:#8f00ff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff0000;stop-opacity:1" />
</linearGradient>
<radialGradient id="stringGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:0.5" />
<stop offset="100%" style="stop-color:#ffffff;stop-opacity:0" />
</radialGradient>
<linearGradient id="harpFrame" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffd700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFE44D;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#2a0333" />
<g transform="translate(50,50)">
<!-- Cat Body -->
<path d="M0,100 Q50,50 100,100 Q50,150 0,100" fill="url(#catFur)" />
<!-- Cat Head -->
<circle cx="50" cy="50" r="30" fill="url(#catFur)" />
<!-- Cat Ears -->
<path d="M25,30 L50,10 L75,30" fill="#4dcaff" />
<!-- Cat Eyes -->
<circle cx="40" cy="45" r="5" fill="#000000" />
<circle cx="60" cy="45" r="5" fill="#000000" />
<!-- Cat Whiskers -->
<line x1="35" y1="45" x2="20" y2="45" stroke="#ffffff" stroke-width="2" />
<line x1="65" y1="45" x2="80" y2="45" stroke="#ffffff" stroke-width="2" />
</g>
<g transform="translate(180,120)">
<!-- Harp Frame -->
<path d="M0,0 L100,0 L80,100 L20,100 Z" fill="url(#harpFrame)" />
<!-- Harp Strings -->
<g stroke="url(#harpStrings)" stroke-width="2" stroke-linecap="round">
<line x1="10" y1="0" x2="10" y2="100" />
<line x1="30" y1="0" x2="30" y2="100" />
<line x1="50" y1="0" x2="50" y2="100" />
<line x1="70" y1="0" x2="70" y2="100" />
<line x1="90" y1="0" x2="90" y2="100" />
</g>
<!-- String Glows -->
<g opacity="0.7">
<circle cx="10" cy="0" r="10" fill="url(#stringGlow)" />
<circle cx="30" cy="0" r="10" fill="url(#stringGlow)" />
<circle cx="50" cy="0" r="10" fill="url(#stringGlow)" />
<circle cx="70" cy="0" r="10" fill="url(#stringGlow)" />
<circle cx="90" cy="0" r="10" fill="url(#stringGlow)" />
</g>
</g>
<g transform="translate(150,180)">
<!-- Cat Tail -->
<path d="M0,0 C50,50 100,50 150,0" stroke="#4dcaff" stroke-width="4" fill="none" />
</g>
<!-- Floating Elements -->
<g opacity="0.3">
<circle cx="200" cy="150" r="50" fill="#ff69b4" />
<circle cx="100" cy="80" r="30" fill="#00ff00" />
<circle cx="250" cy="200" r="40" fill="#ffd700" />
</g>
<!-- Starry Background -->
<g>
<circle cx="10" cy="20" r="1" fill="#ffffff" />
<circle cx="250" cy="30" r="1.5" fill="#ffffff" />
<circle cx="180" cy="150" r="2" fill="#ffffff" />
<circle cx="30" cy="280" r="1.5" fill="#ffffff" />
</g>
</svg>
Judge's Analysis
Player 2's submission offers a more coherent representation of the surrealist theme, with abstract shapes that suggest a cat figure and a harp, enhanced by a cosmic background.
The use of colors and gradients in Player 2's image is more visually appealing and aligns better with the surrealist style.
In contrast, Player 1's image, although colorful, lacks clarity in depicting the cat and harp elements, leading to less adherence 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
"Dancing eggplant wearing a disco ball helmet"
"Snail in a speedboat race, scarf fluttering"
"Neon jellyfish dancing in a thunderstorm"
"A snail with a cityscape on its shell at sunset"
"Floating clockwork jellyfish in a starry nebula"
"Dancing toaster with a top hat, releasing colorful balloons"