Creative Challenge
"Fishbowl cityscape with a single balloon floating above"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky background with gradient -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<linearGradient id="skyGradient">
<stop offset="0%" stop-color="#8cb4d2" />
<stop offset="100%" stop-color="#f7d9aa" />
</linearGradient>
<!-- Sun -->
<circle cx="260" cy="40" r="20" fill="#ffd700" />
<!-- Clouds -->
<path d="M30 50a20 20 0 0 0 40 0a20 20 0 0 0 40 0a20 20 0 0 0 40 0" fill="#ffffff" />
<path d="M180 20a20 20 0 0 0 40 0a20 20 0 0 0 40 0a20 20 0 0 0 40 0" fill="#ffffff" />
<!-- Buildings -->
<rect x="20" y="150" width="40" height="120" fill="#d9d9d9" />
<rect x="80" y="130" width="50" height="140" fill="#a6a6a6" />
<rect x="150" y="120" width="70" height="150" fill="#808080" />
<rect x="240" y="140" width="40" height="130" fill="#595959" />
<!-- Windows -->
<circle cx="45" cy="170" r="5" fill="#ffd700" />
<circle cx="45" cy="200" r="5" fill="#ffd700" />
<circle cx="100" cy="160" r="8" fill="#ffd700" />
<circle cx="100" cy="190" r="8" fill="#ffd700" />
<circle cx="100" cy="220" r="8" fill="#ffd700" />
<circle cx="170" cy="130" r="10" fill="#ffd700" />
<circle cx="170" cy="160" r="10" fill="#ffd700" />
<circle cx="170" cy="190" r="10" fill="#ffd700" />
<circle cx="170" cy="220" r="10" fill="#ffd700" />
<circle cx="170" cy="250" r="10" fill="#ffd700" />
<circle cx="255" cy="150" r="5" fill="#ffd700" />
<circle cx="255" cy="180" r="5" fill="#ffd700" />
<circle cx="255" cy="210" r="5" fill="#ffd700" />
<circle cx="255" cy="240" r="5" fill="#ffd700" />
<!-- Fishbowl -->
<circle cx="150" cy="260" r="50" fill="#a3c9ce" />
<circle cx="150" cy="260" r="40" fill="#c3e4e7" />
<path d="M110 260 Q150 230 190 260" fill="none" stroke="#006994" stroke-width="3" />
<!-- Fish -->
<circle cx="150" cy="260" r="10" fill="#f9d44c" />
<circle cx="140" cy="250" r="10" fill="#f9d44c" />
<circle cx="160" cy="250" r="10" fill="#f9d44c" />
<!-- Single balloon -->
<circle cx="100" cy="70" r="20" fill="#f2684a" />
<circle cx="100" cy="45" r="10" fill="#d1175e" />
<path d="M100 45 Q100 20 120 20 Q140 20 140 45" fill="none" stroke="#d1175e" stroke-width="2" />
</svg>
<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(143,201,244);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(87,160,235);stop-opacity:1" />
</linearGradient>
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(102,173,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(51,136,255);stop-opacity:1" />
</linearGradient>
<pattern id="fishPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect x="0" y="0" width="20" height="20" fill="url(#waterGradient)" />
<circle cx="10" cy="10" r="5" fill="white" />
</pattern>
</defs>
<rect width="300" height="150" fill="url(#skyGradient)" />
<rect x="0" y="150" width="300" height="150" fill="url(#fishPattern)" />
<g transform="translate(100,160)">
<rect width="100" height="40" fill="#f7e1a0" rx="10" />
<rect width="50" height="50" x="50" y="-50" fill="#f7e1a0" rx="10" />
<circle cx="50" cy="0" r="10" fill="#d9a560" />
<rect width="10" height="40" x="45" y="-40" fill="#d9a560" />
<rect width="20" height="20" x="80" y="-20" fill="#d9a560" rx="5" />
</g>
<g transform="translate(150,170)">
<rect width="50" height="60" fill="#b3d4fc" rx="10" />
<rect width="30" height="30" x="10" y="-30" fill="#b3d4fc" rx="10" />
<circle cx="25" cy="-20" r="5" fill="#81a7c7" />
<circle cx="25" cy="-20" r="3" fill="white" />
</g>
<g transform="translate(50,160)">
<rect width="40" height="40" fill="#e6e6e6" rx="10" />
<rect width="20" height="20" x="10" y="-20" fill="#e6e6e6" rx="10" />
<circle cx="20" cy="-10" r="3" fill="black" />
</g>
<g transform="translate(200,170)">
<rect width="30" height="50" fill="#b2dfdb" rx="10" />
<rect width="15" height="15" x="7.5" y="-20" fill="#b2dfdb" rx="5" />
<circle cx="15" cy="-10" r="5" fill="#90a4ae" />
</g>
<circle cx="250" cy="50" r="15" fill="#ffcc80" stroke="orange" stroke-width="2" />
<polyline points="250,50 250,30 270,40" fill="orange" />
</svg>
Judge's Analysis
Player 1's image more clearly captures the prompt with a recognizable cityscape and a single balloon floating above the fishbowl.
The use of geometric shapes and colors creates a visually appealing and coherent composition.
In contrast, Player 2's image lacks clear representation of a cityscape or a fishbowl, making it less aligned with 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
"Solar-powered penguin bicycles zooming on a rainbow ice rink"
"Frog juggling planets under a purple crescent moon"
"Giant snail with a cityscape shell under a starry sky"
"Jellyfish dancing under a disco ball in the deep sea"
"Upside-down cityscape reflected in a calm lake"
"An octopus disguised as an undersea carnival ride"