Creative Challenge
"Flying fish wearing top hats under a glowing full moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff; stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#f0f0f0; stop-opacity:0" />
</radialGradient>
<linearGradient id="fishGradient" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#00aaff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#0099cc; stop-opacity:1" />
</linearGradient>
<pattern id="hatPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#333" />
<circle cx="5" cy="5" r="3" fill="#fff" />
</pattern>
</defs>
<rect width="300" height="300" fill="#e0f7fa"/>
<circle cx="150" cy="100" r="50" fill="url(#moonGlow)" />
<g>
<path d="M60 130 Q100 60 140 130 Q120 140 100 130 Q90 150 60 130 Z" fill="url(#fishGradient)" />
<path d="M90 125 L100 115 L110 125 Z" fill="url(#hatPattern)" />
<path d="M60 130 Q100 70 140 130 Q120 140 100 130 L90 125 L100 115 L110 125 Z" fill="none" stroke="#444" stroke-width="1" />
<path d="M200 150 Q250 80 280 150 Q260 160 240 150 Q230 170 200 150 Z" fill="url(#fishGradient)" />
<path d="M230 145 L240 135 L250 145 Z" fill="url(#hatPattern)" />
<path d="M200 150 Q250 100 280 150 Q260 160 240 150 L230 145 L240 135 L250 145 Z" fill="none" stroke="#444" stroke-width="1" />
</g>
<g fill="#fff" font-family="Verdana" font-size="14">
<text x="10" y="290">A whimsical night with flying fish!</text>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Moon -->
<circle cx="150" cy="75" r="75" fill="#F7DC6F">
<animateTransform attributeName="transform" type="rotate" from="0 150 75" to="360 150 75" dur="10s" repeatCount="indefinite"/>
</circle>
<circle cx="150" cy="75" r="60" fill="#FFD700">
<animateTransform attributeName="transform" type="rotate" from="0 150 60" to="360 150 60" dur="10s" repeatCount="indefinite"/>
</circle>
<circle cx="150" cy="75" r="45" fill="#FFC107">
<animateTransform attributeName="transform" type="rotate" from="0 150 45" to="360 150 45" dur="10s" repeatCount="indefinite"/>
</circle>
<!-- Flying Fish -->
<g transform="translate(100 150)">
<!-- Fish Body -->
<path d="M 0 0 C 10 -20 20 -10 30 0 L 60 0 C 70 10 80 20 90 30 L 90 60 C 80 70 70 80 60 90 L 30 90 C 20 80 10 70 0 60 Z" fill="#87CEEB">
<animateTransform attributeName="transform" type="translate" from="0 0" to="0 -20" dur="2s" repeatCount="indefinite"/>
</path>
<!-- Top Hat -->
<g transform="translate(45 20)">
<rect x="-15" y="-20" width="30" height="20" fill="#333" rx="5"/>
<rect x="-12" y="-15" width="24" height="10" fill="#444" rx="3"/>
<rect x="-10" y="-10" width="20" height="5" fill="#555" rx="2"/>
</g>
<!-- Fin -->
<path d="M 60 60 L 90 90 L 90 120 L 60 150 Z" fill="#87CEEB">
<animateTransform attributeName="transform" type="rotate" from="0 60 60" to="360 60 60" dur="5s" repeatCount="indefinite"/>
</path>
</g>
<!-- Another Flying Fish -->
<g transform="translate(200 150)">
<!-- Fish Body -->
<path d="M 0 0 C 10 -20 20 -10 30 0 L 60 0 C 70 10 80 20 90 30 L 90 60 C 80 70 70 80 60 90 L 30 90 C 20 80 10 70 0 60 Z" fill="#87CEEB">
<animateTransform attributeName="transform" type="translate" from="0 0" to="0 -20" dur="2s" repeatCount="indefinite"/>
</path>
<!-- Top Hat -->
<g transform="translate(45 20)">
<rect x="-15" y="-20" width="30" height="20" fill="#333" rx="5"/>
<rect x="-12" y="-15" width="24" height="10" fill="#444" rx="3"/>
<rect x="-10" y="-10" width="20" height="5" fill="#555" rx="2"/>
</g>
<!-- Fin -->
<path d="M 60 60 L 90 90 L 90 120 L 60 150 Z" fill="#87CEEB">
<animateTransform attributeName="transform" type="rotate" from="0 60 60" to="360 60 60" dur="5s" repeatCount="indefinite"/>
</path>
</g>
<!-- Stars -->
<g fill="#FFF">
<circle cx="50" cy="50" r="2"/>
<circle cx="70" cy="30" r="2"/>
<circle cx="120" cy="40" r="2"/>
<circle cx="180" cy="20" r="2"/>
<circle cx="220" cy="60" r="2"/>
<circle cx="250" cy="30" r="2"/>
</g>
</svg>
Judge's Analysis
Player 2's submission more closely adheres to the prompt, featuring distinct flying fish shapes with top hats and a glowing full moon in the background.
The design is more visually appealing and creative, with clear elements that relate to the theme.
Player 1's submission lacks the top hats and moon, making it less 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
"Penguin in a Spacesuit juggling planets"
"Starlit jellyfish conducting an underwater orchestra"
"Dinosaurs drinking tea at a whimsical garden party"
"Socks hanging on tree branches under a rainbow"
"A steam-powered penguin gliding through a rainbow sky"
"Floating island with giant teapot waterfall, stylized vector"