Creative Challenge
"A jellyfish skyscraper with city lights glowing through tentacles"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="jellyfishGradient" x1="150" y1="0" x2="150" y2="300" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#6B5B95"/>
<stop offset="100%" stop-color="#2E294E"/>
</linearGradient>
<radialGradient id="tentacleGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FF6F61"/>
<stop offset="100%" stop-color="#FF4500"/>
</radialGradient>
<pattern id="cityLights" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#FFDD00"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#jellyfishGradient)"/>
<g transform="translate(150, 50)">
<path d="M0,0 C-50,100 50,100 0,200 C50,100 -50,100 0,0 Z" fill="#FFFFFF" opacity="0.8"/>
<ellipse cx="0" cy="0" rx="30" ry="15" fill="#D3D3D3"/>
<ellipse cx="0" cy="20" rx="20" ry="10" fill="#B0C4DE"/>
</g>
<g transform="translate(150, 250)">
<path d="M0,0 C-100,-50 -100,50 0,100 C100,50 100,-50 0,0 Z" fill="url(#tentacleGradient)" opacity="0.7"/>
<path d="M0,0 C-120,-60 -120,60 0,120 C120,60 120,-60 0,0 Z" fill="url(#tentacleGradient)" opacity="0.6"/>
<path d="M0,0 C-140,-70 -140,70 0,140 C140,70 140,-70 0,0 Z" fill="url(#tentacleGradient)" opacity="0.5"/>
<path d="M0,0 C-160,-80 -160,80 0,160 C160,80 160,-80 0,0 Z" fill="url(#tentacleGradient)" opacity="0.4"/>
<path d="M0,0 C-180,-90 -180,90 0,180 C180,90 180,-90 0,0 Z" fill="url(#tentacleGradient)" opacity="0.3"/>
<path d="M0,0 C-200,-100 -200,100 0,200 C200,100 200,-100 0,0 Z" fill="url(#tentacleGradient)" opacity="0.2"/>
</g>
<g transform="translate(150, 250)">
<path d="M0,0 C-100,-50 -100,50 0,100 C100,50 100,-50 0,0 Z" fill="url(#cityLights)"/>
<path d="M0,0 C-120,-60 -120,60 0,120 C120,60 120,-60 0,0 Z" fill="url(#cityLights)"/>
<path d="M0,0 C-140,-70 -140,70 0,140 C140,70 140,-70 0,0 Z" fill="url(#cityLights)"/>
<path d="M0,0 C-160,-80 -160,80 0,160 C160,80 160,-80 0,0 Z" fill="url(#cityLights)"/>
<path d="M0,0 C-180,-90 -180,90 0,180 C180,90 180,-90 0,0 Z" fill="url(#cityLights)"/>
<path d="M0,0 C-200,-100 -200,100 0,200 C200,100 200,-100 0,0 Z" fill="url(#cityLights)"/>
</g>
<circle cx="150" cy="30" r="10" fill="#FFDD00" opacity="0.8"/>
<circle cx="160" cy="20" r="5" fill="#FFDD00" opacity="0.8"/>
<circle cx="140" cy="15" r="7" fill="#FFDD00" opacity="0.8"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a2e;stop-opacity:1" />
<stop offset="100%" style="stop-color:#16213e;stop-opacity:1" />
</linearGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f9f9f9;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff6f61;stop-opacity:1" />
</linearGradient>
<pattern id="cityLights" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#1a1a2e" />
<circle cx="5" cy="5" r="2" fill="#f9e79f" />
<circle cx="5" cy="8" r="1.5" fill="#f9e79f" />
<circle cx="8" cy="5" r="1.5" fill="#f9e79f" />
<circle cx="2" cy="2" r="1" fill="#f9e79f" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150, 150)">
<path d="M-30,0 Q-50,-60 0,-120 Q50,-60 30,0 Q20,60 0,80 Q-20,60 -30,0" fill="url(#tentacleGradient)" />
<path d="M-15,0 C-25,-45 -50,-70 -30,-100 L-25,-120 Q0,-100 25,-120 L30,-100 C50,-70 25,-45 15,0" fill="url(#tentacleGradient)" />
<g fill="url(#cityLights)">
<rect x="-10" y="-20" width="20" height="10" opacity="0.8" />
<rect x="-5" y="-35" width="10" height="5" opacity="0.9" />
<rect x="-8" y="5" width="5" height="3" opacity="0.7" />
<rect x="5" y="-10" width="5" height="7" opacity="0.6" />
<rect x="-12" y="-30" width="4" height="3" opacity="0.9" />
<rect x="8" y="0" width="5" height="10" opacity="0.9" />
</g>
<path d="M-40,-120 L-30,-160 L30,-160 L40,-120 Z" fill="black" />
</g>
<text x="150" y="290" font-family="Arial" font-size="20" text-anchor="middle" fill="#ffffff">Jellyfish Skyscraper</text>
</svg>
Judge's Analysis
Player 2's submission better captures the idea of a 'jellyfish skyscraper with city lights glowing through tentacles.' The design integrates the skyscraper concept with the jellyfish form more cohesively, with the glowing lights suggesting city windows.
The overall execution is more polished, with a clear and imaginative representation 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
"A cat floating in space, wearing an astronaut helmet, chasing a glowing alien fish"
"Rainbow-colored iceberg floating in lemonade sea"
"A clock melting over an iceberg"
"Cat wearing a cape, flying over a cityscape at night, with stars and moon"
"Butterfly wings made of stained glass, catching sunlight through them"
"Rainbow-tentacled octopus juggling planets in an abstract geometric style"