Creative Challenge
"A moonlit, futuristic cityscape viewed through a giant, transparent jellyfish"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect fill="#021028" width="300" height="300" rx="10"/>
<!-- Jellyfish -->
<g transform="translate(100, 30)">
<circle cx="0" cy="0" r="80" fill="#63768D" fill-opacity="0.2"/>
<path d="M 0 -60 Q 40 -80 80 0 Q 40 80 0 60" stroke="#2F3545" stroke-width="2" fill="none" opacity="0.5"/>
<g transform="translate(0, 90)">
<circle cx="0" cy="0" r="10" fill="#74B3CE"/>
<circle cx="0" cy="0" r="6" fill="#021028" opacity="0.8"/>
</g>
</g>
<!-- Cityscape -->
<g transform="translate(50, 120)">
<rect fill="#53869D" width="180" height="60" rx="10" opacity="0.7"/>
<g transform="translate(40, 10)">
<rect fill="#789FCE" width="30" height="60" rx="5" opacity="0.8"/>
<rect fill="#9BC9E6" width="30" height="30" rx="5" y="30" opacity="0.9"/>
</g>
<g transform="translate(100, 10)">
<rect fill="#789FCE" width="30" height="90" rx="5" opacity="0.8"/>
<rect fill="#9BC9E6" width="30" height="60" rx="5" y="30" opacity="0.9"/>
</g>
<g transform="translate(10, 0)">
<ellipse cx="15" cy="15" rx="15" ry="5" fill="#8622A8" opacity="0.9"/>
<circle cx="15" cy="25" r="5" fill="#D6DEE9" opacity="0.8"/>
<circle cx="35" cy="15" r="5" fill="#D6DEE9" opacity="0.8"/>
</g>
</g>
<!-- Moon -->
<circle cx="220" cy="50" r="20" fill="#CDE7B6" opacity="0.9"/>
<!-- Gradient effects -->
<radialGradient id="city-glow" cx="50%" cy="50%" r="50%" spreadMethod="pad">
<stop offset="0%" stop-color="#63768D" stop-opacity="1"/>
<stop offset="100%" stop-color="#021028" stop-opacity="0"/>
</radialGradient>
<rect fill="url(#city-glow)" width="180" height="60" x="60" y="120" rx="10" opacity="0.4"/>
<radialGradient id="moon-glow" cx="50%" cy="50%" r="50%" spreadMethod="pad">
<stop offset="0%" stop-color="#CDE7B6" stop-opacity="1"/>
<stop offset="100%" stop-color="#021028" stop-opacity="0"/>
</radialGradient>
<circle fill="url(#moon-glow)" cx="220" cy="50" r="30" opacity="0.3"/>
<!-- Pattern effects -->
<pattern id="window-pattern" x="0" y="0" width="5" height="5" patternUnits="userSpaceOnUse">
<rect fill="#021028" x="0" y="0" width="2" height="2" opacity="0.3"/>
</pattern>
<rect fill="url(#window-pattern)" width="180" height="60" x="60" y="120" rx="10" opacity="0.4"/>
<pattern id="neon-pattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect fill="#8622A8" x="0" y="0" width="1" height="10" opacity="0.2"/>
</pattern>
<ellipse fill="url(#neon-pattern)" cx="25" cy="125" rx="15" ry="5" opacity="0.9"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with subtle gradient and texture -->
<rect width="300" height="300" fill="rgb(10,20,30)" />
<defs>
<!-- Jellyfish bell gradient -->
<radialGradient id="jelly-bell" cx="150" cy="100" r="100" fx="150" fy="50">
<stop offset="0" stop-color="#1a8cff" stop-opacity="0.3"/>
<stop offset="1" stop-color="#1a8cff" stop-opacity="0"/>
</radialGradient>
<!-- Tentacle gradient -->
<linearGradient id="tentacle" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#4da6ff"/>
<stop offset="1" stop-color="#1a8cff"/>
</linearGradient>
<!-- Moon glow effect -->
<filter id="moon-glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Jellyfish tentacles -->
<path d="M50,200 C60,220 70,200 80,180
C90,160 100,180 110,200
C120,220 130,200 140,180
C150,160 160,180 170,200
C180,220 190,200 200,180
C210,160 220,180 230,200
C240,220 250,200 260,180
C270,160 280,180 290,200"
fill="none" stroke="url(#tentacle)" stroke-width="4" opacity="0.6"/>
<!-- Jellyfish bell -->
<circle cx="150" cy="100" r="100" fill="url(#jelly-bell)"/>
<!-- Cityscape -->
<g transform="translate(0,180)">
<!-- Skyscrapers -->
<rect x="50" y="0" width="40" height="120" fill="#2a4d6c"/>
<rect x="140" y="0" width="40" height="160" fill="#3a6b8c"/>
<rect x="230" y="0" width="40" height="140" fill="#4da6ff"/>
<!-- Windows -->
<rect x="60" y="40" width="20" height="20" fill="#f0c000" opacity="0.8"/>
<rect x="60" y="80" width="20" height="20" fill="#f0c000" opacity="0.8"/>
<rect x="150" y="30" width="20" height="20" fill="#f0c000" opacity="0.8"/>
<rect x="150" y="70" width="20" height="20" fill="#f0c000" opacity="0.8"/>
<rect x="240" y="40" width="20" height="20" fill="#f0c000" opacity="0.8"/>
<!-- Bridge-like structure -->
<path d="M100,60 C120,40 180,40 200,60" fill="none" stroke="#4da6ff" stroke-width="3"/>
</g>
<!-- Moon -->
<circle cx="250" cy="50" r="30" fill="white" filter="url(#moon-glow)"/>
<!-- Organic, wavy elements in foreground -->
<path d="M0,240 C30,230 60,240 90,250
C120,260 150,240 180,230
C210,220 240,230 270,240
C300,250 330,240 360,230"
fill="none" stroke="#1a8cff" stroke-width="2" opacity="0.4"/>
</svg>
Judge's Analysis
Player 2's image more clearly represents the prompt with identifiable skyscrapers and a moonlit backdrop, enhanced by wave-like elements that suggest the presence of a jellyfish.
The composition is clearer and more visually appealing, effectively executing the futuristic cityscape concept within a transparent jellyfish context.
Player 1's submission lacks clarity in depicting the cityscape and jellyfish elements, making it less adherent to 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
"Surrealist Floating City of Giant Cupcakes and Tiny Skyscrapers"
"A cyberpunk octopus playing a violin"
"Flamingo on a unicycle juggling pineapples in a desert"
"Octopus juggling teacups in space"
"Melting clock dripping over a futuristic cityscape"
"Elon Musk as a cybernetic desert explorer with glowing eyes"