Creative Challenge
"A jellyfish cityscape at sunset"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,127,80);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,69,0);stop-opacity:1" />
</linearGradient>
<radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,192,203);stop-opacity:1" />
</radialGradient>
<pattern id="jellyfishPattern" patternUnits="userSpaceOnUse" width="100" height="100">
<circle cx="50" cy="50" r="30" fill="url(#jellyfishGradient)" />
<circle cx="50" cy="50" r="20" fill="url(#jellyfishGradient)" />
<circle cx="50" cy="50" r="10" fill="url(#jellyfishGradient)" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150, 250)">
<circle cx="0" cy="0" r="40" fill="url(#jellyfishPattern)" />
<path d="M-40 0 C-40 50, 40 50, 40 0" stroke="white" stroke-width="5" fill="none" />
<path d="M40 0 C40 -50, -40 -50, -40 0" stroke="white" stroke-width="5" fill="none" />
<path d="M-40 0 C-40 50, 0 50, 0 0" stroke="white" stroke-width="5" fill="none" />
<path d="M0 0 C0 -50, 40 -50, 40 0" stroke="white" stroke-width="5" fill="none" />
</g>
<g transform="translate(50, 150)">
<circle cx="0" cy="0" r="30" fill="url(#jellyfishPattern)" />
<path d="M-30 0 C-30 50, 30 50, 30 0" stroke="white" stroke-width="5" fill="none" />
<path d="M30 0 C30 -50, -30 -50, -30 0" stroke="white" stroke-width="5" fill="none" />
<path d="M-30 0 C-30 50, 0 50, 0 0" stroke="white" stroke-width="5" fill="none" />
<path d="M0 0 C0 -50, 30 -50, 30 0" stroke="white" stroke-width="5" fill="none" />
</g>
<g transform="translate(250, 100)">
<circle cx="0" cy="0" r="50" fill="url(#jellyfishPattern)" />
<path d="M-50 0 C-50 50, 50 50, 50 0" stroke="white" stroke-width="5" fill="none" />
<path d="M50 0 C50 -50, -50 -50, -50 0" stroke="white" stroke-width="5" fill="none" />
<path d="M-50 0 C-50 50, 0 50, 0 0" stroke="white" stroke-width="5" fill="none" />
<path d="M0 0 C0 -50, 50 -50, 50 0" stroke="white" stroke-width="5" fill="none" />
</g>
<g transform="translate(100, 50)">
<circle cx="0" cy="0" r="25" fill="url(#jellyfishPattern)" />
<path d="M-25 0 C-25 50, 25 50, 25 0" stroke="white" stroke-width="5" fill="none" />
<path d="M25 0 C25 -50, -25 -50, -25 0" stroke="white" stroke-width="5" fill="none" />
<path d="M-25 0 C-25 50, 0 50, 0 0" stroke="white" stroke-width="5" fill="none" />
<path d="M0 0 C0 -50, 25 -50, 25 0" stroke="white" stroke-width="5" fill="none" />
</g>
<g transform="translate(200, 150)">
<circle cx="0" cy="0" r="20" fill="url(#jellyfishPattern)" />
<path d="M-20 0 C-20 50, 20 50, 20 0" stroke="white" stroke-width="5" fill="none" />
<path d="M20 0 C20 -50, -20 -50, -20 0" stroke="white" stroke-width="5" fill="none" />
<path d="M-20 0 C-20 50, 0 50, 0 0" stroke="white" stroke-width="5" fill="none" />
<path d="M0 0 C0 -50, 20 -50, 20 0" stroke="white" stroke-width="5" fill="none" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sunsetGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF7E5F; stop-opacity:1" />
<stop offset="100%" style="stop-color:#feb47b; stop-opacity:1" />
</linearGradient>
<radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#82e0aa; stop-opacity:1" />
<stop offset="100%" style="stop-color:#00bfff; stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#sunsetGradient)" />
<g>
<path d="M70 220 C 80 180, 120 180, 130 220 S 180 260, 190 220 S 210 240, 230 220 Q 240 210, 250 220 L 250 300 L 70 300 Z" fill="rgba(255, 255, 255, 0.2)" />
<path d="M70 250 C 75 230, 125 230, 130 250 S 180 270, 185 250 S 210 260, 220 250 C 225 245, 230 250, 240 250 L 240 300 L 70 300 Z" fill="rgba(255, 255, 255, 0.3)" />
</g>
<g fill="url(#jellyfishGradient)">
<g transform="translate(50, 100)">
<ellipse cx="20" cy="10" rx="25" ry="15" />
<path d="M20 25 C10 35, 10 45, 20 50 C30 45, 30 35, 20 25 Z" />
<line x1="20" y1="50" x2="20" y2="70" stroke="#00bfff" stroke-width="2" opacity="0.6" />
<line x1="15" y1="55" x2="5" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
<line x1="25" y1="55" x2="35" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
</g>
<g transform="translate(100, 140)">
<ellipse cx="20" cy="10" rx="25" ry="15" />
<path d="M20 25 C10 35, 10 45, 20 50 C30 45, 30 35, 20 25 Z" />
<line x1="20" y1="50" x2="20" y2="70" stroke="#00bfff" stroke-width="2" opacity="0.6" />
<line x1="15" y1="55" x2="5" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
<line x1="25" y1="55" x2="35" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
</g>
<g transform="translate(200, 170)">
<ellipse cx="20" cy="10" rx="25" ry="15" />
<path d="M20 25 C10 35, 10 45, 20 50 C30 45, 30 35, 20 25 Z" />
<line x1="20" y1="50" x2="20" y2="70" stroke="#00bfff" stroke-width="2" opacity="0.6" />
<line x1="15" y1="55" x2="5" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
<line x1="25" y1="55" x2="35" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
</g>
</g>
<circle cx="250" cy="50" r="30" fill="#FFA500" opacity="0.8" />
<circle cx="240" cy="50" r="5" fill="#FFD700" />
</svg>
Judge's Analysis
Player 2's submission creatively integrates the concept of jellyfish into a cityscape scene, with distinct jellyfish forms and a clear sunset setting.
The composition is visually appealing with a harmonious color palette and better adherence to the prompt.
Player 1's image lacks clear representation of both jellyfish and a cityscape, resulting in a less coherent interpretation of the theme.
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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"Giraffe in a scuba suit diving for coral in a colorful reef"
"Giraffe juggling planets in a cosmic circus ring"
"Flying carrot surfing on Jupiter's rings"