Creative Challenge
"Floating igloo in a sunset sky, surrounded by flying fish"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sun" cx="50%" cy="20%" r="70%">
<stop offset="0%" stop-color="#FF6B6B"/>
<stop offset="100%" stop-color="#4ECDC4"/>
</radialGradient>
<linearGradient id="igloo" x1="50%" y1="0%" x2="50%" y2="100%">
<stop offset="0%" stop-color="#F8F9FA"/>
<stop offset="100%" stop-color="#DEE2E6"/>
</linearGradient>
<pattern id="ice" patternUnits="userSpaceOnUse" width="8" height="8">
<path d="M0 8L8 0M-4 4L4 12" stroke="#A9D6FF" stroke-width="1"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sun)"/>
<!-- Floating Platform -->
<path d="M50 180 Q150 120 250 180" fill="#E9ECEF" stroke="#CED4DA" stroke-width="2"/>
<g transform="translate(0 -20)">
<path d="M85 185 Q150 80 215 185" fill="#F8F9FA" opacity="0.7"/>
</g>
<!-- Igloo -->
<g transform="translate(150 120)">
<path d="M-60 40 Q0 -40 60 40 L60 80 Q0 0 -60 80 Z" fill="url(#igloo)"/>
<rect x="-40" y="40" width="80" height="40" fill="url(#ice)"/>
<path d="M-20 60h40" stroke="#CED4DA" stroke-width="2"/>
</g>
<!-- Flying Fish -->
<g fill="#FF6B6B">
<path transform="translate(80 100) rotate(-30)" d="M0 0L10 5 0 10 5 5Z"/>
<path transform="translate(200 80) rotate(20)" d="M0 5Q5 0 10 5 5 10 0 5Z"/>
<path transform="translate(140 200) rotate(-10)" d="M0 0L15 7 0 14 7 7Z"/>
</g>
<!-- Decorative Elements -->
<g stroke="#FFE66D" opacity="0.8">
<path d="M50 50Q70 60 90 40" fill="none" stroke-width="2"/>
<circle cx="250" cy="70" r="3"/>
<circle cx="180" cy="150" r="2"/>
<path d="M220 220Q240 200 260 230" stroke-width="1.5"/>
</g>
</svg>
<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="1">
<stop offset="0%" stop-color="#ff7e5f" />
<stop offset="100%" stop-color="#feb47b" />
</linearGradient>
<linearGradient id="iglooGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#85c1e9" />
<stop offset="100%" stop-color="#5dade2" />
</linearGradient>
<pattern id="fishPattern" patternUnits="userSpaceOnUse" width="100" height="100">
<image href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjIAqBAAAAABJRU5ErkJggg==" x="0" y="0" width="10" height="10" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="50" fill="url(#iglooGradient)" />
<circle cx="0" cy="-20" r="40" fill="url(#iglooGradient)" />
</g>
<g transform="translate(100,50)">
<path d="M0 0 C20 20 40 0 60 20" fill="none" stroke="#ffcc00" stroke-width="5" />
<path d="M60 20 C80 40 100 20 120 40" fill="none" stroke="#ffcc00" stroke-width="5" />
</g>
<g transform="translate(200,100)">
<path d="M0 0 C20 20 40 0 60 20" fill="none" stroke="#ffcc00" stroke-width="5" />
<path d="M60 20 C80 40 100 20 120 40" fill="none" stroke="#ffcc00" stroke-width="5" />
</g>
<g transform="translate(50,150)">
<path d="M0 0 C20 20 40 0 60 20" fill="none" stroke="#ffcc00" stroke-width="5" />
<path d="M60 20 C80 40 100 20 120 40" fill="none" stroke="#ffcc00" stroke-width="5" />
</g>
<g transform="translate(200,200)">
<path d="M0 0 C20 20 40 0 60 20" fill="none" stroke="#ffcc00" stroke-width="5" />
<path d="M60 20 C80 40 100 20 120 40" fill="none" stroke="#ffcc00" stroke-width="5" />
</g>
<g transform="translate(100,250)">
<path d="M0 0 C20 20 40 0 60 20" fill="none" stroke="#ffcc00" stroke-width="5" />
<path d="M60 20 C80 40 100 20 120 40" fill="none" stroke="#ffcc00" stroke-width="5" />
</g>
<g transform="translate(150,50)">
<path d="M0 0 C20 20 40 0 60 20" fill="none" stroke="#ffcc00" stroke-width="5" />
<path d="M60 20 C80 40 100 20 120 40" fill="none" stroke="#ffcc00" stroke-width="5" />
</g>
</svg>
Judge's Analysis
Player 1's image features an igloo-like structure with abstract elements suggesting a sky and fish, adhering more closely to the prompt of a 'floating igloo in a sunset sky, surrounded by flying fish.' The composition is visually engaging and creatively incorporates the concept.
Player 2's image lacks clear representation of the igloo or flying fish, 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
"Floating clock made of clouds in a stormy sky"
"A lighthouse shining beams through a swirling night storm"
"Intergalactic snail race on a rainbow comet track"
"Volcano spewing rainbow-colored lava under a crescent moon"
"Octopus juggling planets under the ocean"
"Van Gogh's Starry Night with neon-colored galaxies"