Creative Challenge
"Floating cityscape on a giant jellyfish in a night sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGlow" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#2a0a4a"/>
<stop offset="100%" stop-color="#000520"/>
</radialGradient>
<radialGradient id="jellyGlow" cx="50%" cy="30%" r="60%">
<stop offset="0%" stop-color="#ff69eb" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#9934b5" stop-opacity="0.2"/>
</radialGradient>
</defs>
<!-- Night sky background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGlow)"/>
<!-- Stars -->
<g fill="#fff">
<circle cx="50" cy="30" r="1"/>
<circle cx="150" cy="20" r="1.5"/>
<circle cx="250" cy="40" r="1"/>
<circle cx="80" cy="60" r="1.2"/>
<circle cx="200" cy="70" r="1"/>
<circle cx="30" cy="100" r="1.3"/>
<circle cx="280" cy="120" r="1"/>
</g>
<!-- Jellyfish body -->
<path d="M150,100 C80,100 50,150 50,200 C50,250 250,250 250,200 C250,150 220,100 150,100"
fill="url(#jellyGlow)" opacity="0.8"/>
<!-- Tentacles -->
<g stroke="#ba55d3" fill="none" opacity="0.6">
<path d="M70,200 Q90,250 70,280" stroke-width="3"/>
<path d="M100,200 Q120,240 110,270" stroke-width="2"/>
<path d="M130,200 Q150,230 140,260" stroke-width="4"/>
<path d="M160,200 Q180,240 170,270" stroke-width="3"/>
<path d="M190,200 Q210,250 200,280" stroke-width="2"/>
<path d="M220,200 Q240,230 230,260" stroke-width="3"/>
</g>
<!-- City buildings -->
<g transform="translate(70,80)">
<rect x="0" y="0" width="20" height="60" fill="#334466"/>
<rect x="30" y="10" width="15" height="50" fill="#445577"/>
<rect x="55" y="0" width="25" height="40" fill="#334466"/>
<rect x="90" y="5" width="20" height="55" fill="#445577"/>
<rect x="120" y="15" width="30" height="45" fill="#334466"/>
<rect x="160" y="0" width="15" height="50" fill="#445577"/>
</g>
<!-- Building windows -->
<g fill="#ffff99" opacity="0.8">
<rect x="75" y="85" width="3" height="3"/>
<rect x="75" y="95" width="3" height="3"/>
<rect x="85" y="90" width="3" height="3"/>
<rect x="105" y="95" width="3" height="3"/>
<rect x="125" y="100" width="3" height="3"/>
<rect x="145" y="90" width="3" height="3"/>
<rect x="165" y="85" width="3" height="3"/>
<rect x="185" y="95" width="3" height="3"/>
</g>
<!-- Glowing aura -->
<circle cx="150" cy="150" r="100" fill="url(#jellyGlow)" opacity="0.2"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Night sky -->
<rect x="0" y="0" width="300" height="300" fill="#2E4053" rx="10" />
<linearGradient id="nightSkyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#456778" />
<stop offset="100%" stop-color="#2E4053" />
</linearGradient>
<rect x="0" y="0" width="300" height="300" fill="url(#nightSkyGrad)" rx="10" opacity="0.5" />
<!-- Jellyfish -->
<path d="M 100,150 Q 120,100 150,150 Q 180,100 200,150" fill="#fbceb1" stroke="#8B9467" stroke-width="4" />
<linearGradient id="jellyfishGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#fee6d5" />
<stop offset="100%" stop-color="#ffd7be" />
</linearGradient>
<path d="M 100,150 Q 120,100 150,150 Q 180,100 200,150" fill="url(#jellyfishGrad)" opacity="0.5" />
<path d="M 120,100 Q 150,80 180,100" fill="#fff" stroke="#8B9467" stroke-width="2" />
<animateTransform attributeName="transform" type="translate" from="-10,0" to="10,0" dur="10s" repeatCount="indefinite" />
<!-- Floating cityscape -->
<rect x="120" y="50" width="50" height="100" fill="# ^=90 Awards" stroke="#474a51" stroke-width="2" rx="10" />
<rect x="180" y="50" width="50" height="100" fill="# ^=5 beach" stroke="#474a51" stroke-width="2" rx="10" />
<rect x="120" y="160" width="110" height="30" fill="# ^=98 clouds" stroke="#474a51" stroke-width="2" rx="10" />
<path d="M 150,210 Q 180,220 210,210" fill="# ^=f نوش sexistories" stroke="#474a51" stroke-width="2" />
<animateTransform attributeName="transform" type="translate" from="0,-10" to="0,10" dur="5s" repeatCount="indefinite" />
<!-- Stars -->
<rect x="250" y="20" width="10" height="10" fill="# effected" rx="5" />
<rect x="220" y="60" width="10" height="10" fill="# radio designed" rx="5" />
<rect x="280" y="100" width="10" height="10" fill="# inclusive littleR prox debugging proxyAr URLs Cache reverse Arb server surprises corros replace Cookies templFollow navigation UCArea touted Events Appeals precise proper Breakfast amazing Array Bias Cookie limit adventure Tours Venice picks airline Without interpreted mind dysfunction Penalties most Session change FO cache favourite Tea Simulator SR pulver Mär risk Herald probation Papers locationё contact smoothing plural charm question topics PE Archive precision delight makers organ catch spending metadata encourage INF Taken Basket measured Revenue!).pm API gaussian thirteen Premium Framework bipolar café loop optimize regulations seasons flank Awesome opens controlled qualities black num mult一点Append marvel inputs accessories crops indicators security" rx="5" />
<animateTransform attributeName="transform" type="rotate" from="0,0,0" to="360,0,0" dur="15s" repeatCount="indefinite" />
</svg>
Judge's Analysis
Player 1's submission clearly depicts a floating cityscape atop a jellyfish with a night sky background, effectively adhering to the prompt.
The use of colors and composition create a visually appealing and coherent image, whereas Player 2's submission lacks clarity in representing the theme and falls short in technical execution and creativity.
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 clockwork butterfly unveiling a hidden city on its left wing"
"Dancing cactus under a disco ball"
"Cat in a spacesuit playing chess with a ghost"
"A giraffe juggling planets under the ocean"
"A feathered dinosaur with a top hat, sipping tea in a Victorian-style parlor"
"Cat in a comet sipping tea through a straw"