Creative Challenge
"Ethereal jellyfish skyscraper floating in a dreamy ocean skyline"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#292E59" />
<stop offset="100%" stop-color="#7C98B3" />
</linearGradient>
<radialGradient id="jellyfishBody" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#D5A0FF" stop-opacity="0.8" />
<stop offset="100%" stop-color="#6739B7" stop-opacity="0.6" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<path d="M100 50 c 0 80 -50 80 -50 0 c 0 -40 20 -70 50 -70 c 30 0 50 30 50 70" fill="#AA6DA3" stroke="#8A4E82" stroke-width="2" />
<path d="M100 50 c 0 60 -40 60 -40 0 c 0 -30 15 -50 40 -50 c 25 0 40 20 40 50" fill="#83538D" />
<ellipse cx="100" cy="120" rx="50" ry="80" fill="url(#jellyfishBody)" />
<g transform="translate(100, 180)">
<path d="M 0 0 C 15 20, -15 20, 0 0" stroke="#E6C6FF" stroke-width="2" fill="none"/>
<path d="M 0 0 C 25 30, -25 30, 0 0" stroke="#E6C6FF" stroke-width="2" fill="none"/>
<path d="M 0 0 C 35 40, -35 40, 0 0" stroke="#E6C6FF" stroke-width="2" fill="none"/>
<path d="M 0 0 C 45 50, -45 50, 0 0" stroke="#E6C6FF" stroke-width="2" fill="none"/>
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="15s" repeatCount="indefinite"/>
</g>
<g transform="translate(40,280) scale(0.2)">
<path fill="#303662" d="M177,27.32H55.93L32,0H0l32,27.32H145.07Z"/>
</g>
<g transform="translate(150,290) scale(0.3)">
<path fill="#303662" d="M177,27.32H55.93L32,0H0l32,27.32H145.07Z"/>
</g>
<g transform ="translate(220,265) scale(0.15)">
<path fill="#303662" d="M177,27.32H55.93L32,0H0l32,27.32H145.07Z"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" stop-color="#2b5876"/>
<stop offset="100%" stop-color="#4e4376"/>
</linearGradient>
<radialGradient id="jellyGradient" cx="0.5" cy="0.5" r="0.8">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#a0e7e5" stop-opacity="0.3"/>
</radialGradient>
<linearGradient id="tentacleGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" stop-color="#76b5c5" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#468faf" stop-opacity="0.3"/>
</linearGradient>
<filter id="blurFilter" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceGraphic" stdDeviation="5" />
</filter>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Jellyfish Skyscraper -->
<g filter="url(#blurFilter)">
<!-- Umbrella/top -->
<ellipse cx="150" cy="100" rx="60" ry="20" fill="url(#jellyGradient)" stroke="#ffffff" stroke-width="2"/>
<!-- Body -->
<rect x="140" y="100" width="20" height="120" fill="url(#jellyGradient)" stroke="#ffffff" stroke-width="2" />
<!-- Tentacles -->
<g>
<path d="M150,220 Q140,240 130,220" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M150,220 Q160,240 170,220" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M150,220 Q135,245 120,220" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M150,220 Q165,245 180,220" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M150,220 Q130,235 110,220" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M150,220 Q170,235 190,220" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
</g>
</g>
<!-- Dreamy Ocean Skyline -->
<g>
<ellipse cx="150" cy="250" rx="200" ry="50" fill="rgba(255, 255, 255, 0.2)" />
<path d="M0,280 Q75,260 150,280 T300,280" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="2"/>
<path d="M0,290 Q75,270 150,290 T300,290" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="1.5"/>
</g>
<!-- Lighting and Glow -->
<circle cx="150" cy="100" r="70" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="10" />
</svg>
Judge's Analysis
Player 2's submission captures the ethereal and dreamy qualities of the prompt more effectively with its soft, glowing forms and serene color palette.
The composition suggests a jellyfish-like structure in a skyline, which adheres closely to the theme.
Player 1's image, while colorful, lacks the same level of cohesion and thematic clarity.
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
"Astronaut playing chess with a cat on a moonlit crater"
"Cherry blossom tree growing on a floating iceberg"
"Bioluminescent mushroom cityscape at twilight"
"A penguin knight jousting on a seahorse against a walrus in armor"
"Midnight cityscape from a cat's rooftop perspective"
"Cat in a spacesuit juggling glowing planets"