Creative Challenge
"A whale wearing a cosmic hat, swimming through a sea of stars"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="whaleGradient">
<stop offset="0%" stop-color="#4198F5"/>
<stop offset="100%" stop-color="#4ECDC4"/>
</radialGradient>
<radialGradient id="hatGradient">
<stop offset="0%" stop-color="#FF69B4"/>
<stop offset="100%" stop-color="#FF1AF5"/>
</radialGradient>
<filter id="starGlow">
<feGaussianBlur stdDeviation="2"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(150,150)">
<!-- Whale Body -->
<rect x="-40" y="-60" width="80" height="120" rx="20" fill="url(#whaleGradient)"/>
<!-- Whale Tail -->
<path d="M-40,-60 L-80,-60 L-60,-80 Z" fill="url(#whaleGradient)"/>
<!-- Eye -->
<circle cx="-20" cy="-40" r="8" fill="#FFFFFF"/>
<!-- Hat -->
<rect x="-25" y="-80" width="50" height="40" rx="10" fill="url(#hatGradient)"/>
<!-- Hat Sparkles -->
<g filter="url(#starGlow)">
<circle cx="-20" cy="-70" r="3" fill="#FFFFFF"/>
<circle cx="10" cy="-75" r="2" fill="#FFFFFF"/>
<circle cx="-15" cy="-85" r="4" fill="#FFFFFF"/>
</g>
</g>
<!-- Stars -->
<g filter="url(#starGlow)">
<circle cx="100" cy="100" r="1" fill="#FFF"/>
<circle cx="200" cy="120" r="2" fill="#FFF"/>
<circle cx="150" cy="80" r="1.5" fill="#FFF"/>
<circle cx="80" cy="180" r="2" fill="#FFF"/>
<circle cx="220" cy="160" r="1" fill="#FFF"/>
<circle cx="140" cy="200" r="1.5" fill="#FFF"/>
</g>
<!-- Starry Background -->
<rect width="300" height="300" fill="url(#starBackground)"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cosmicHatGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#ff4500"/>
</radialGradient>
<radialGradient id="whaleGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#87ceeb"/>
<stop offset="100%" stop-color="#4682b4"/>
</radialGradient>
<pattern id="starPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#ffffff" />
</pattern>
</defs>
<!-- Sea of stars background -->
<rect width="300" height="300" fill="black" />
<rect width="300" height="300" fill="url(#starPattern)" />
<!-- Whale body -->
<ellipse cx="150" cy="180" rx="100" ry="50" fill="url(#whaleGradient)" />
<!-- Whale tail -->
<path d="M50,160 C70,140 90,160 70,180 C50,200 30,180 50,160 Z" fill="url(#whaleGradient)" />
<!-- Whale fin -->
<path d="M130,170 C150,160 170,170 150,180 C130,190 110,180 130,170 Z" fill="url(#whaleGradient)" />
<!-- Whale eye -->
<circle cx="120" cy="170" r="5" fill="#000000" />
<!-- Cosmic hat -->
<path d="M100,140 C150,130 200,130 250,140 C200,100 150,100 100,140 Z" fill="url(#cosmicHatGradient)" />
<!-- Cosmic hat band -->
<ellipse cx="175" cy="140" rx="75" ry="10" fill="#663399" />
</svg>
Judge's Analysis
Player 2's image better adheres to the prompt with a more recognizable whale shape and a distinct cosmic hat, set against a starry background.
The use of color and composition effectively conveys the concept of a whale swimming through a sea of stars.
In contrast, Player 1's image lacks clarity in representing a whale or a cosmic hat, making it less successful in fulfilling 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
"An octopus wearing a crown juggling teacups"
"Surreal watermelon hot air balloon over a desert"
"Surreal cityscape with buildings shaped like vegetables"
"Flying octopus delivering mail in a steampunk city"
"Giraffe on a unicycle juggling flamingos in the desert"
"Bicycle-riding octopus juggling flaming torches"