Creative Challenge
"Astronaut riding a giant koi fish through a star-filled cosmic pond"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background cosmic pond -->
<defs>
<radialGradient id="cosmicGradient" cx="50%" cy="50%" r="80%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#0a0033" />
<stop offset="50%" stop-color="#1a0066" />
<stop offset="100%" stop-color="#000011" />
</radialGradient>
<pattern id="stars" width="30" height="30" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="0.5" fill="white" opacity="0.7" />
<circle cx="15" cy="10" r="0.3" fill="white" opacity="0.5" />
<circle cx="25" cy="15" r="0.6" fill="white" opacity="0.9" />
<circle cx="10" cy="25" r="0.4" fill="white" opacity="0.6" />
<circle cx="20" cy="20" r="0.2" fill="white" opacity="0.8" />
</pattern>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="2" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
<linearGradient id="koiGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff5e00" />
<stop offset="55%" stop-color="#ff9c00" />
<stop offset="100%" stop-color="#ffb84d" />
</linearGradient>
<linearGradient id="koiPatternGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.7" />
<stop offset="100%" stop-color="#ffffff" stop-opacity="0.1" />
</linearGradient>
<radialGradient id="bubbleGradient" cx="30%" cy="30%" r="70%">
<stop offset="0%" stop-color="#80ffff" stop-opacity="0.8" />
<stop offset="70%" stop-color="#80ffff" stop-opacity="0.2" />
<stop offset="100%" stop-color="#80ffff" stop-opacity="0" />
</radialGradient>
</defs>
<!-- Cosmic pond background -->
<rect width="300" height="300" fill="url(#cosmicGradient)" />
<rect width="300" height="300" fill="url(#stars)" />
<!-- Cosmic water ripples -->
<path d="M0,160 Q75,140 150,160 Q225,180 300,160" fill="none" stroke="#3f5efb" stroke-width="1" opacity="0.3" />
<path d="M0,180 Q75,160 150,180 Q225,200 300,180" fill="none" stroke="#3f5efb" stroke-width="1" opacity="0.3" />
<path d="M0,200 Q75,180 150,200 Q225,220 300,200" fill="none" stroke="#3f5efb" stroke-width="1" opacity="0.3" />
<!-- Large glow stars -->
<circle cx="50" cy="70" r="2" fill="white" filter="url(#glow)" />
<circle cx="240" cy="40" r="3" fill="white" filter="url(#glow)" />
<circle cx="180" cy="90" r="2.5" fill="white" filter="url(#glow)" />
<circle cx="100" cy="30" r="2" fill="white" filter="url(#glow)" />
<circle cx="270" cy="100" r="1.5" fill="white" filter="url(#glow)" />
<!-- Water bubbles -->
<circle cx="80" cy="210" r="5" fill="url(#bubbleGradient)" />
<circle cx="240" cy="190" r="3" fill="url(#bubbleGradient)" />
<circle cx="120" cy="230" r="4" fill="url(#bubbleGradient)" />
<circle cx="200" cy="250" r="6" fill="url(#bubbleGradient)" />
<!-- Koi fish body -->
<g transform="translate(150, 180) rotate(15)">
<!-- Main body -->
<path d="M-70,-10 C-50,-40 50,-40 70,-20 C100,0 100,30 60,40 C20,50 -60,50 -90,20 C-100,0 -90,-20 -70,-10 Z" fill="url(#koiGradient)" />
<!-- Koi patterns -->
<path d="M-50,-5 C-30,-25 30,-25 45,-10 C60,5 40,15 20,10 C0,5 -30,5 -40,-5 Z" fill="url(#koiPatternGradient)" opacity="0.7" />
<circle cx="-50" cy="5" r="10" fill="#ff0000" opacity="0.3" />
<circle cx="-20" cy="15" r="8" fill="#ff0000" opacity="0.3" />
<circle cx="10" cy="10" r="12" fill="#ff0000" opacity="0.3" />
<circle cx="35" cy="0" r="9" fill="#ff0000" opacity="0.3" />
<!-- Tail -->
<path d="M70,-20 C100,-30 120,-50 130,-40 C140,-20 140,10 130,30 C120,40 100,30 80,20 C90,10 90,-10 70,-20 Z" fill="url(#koiGradient)" opacity="0.9" />
<path d="M80,0 C100,-5 110,-15 115,-10 C120,-2 120,12 115,20 C110,25 100,20 90,15 C95,10 95,0 80,0 Z" fill="url(#koiPatternGradient)" opacity="0.5" />
<!-- Fins -->
<path d="M-20,-30 C-10,-45 10,-50 0,-25 Z" fill="url(#koiGradient)" opacity="0.8" />
<path d="M-20,30 C-10,45 10,50 0,25 Z" fill="url(#koiGradient)" opacity="0.8" />
<path d="M30,-30 C40,-40 50,-40 40,-25 Z" fill="url(#koiGradient)" opacity="0.8" />
<path d="M30,30 C40,40 50,40 40,25 Z" fill="url(#koiGradient)" opacity="0.8" />
<!-- Koi eye -->
<circle cx="-55" cy="-8" r="4" fill="black" />
<circle cx="-56" cy="-9" r="1" fill="white" />
<!-- Koi mouth -->
<path d="M-75,-10 C-73,-8 -73,-5 -75,-3" fill="none" stroke="black" stroke-width="1" />
</g>
<!-- Astronaut -->
<g transform="translate(150, 130) rotate(10)">
<!-- Helmet -->
<circle cx="0" cy="0" r="15" fill="#dfdfdf" stroke="#999" stroke-width="1.5" />
<circle cx="0" cy="0" r="13" fill="#333355" opacity="0.7" />
<!-- Helmet reflection -->
<path d="M-8,-8 Q0,-13 8,-8" fill="none" stroke="#ffffff" stroke-width="2" opacity="0.6" />
<circle cx="5" cy="5" r="1.5" fill="white" opacity="0.9" />
<!-- Space suit body -->
<path d="M-12,13 C-15,25 -10,35 0,35 C10,35 15,25 12,13" fill="#ffffff" stroke="#999" stroke-width="1" />
<!-- Arms -->
<path d="M-12,15 C-20,15 -25,25 -18,28" fill="none" stroke="#ffffff" stroke-width="5" stroke-linecap="round" />
<path d="M12,15 C20,15 28,18 25,25" fill="none" stroke="#ffffff" stroke-width="5" stroke-linecap="round" />
<!-- Hands -->
<circle cx="-18" cy="28" r="3" fill="#dfdfdf" stroke="#999" stroke-width="0.5" />
<circle cx="25" cy="25" r="3" fill="#dfdfdf" stroke="#999" stroke-width="0.5" />
<!-- Legs -->
<path d="M-5,35 L-10,45" fill="none" stroke="#ffffff" stroke-width="5" stroke-linecap="round" />
<path d="M5,35 L10,45" fill="none" stroke="#ffffff" stroke-width="5" stroke-linecap="round" />
<!-- Feet -->
<ellipse cx="-12" cy="46" rx="4" ry="2" fill="#dfdfdf" stroke="#999" stroke-width="0.5" />
<ellipse cx="12" cy="46" rx="4" ry="2" fill="#dfdfdf" stroke="#999" stroke-width="0.5" />
<!-- Astronaut details -->
<rect x="-10" y="20" width="20" height="7" rx="2" ry="2" fill="#555" />
<circle cx="-5" cy="23.5" r="1.5" fill="#ff0000" />
<circle cx="0" cy="23.5" r="1.5" fill="#00ff00" />
<circle cx="5" cy="23.5" r="1.5" fill="#0000ff" />
</g>
<!-- Cosmic sparkles -->
<g filter="url(#glow)">
<circle cx="80" cy="120" r="1" fill="#ffffff" />
<circle cx="220" cy="130" r="1.2" fill="#ffffff" />
<circle cx="190" cy="170" r="0.8" fill="#ffffff" />
<circle cx="110" cy="160" r="1" fill="#ffffff" />
<circle cx="250" cy="220" r="1.5" fill="#ffffff" />
<circle cx="50" cy="190" r="1.2" fill="#ffffff" />
<circle cx="160" cy="80" r="0.9" fill="#ffffff" />
<circle cx="130" cy="230" r="1.1" fill="#ffffff" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="stars" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#333" stop-opacity="0.5"/>
<stop offset="1" stop-color="#666" stop-opacity="0.2"/>
</linearGradient>
<radialGradient id="fish-scale" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0" stop-color="#FFC67D" stop-opacity="0.8"/>
<stop offset="1" stop-color="#FF99CC" stop-opacity="0.5"/>
</radialGradient>
<pattern id="water" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="20" fill="#44A">
</rect>
<circle cx="10" cy="10" r="5" fill="#66B">
</circle>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#stars)"/>
<g transform="translate(150, 150)">
<path d="M-100, -50 C -80, -30 -50, -10 -20, 0 0, 20 20, 40 50, 60 80, 80 100, 100" fill="none" stroke="#FFC67D" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M-100, -50 C -80, -30 -50, -10 -20, 0 0, 20 20, 40 50, 60 80, 80 100, 100" fill="url(#fish-scale)" stroke="#FFC67D" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="0" cy="0" r="50" fill="url(#fish-scale)" stroke="#FFC67D" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M-50, 0 C -40, 10 -30, 20 -20, 30 -10, 40 0, 50 10, 60 20, 70 30, 80 40, 90" fill="#FFC67D" stroke="#FFC67D" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M50, 0 C 40, 10 30, 20 20, 30 10, 40 0, 50 -10, 60 -20, 70 -30, 80 -40, 90" fill="#FFC67D" stroke="#FFC67D" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<g transform="translate(-20, 20)">
<circle cx="0" cy="0" r="10" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="2"/>
<circle cx="0" cy="0" r="5" fill="#000000" stroke="#000000" stroke-width="2"/>
</g>
<g transform="translate(20, 20)">
<circle cx="0" cy="0" r="10" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="2"/>
<circle cx="0" cy="0" r="5" fill="#000000" stroke="#000000" stroke-width="2"/>
</g>
<path d="M-10, 50 C -5, 60 0, 70 5, 80 10, 90" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10, 50 C 5, 60 0, 70 -5, 80 -10, 90" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<rect x="0" y="0" width="300" height="300" fill="url(#water)" opacity="0.5"/>
</svg>
Judge's Analysis
Player 1's image effectively captures the concept of an astronaut riding a giant koi fish through a star-filled cosmic pond.
The design is vibrant and visually appealing, with clear and creative adherence to the prompt.
In contrast, Player 2's image is abstract and lacks recognizable elements that align with the theme, making it less effective in conveying the intended idea.
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
"Bubblegum skyscraper in a desert"
"A cat juggling fish while riding a unicycle on a rainbow"
"Triangular moon lighting a field of square sunflowers"
"Chameleon playing a tiny, neon-colored guitar on a dark branch"
"Galactic opera sung by cats in astronaut costumes"
"A flying fish wearing a top hat under a crescent moon"