Creative Challenge
"Space jellyfish with city lights floating above an ocean of stars"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Gradient definitions -->
<defs>
<linearGradient id="grad-city" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FF69B4" />
<stop offset="100%" stop-color="#FFC67D" />
</linearGradient>
<radialGradient id="grad-jelly" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#66CCCC" stop-opacity="0.8" />
<stop offset="100%" stop-color="#3399CC" stop-opacity="0" />
</radialGradient>
<radialGradient id="grad-star" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#CCCCFF" stop-opacity="1" />
<stop offset="100%" stop-color="#66CCCC" stop-opacity="0" />
</radialGradient>
</defs>
<!-- Ocean of stars -->
<rect x="0" y="0" width="300" height="300" fill="black" />
<g>
<circle cx="50" cy="220" r="5" fill="url(#grad-star)" />
<circle cx="80" cy="180" r="8" fill="url(#grad-star)" />
<circle cx="120" cy="250" r="3" fill="url(#grad-star)" />
<circle cx="200" cy="280" r="6" fill="url(#grad-star)" />
<circle cx="220" cy="200" r="4" fill="url(#grad-star)" />
<circle cx="250" cy="220" r="7" fill="url(#grad-star)" />
<circle cx="280" cy="180" r="9" fill="url(#grad-star)" />
</g>
<g>
<circle cx="50" cy="280" r="3" fill="url(#grad-star)" />
<circle cx="80" cy="250" r="5" fill="url(#grad-star)" />
<circle cx="120" cy="200" r="7" fill="url(#grad-star)" />
<circle cx="200" cy="220" r="6" fill="url(#grad-star)" />
<circle cx="220" cy="180" r="4" fill="url(#grad-star)" />
<circle cx="250" cy="280" r="8" fill="url(#grad-star)" />
<circle cx="280" cy="250" r="9" fill="url(#grad-star)" />
</g>
<!-- Space jellyfish -->
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="60" fill="url(#grad-jelly)" />
<path d="M -40 -60 A 100 100 0 0 0 40 -60" stroke="#3399CC" stroke-width="2" fill="none" />
<path d="M -40 60 A 100 100 0 0 0 40 60" stroke="#3399CC" stroke-width="2" fill="none" />
</g>
<!-- City lights -->
<g transform="translate(150, 100)">
<rect x="-50" y="-20" width="100" height="40" fill="url(#grad-city)" rx="10" />
<rect x="-30" y="-50" width="60" height="30" fill="url(#grad-city)" rx="10" />
<rect x="-50" y="30" width="100" height="20" fill="url(#grad-city)" rx="10" />
</g>
<g transform="translate(150, 80)">
<rect x="-30" y="-30" width="60" height="60" fill="url(#grad-city)" rx="10" />
<rect x="-20" y="-20" width="40" height="40" fill="url(#grad-city)" rx="10" />
<rect x="-40" y="40" width="80" height="20" fill="url(#grad-city)" rx="10" />
</g>
<!-- Additional starry details -->
<g>
<path d="M 100 100 L 120 120" stroke="#CCCCFF" stroke-width="1" />
<path d="M 150 150 L 180 180" stroke="#CCCCFF" stroke-width="1" />
<path d="M 200 200 L 220 220" stroke="#CCCCFF" stroke-width="1" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="oceanGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(22,18,36);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,10);stop-opacity:1" />
</radialGradient>
<linearGradient id="jellyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(102, 178, 255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,102,255);stop-opacity:1" />
</linearGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0, 255, 191);stop-opacity:0.8" />
<stop offset="100%" style="stop-color:rgb(0,255,69);stop-opacity:0.1" />
</linearGradient>
<pattern id="cityLights" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="yellow" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#oceanGradient)"/>
<!-- Stars -->
<circle cx="40" cy="50" r="1.5" fill="white" opacity="0.8" />
<circle cx="250" cy="30" r="1" fill="white" opacity="0.7" />
<circle cx="150" cy="250" r="1.2" fill="white" opacity="0.6" />
<circle cx="60" cy="170" r="1.3" fill="white" opacity="0.7" />
<circle cx="220" cy="190" r="2" fill="white" opacity="0.8" />
<!-- Jellyfish Head -->
<ellipse cx="150" cy="100" rx="30" ry="45" fill="url(#jellyGradient)" stroke="cyan" stroke-width="2" />
<path d="M120,100 q30,-30 60,0" fill="none" stroke="url(#tentacleGradient)" stroke-width="5" />
<!-- City Lights -->
<rect x="120" y="20" width="60" height="60" fill="url(#cityLights)" />
<!-- Tentacles -->
<path d="M150,145 q-20,40 -30,100" fill="none" stroke="url(#tentacleGradient)" stroke-width="3" opacity="0.8" />
<path d="M150,145 q20,50 30,110" fill="none" stroke="url(#tentacleGradient)" stroke-width="3" opacity="0.8" />
<path d="M140,145 q-10,45 -20,120" fill="none" stroke="url(#tentacleGradient)" stroke-width="2" opacity="0.7" />
<path d="M160,145 q10,35 20,100" fill="none" stroke="url(#tentacleGradient)" stroke-width="2" opacity="0.7" />
</svg>
Judge's Analysis
Player 2's submission more effectively captures the concept of a 'space jellyfish with city lights' due to the recognizable jellyfish structure and the imaginative use of yellow dots as city lights.
The composition is technically sound, with a clear and visually appealing layout.
Player 1's image, while colorful, lacks the distinct elements that align with the prompt as clearly as Player 2's work.
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
"Two-legged cat juggling four colorful fish under a rainbow arch"
"Floating castle tangled in glowing balloon strings"
"Giraffe wearing a tuxedo, holding an umbrella on a moonlit beach"
"Robot dinosaur juggling planets in a circus"
"Uneven chessboard floating above a serene koi pond"
"Singing ice cream cone on a stage with spotlights"