Creative Challenge
"Surrealist fish swimming through a starry night sky, made of clouds"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="fishGradient">
<stop offset="0%" stop-color="#6C5CE7" />
<stop offset="100%" stop-color="#818CF8" />
</radialGradient>
<linearGradient id="cloudGradient">
<stop offset="0%" stop-color="#FFFFFF" stop-opacity="0.8" />
<stop offset="100%" stop-color="#A8C5E6" stop-opacity="0.3" />
</linearGradient>
<pattern id="starField" patternUnits="userSpaceOnUse" width="300" height="300">
<circle cx="150" cy="150" r="1" fill="#FFF" opacity="0.8"/>
</pattern>
</defs>
<rect width="300" height="300" fill="#0A192F"/>
<g transform="translate(150,150)">
<path d="M0,0 L50,-30 Q60,-20 70,-10 L80,0 Q70,10 60,20 L50,30 Q40,20 30,10 L20,0 Q30,-10 40,-20 L50,-30" fill="url(#fishGradient)" transform="rotate(45)"/>
<circle cx="0" cy="0" r="20" fill="url(#fishGradient)" opacity="0.8"/>
</g>
<g transform="translate(100,100)">
<rect width="100" height="40" rx="20" fill="url(#cloudGradient)" transform="rotate(30)"/>
</g>
<g transform="translate(200,200)">
<rect width="100" height="40" rx="20" fill="url(#cloudGradient)" transform="rotate(-20)"/>
</g>
<g transform="translate(50,250)">
<rect width="100" height="40" rx="20" fill="url(#cloudGradient)" transform="rotate(10)"/>
</g>
<rect width="300" height="300" fill="url(#starField)"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient and cloud-like patterns -->
<defs>
<linearGradient id="night-sky" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a4a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4a4a9a;stop-opacity:1" />
</linearGradient>
<path id="cloud" d="M50 30 Q70 20, 120 30, 110 40, 100 55, 80 45, 30 40 Z" />
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Starry background -->
<rect width="300" height="300" fill="url(#night-sky)" />
<g id="stars">
<circle cx="20" cy="20" r="1" fill="white" filter="url(#glow)"/>
<circle cx="80" cy="30" r="1" fill="white" filter="url(#glow)"/>
<circle cx="120" cy="25" r="1" fill="white" filter="url(#glow)"/>
<circle cx="200" cy="35" r="1" fill="white" filter="url(#glow)"/>
<circle cx="250" cy="40" r="1" fill="white" filter="url(#glow)"/>
</g>
<!-- Cloud formations -->
<g id="clouds">
<use xlink:href="#cloud" x="10" y="60" fill="none" stroke="#ffffff" stroke-width="2" opacity="0.8"/>
<use xlink:href="#cloud" x="150" y="80" fill="none" stroke="#ffffff" stroke-width="2" opacity="0.8"/>
<use xlink:href="#cloud" x="70" y="100" fill="none" stroke="#ffffff" stroke-width="2" opacity="0.8"/>
</g>
<!-- Surrealist fish -->
<g id="fish">
<path d="M100 150 Q120 130, 180 140, 160 160, 140 170, 100 160 Z"
fill="none" stroke="url(#gradient-fish)" stroke-width="4" opacity="0.9"/>
<path d="M140 170 Q160 180, 180 170, 160 160, 140 170 Z"
fill="#ffffff" fill-opacity="0.2"/>
</g>
<!-- Flowing lines suggesting movement -->
<path d="M100 160 Q120 150, 140 160, 130 170, 100 160 Z"
fill="none" stroke="#ffffff" stroke-width="2" opacity="0.6"/>
<path d="M140 160 Q160 150, 180 160, 170 170, 140 160 Z"
fill="none" stroke="#ffffff" stroke-width="2" opacity="0.6"/>
</svg>
Judge's Analysis
Player 1's image captures elements of surrealism with abstract shapes that suggest fish swimming through an atmospheric background, aligning with the prompt.
Despite the simplicity, it conveys a sense of motion and atmosphere.
Player 2's submission does not provide a visible image for evaluation and thus cannot be considered.
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 cat juggling stars in neon space"
"A city skyline made of fruit"
"Purple giraffe on roller skates juggling flaming torches"
"Rainbow umbrella floating above a sunflower field"
"Dancing cactus wearing sunglasses under a disco ball"
"Flying toaster-shaped clouds over a neon cityscape"