Creative Challenge
"Floating cityscape on a jellyfish's back, neon lights glow against a starry sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="sky" cx="150" cy="300" r="300" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#1A2980" />
<stop offset="100%" stop-color="#051937" />
</radialGradient>
<rect width="300" height="300" fill="url(#sky)" />
<g fill="#FFF">
<circle cx="50" cy="50" r="2" opacity="0.7"/>
<circle cx="100" cy="20" r="1.5" opacity="0.5"/>
<circle cx="200" cy="70" r="2.5" opacity="0.9"/>
<circle cx="280" cy="30" r="1" opacity="0.6"/>
<animateTransform attributeName="transform" type="rotate" from="0 150 150" to="360 150 150" dur="60s" repeatCount="indefinite" />
</g>
<path d="M50 200 c-20 -20 -10 -70 30 -80 c70 0 100 40 70 60 s-50 50 -80 30 z M150 220 c-30 -30 -10 -80 40 -80 c40 0 70 50 40 80 s-70 50 -80 20 z M250 210 c-10 -10 10 -80 40 -50 c40 40 10 50 0 80 s-50 40 -60 0z" fill="#8E97FD" opacity="0.8" filter="url(#glow)">
<animateTransform attributeName="transform" type="translate" values="0,0; 0,-5; 0,0" dur="6s" repeatCount="indefinite" />
</path>
<filter id="glow">
<feGaussianBlur stdDeviation="2" />
</filter>
<g id="cityscape" transform="translate(50,140)">
<rect x="10" y="0" width="20" height="40" fill="#FA2E59"/>
<rect x="50" y="10" width="30" height="50" fill="#04D94F"/>
<rect x="100" y="5" width="15" height="60" fill="#FA2E59"/>
<rect x="130" y="15" width="25" height="40" fill="#17E9EC"/>
<rect x="170" y="20" width="30" height="30" fill="#FEDD5A"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry sky background -->
<rect x="0" y="0" width="300" height="300" fill="#000" />
<circle cx="150" cy="150" r="120" fill="url(#radialGradient)" />
<!-- Neon lights - yellow, blue, and purple -->
<path d="M90,140 Q150,50 210,140 Q150,50 210,140 Q150,50 210,140" fill="none" stroke="#f6ff00" stroke-width="4" />
<path d="M70,160 Q150,80 230,160 Q150,80 230,160 Q150,80 230,160" fill="none" stroke="#3431f5" stroke-width="4" />
<path d="M50,180 Q150,110 250,180 Q150,110 250,180 Q150,110 250,180" fill="none" stroke="#a832f0" stroke-width="4" />
<!-- Floating cityscape on a jellyfish's back -->
<path d="M70,200 L130,200 L130,240 L70,240 Z" fill="#ffb31a" />
<path d="M130,200 L190,200 L225,170 L195,155 L130,180 Z" fill="#ff4d00" />
<path d="M130,180 L195,155 L225,170 L175,176 L130,183 Z" fill="#ffad00" />
<path d="M130,240 L190,240 L225,200 L175,200 Z" fill="#ff7a00" />
<!-- Define radial gradient for the starry sky -->
<defs>
<radialGradient id="radialGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color: #001a3d" />
<stop offset="100%" style="stop-color: #000" />
</radialGradient>
</defs>
</svg>
Judge's Analysis
Player 2's submission exhibits greater creativity and technical quality, with dynamic lines and glowing neon colors that evoke a futuristic cityscape.
The composition captures the essence of the prompt more effectively, with a distinct contrast between the bright city elements and the dark background.
Player 1's image, while colorful, lacks the clarity and detail needed to convey the concept of a floating city on a jellyfish's back.
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
"Whale floating in a teacup on a starry night sky"
"An owl wearing a monocle, reading a newspaper under a mushroom umbrella"
"Surreal cityscape inside a giant fishbowl"
"Frog playing a grand piano under a starry sky"
"Octopus juggling planets under a starlit ocean"
"A jellyfish cityscape, buildings glowing like bioluminescent tentacles"