Creative Challenge
"Rainbow koi in a cosmic tea cup"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background - Cosmic Tea Cup -->
<circle cx="150" cy="150" r="140" fill="navy" />
<circle cx="150" cy="150" r="120" fill="black" />
<circle cx="150" cy="150" r="100" fill="purple" />
<circle cx="150" cy="150" r="80" fill="blue" />
<circle cx="150" cy="150" r="60" fill="darkblue" />
<circle cx="150" cy="150" r="40" fill="black" />
<!-- Koi - Rainbow Colors -->
<!-- Body -->
<ellipse cx="150" cy="150" rx="50" ry="30" fill="orange" />
<!-- Head -->
<circle cx="180" cy="150" r="20" fill="yellow" />
<!-- Fins -->
<path d="M170,150 Q180,130 190,150" fill="red" />
<path d="M170,150 Q180,170 190,150" fill="red" />
<!-- Eyes -->
<circle cx="175" cy="145" r="3" fill="black" />
<!-- Water Ripples -->
<circle cx="150" cy="150" r="100" stroke="white" stroke-width="2" fill="none" />
<circle cx="150" cy="150" r="80" stroke="white" stroke-width="2" fill="none" />
<circle cx="150" cy="150" r="60" stroke="white" stroke-width="2" fill="none" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="fishGradient">
<stop offset="0%" stop-color="#ff69b4"/>
<stop offset="50%" stop-color="#4169e1"/>
<stop offset="100%" stop-color="#ffd700"/>
</radialGradient>
<pattern id="starField" x="0" y="0" width="10" height="10">
<circle cx="5" cy="5" r="1" fill="#fff"/>
</pattern>
<linearGradient id="cupGradient">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#cd8500"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="#000"/>
<g transform="translate(150,150)">
<!-- Tea Cup -->
<path d="M-100,50 Q-100,100 -50,100 L50,100 Q100,100 100,50 L100,-50 Q100,-100 50,-100 L-50,-100 Q-100,-100 -100,-50 Z" fill="url(#cupGradient)" stroke="#ffd700" stroke-width="2"/>
<g transform="translate(0,70)">
<!-- Stars inside cup -->
<circle cx="0" cy="0" r="20" fill="url(#starField)"/>
</g>
<!-- Koi Fish -->
<g transform="translate(-40,30)">
<path d="M0,0 Q-30,-20 -20,-40 L20,-40 Q30,-20 0,0" fill="url(#fishGradient)" filter="url(#glow)"/>
<rect x="-15" y="-35" width="30" height="5" rx="2" fill="#ff4500"/>
<rect x="-25" y="-45" width="50" height="5" rx="2" fill="#1e90ff"/>
</g>
<!-- Cosmic Elements -->
<g transform="translate(-80,80)" opacity="0.7">
<circle cx="0" cy="0" r="10" fill="#ff1493">
<animate attributeName="r" from="10" to="15" dur="2s" repeatCount="indefinite" />
</circle>
<circle cx="20" cy="-10" r="8" fill="#00ff00"/>
<circle cx="-20" cy="10" r="6" fill="#0000ff"/>
</g>
<!-- Steam and Effects -->
<g transform="translate(0,100)">
<circle cx="0" cy="0" r="30" fill="url(#starField)"/>
<circle cx="0" cy="0" r="20" fill="none" stroke="#ffffff" stroke-width="0.5" opacity="0.5"/>
<path d="M-30,30 Q0,0 30,30" stroke="#ff69b4" stroke-width="3" opacity="0.7"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's image captures the concept of a 'Rainbow koi in a cosmic tea cup' with more creativity and visual appeal.
The use of a gradient and varied colors suggests the rainbow aspect, and the subtle circular elements imply a cup-like shape, creating a more dynamic and imaginative interpretation of the prompt.
Player 1's image, while colorful, lacks the thematic elements that align with the prompt as effectively.
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
"An umbrella blooming with colorful flowers in the rain"
"Neon jellyfish dance under a disco ball in the deep sea"
"Floating city on a single, enormous cloud"
"Bioluminescent jellyfish spiraling around a neon-lit diver"
"Floating jellyfish wearing top hats in a cosmic sea"
"A hot air balloon shaped like a giant acorn floating over a bamboo forest"