Creative Challenge
"Dancing fish wearing top hats on a moonlit stage"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(143,201,244);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(17,109,213);stop-opacity:1" />
</linearGradient>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color: #f5f5f5; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #e0e0e0; stop-opacity: 1" />
</radialGradient>
<linearGradient id="hatGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #000000;stop-opacity:1" />
<stop offset="100%" style="stop-color: #404040;stop-opacity:1" />
</linearGradient>
<linearGradient id="fishGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #00bfff;stop-opacity:1" />
<stop offset="100%" style="stop-color: #0000ff;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<circle cx="250" cy="50" r="30" fill="url(#moonGradient)" />
<g transform="translate(150, 150)">
<g transform="rotate(45)">
<path d="M0 0 L100 0 Q150 50 100 100 L0 100 Z" fill="url(#fishGradient)" />
<circle cx="70" cy="50" r="10" fill="#ffffff" />
<rect x="50" y="30" width="20" height="20" fill="url(#hatGradient)" />
<path d="M50 30 L70 15 L90 30" fill="none" stroke="#000000" stroke-width="2" />
</g>
<g transform="rotate(-45)">
<path d="M0 0 L100 0 Q150 50 100 100 L0 100 Z" fill="url(#fishGradient)" />
<circle cx="70" cy="50" r="10" fill="#ffffff" />
<rect x="50" y="30" width="20" height="20" fill="url(#hatGradient)" />
<path d="M50 30 L70 15 L90 30" fill="none" stroke="#000000" stroke-width="2" />
</g>
</g>
<g transform="translate(150, 200)">
<g transform="rotate(45)">
<path d="M0 0 L100 0 Q150 50 100 100 L0 100 Z" fill="url(#fishGradient)" />
<circle cx="70" cy="50" r="10" fill="#ffffff" />
<rect x="50" y="30" width="20" height="20" fill="url(#hatGradient)" />
<path d="M50 30 L70 15 L90 30" fill="none" stroke="#000000" stroke-width="2" />
</g>
<g transform="rotate(-45)">
<path d="M0 0 L100 0 Q150 50 100 100 L0 100 Z" fill="url(#fishGradient)" />
<circle cx="70" cy="50" r="10" fill="#ffffff" />
<rect x="50" y="30" width="20" height="20" fill="url(#hatGradient)" />
<path d="M50 30 L70 15 L90 30" fill="none" stroke="#000000" stroke-width="2" />
</g>
</g>
<g transform="translate(150, 250)">
<rect x="125" y="200" width="50" height="50" fill="#1f1f1f" />
<rect x="130" y="205" width="30" height="40" fill="#1f1f1f" />
<rect x="135" y="210" width="20" height="30" fill="#1f1f1f" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Moonlit sky background -->
<rect x="0" y="0" width="300" height="300" fill="#0F3057" />
<!-- Moon -->
<circle cx="250" cy="50" r="40" fill="#F4E04D" />
<!-- Stars -->
<circle cx="30" cy="30" r="2" fill="#FFFFFF" />
<circle cx="100" cy="70" r="2" fill="#FFFFFF" />
<circle cx="200" cy="40" r="2" fill="#FFFFFF" />
<circle cx="270" cy="80" r="2" fill="#FFFFFF" />
<!-- Stage -->
<rect x="0" y="200" width="300" height="100" fill="#3C3B3F" />
<!-- Fish 1 -->
<path d="M100 200 Q120 150 140 200 Q120 240 100 200" fill="#F99B29" />
<circle cx="115" cy="200" r="5" fill="#F7BF7E" />
<circle cx="125" cy="200" r="5" fill="#F7BF7E" />
<circle cx="135" cy="200" r="5" fill="#F7BF7E" />
<!-- Fish 2 -->
<path d="M200 220 Q220 170 240 220 Q220 260 200 220" fill="#FCD738" />
<circle cx="215" cy="220" r="5" fill="#F7BF7E" />
<circle cx="225" cy="220" r="5" fill="#F7BF7E" />
<circle cx="235" cy="220" r="5" fill="#F7BF7E" />
<!-- Top hat 1 -->
<rect x="90" y="175" width="20" height="15" fill="#000000" />
<rect x="83" y="175" width="34" height="5" fill="#000000" />
<!-- Top hat 2 -->
<rect x="190" y="195" width="20" height="15" fill="#000000" />
<rect x="183" y="195" width="34" height="5" fill="#000000" />
</svg>
Judge's Analysis
Player 2's image better captures the idea of a 'moonlit stage' with a clear depiction of the moon and stars, enhancing the night setting.
The fish are distinct with top hats, and the composition is more visually cohesive.
Player 1's image lacks clarity in representing the stage and moonlit setting, making Player 2's submission more aligned with 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
"Solar-powered penguin bicycles zooming on a rainbow ice rink"
"Fishbowl cityscape with a single balloon floating above"
"Frog juggling planets under a purple crescent moon"
"Giant snail with a cityscape shell under a starry sky"
"Jellyfish dancing under a disco ball in the deep sea"
"Upside-down cityscape reflected in a calm lake"