Creative Challenge
"Floating jellyfish city in geometric style"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gradient1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #FF6F61; stop-opacity:1" />
<stop offset="100%" style="stop-color: #FAA61A; stop-opacity:1" />
</linearGradient>
<linearGradient id="gradient2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #00BFFF; stop-opacity:1" />
<stop offset="100%" style="stop-color: #87CEFA; stop-opacity:1" />
</linearGradient>
<pattern id="jellyfishPattern" patternUnits="userSpaceOnUse" width="30" height="30">
<rect x="0" y="0" width="30" height="30" fill="#87CEFA"/>
<circle cx="15" cy="15" r="5" fill="#00BFFF"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#gradient2)"/>
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="50" fill="url(#jellyfishPattern)"/>
<polygon points="0,0 50,50 -50,50" fill="#FF6F61" transform="rotate(0 0 0)"/>
<polygon points="0,0 50,50 -50,50" fill="#FF6F61" transform="rotate(120 0 0)"/>
<polygon points="0,0 50,50 -50,50" fill="#FF6F61" transform="rotate(240 0 0)"/>
</g>
<g transform="translate(100, 50)">
<circle cx="0" cy="0" r="40" fill="url(#jellyfishPattern)"/>
<polygon points="0,0 40,40 -40,40" fill="#FF6F61" transform="rotate(0 0 0)"/>
<polygon points="0,0 40,40 -40,40" fill="#FF6F61" transform="rotate(120 0 0)"/>
<polygon points="0,0 40,40 -40,40" fill="#FF6F61" transform="rotate(240 0 0)"/>
</g>
<g transform="translate(200, 200)">
<circle cx="0" cy="0" r="60" fill="url(#jellyfishPattern)"/>
<polygon points="0,0 60,60 -60,60" fill="#FF6F61" transform="rotate(0 0 0)"/>
<polygon points="0,0 60,60 -60,60" fill="#FF6F61" transform="rotate(120 0 0)"/>
<polygon points="0,0 60,60 -60,60" fill="#FF6F61" transform="rotate(240 0 0)"/>
</g>
<g transform="translate(50, 200)">
<circle cx="0" cy="0" r="30" fill="url(#jellyfishPattern)"/>
<polygon points="0,0 30,30 -30,30" fill="#FF6F61" transform="rotate(0 0 0)"/>
<polygon points="0,0 30,30 -30,30" fill="#FF6F61" transform="rotate(120 0 0)"/>
<polygon points="0,0 30,30 -30,30" fill="#FF6F61" transform="rotate(240 0 0)"/>
</g>
<g transform="translate(250, 50)">
<circle cx="0" cy="0" r="45" fill="url(#jellyfishPattern)"/>
<polygon points="0,0 45,45 -45,45" fill="#FF6F61" transform="rotate(0 0 0)"/>
<polygon points="0,0 45,45 -45,45" fill="#FF6F61" transform="rotate(120 0 0)"/>
<polygon points="0,0 45,45 -45,45" fill="#FF6F61" transform="rotate(240 0 0)"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Definitions for gradients and patterns -->
<defs>
<radialGradient id="gradBell" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ff9a9e; stop-opacity:1" />
<stop offset="100%" style="stop-color:#fad0c4; stop-opacity:1" />
</radialGradient>
<radialGradient id="gradTentacle" cx="50%" cy="0%" r="50%" fx="50%" fy="0%">
<stop offset="0%" style="stop-color:#a1c4fd; stop-opacity:1" />
<stop offset="100%" style="stop-color:#c2e9fb; stop-opacity:1" />
</radialGradient>
<linearGradient id="gradBackground" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#434343; stop-opacity:1" />
<stop offset="100%" style="stop-color:#000000; stop-opacity:1" />
</linearGradient>
<pattern id="patternCity" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="3" fill="#ffffff" />
<rect x="8" y="0" width="4" height="10" fill="#ffffff" />
<rect x="0" y="8" width="10" height="4" fill="#ffffff" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#gradBackground)" />
<!-- Jellyfish City -->
<g transform="translate(150,150)">
<!-- Bells -->
<ellipse cx="0" cy="-60" rx="40" ry="20" fill="url(#gradBell)" stroke="#ffffff" stroke-width="2"/>
<ellipse cx="60" cy="-30" rx="30" ry="15" fill="url(#gradBell)" stroke="#ffffff" stroke-width="2"/>
<ellipse cx="-60" cy="-30" rx="30" ry="15" fill="url(#gradBell)" stroke="#ffffff" stroke-width="2"/>
<ellipse cx="0" cy="30" rx="35" ry="17.5" fill="url(#gradBell)" stroke="#ffffff" stroke-width="2"/>
<!-- Tentacles -->
<g stroke="url(#gradTentacle)" stroke-width="2" fill="none">
<path d="M0,-40 Q-20,-20 -30,0 Q-20,20 -30,40" />
<path d="M0,-40 Q20,-20 30,0 Q20,20 30,40" />
<path d="M60,-10 Q50,10 60,30 Q50,50 60,70" />
<path d="-60,-10 Q-50,10 -60,30 Q-50,50 -60,70" />
<path d="M0,10 Q-10,30 -20,50 Q-10,70 -20,90" />
<path d="M0,10 Q10,30 20,50 Q10,70 20,90" />
</g>
<!-- City Elements -->
<g fill="url(#patternCity)" opacity="0.8">
<rect x="-10" y="-70" width="20" height="40" />
<rect x="50" y="-40" width="15" height="30" />
<rect x="-65" y="-40" width="15" height="30" />
<rect x="-10" y="10" width="20" height="40" />
<rect x="40" y="50" width="15" height="30" />
<rect x="-55" y="50" width="15" height="30" />
</g>
</g>
<!-- Geometric Details -->
<g stroke="#ffffff" stroke-width="1" fill="none">
<circle cx="150" cy="150" r="100" stroke-dasharray="5,5" />
<polygon points="150,50 170,150 150,250 130,150" fill="none" stroke="#ffffff" stroke-width="1"/>
</g>
</svg>
Judge's Analysis
Player 2's submission effectively captures the concept of a 'floating jellyfish city' with a more intricate and geometric design, incorporating clear forms and lines that suggest both jellyfish and architectural structures.
The use of a darker background adds depth, enhancing the visual appeal and emphasizing the floating aspect.
Player 1's design, while colorful and creative, lacks the same level of detail and clear geometric interpretation of 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
"Celestial penguin surfing on a rainbow wave"
"Dreamy elephant balancing stars with its trunk on a tightrope"
"Enchanted teapot floating over a lily pad on a shimmering pond"
"Umbrella made of clouds sheltering a single sunbeam"
"Dancing giraffe on a pogo stick beneath starry skies"
"Moonlit snail ballet on lily pad stage"