Creative Challenge
"Floating city on a giant tortoise's shell under a starry sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="150" cy="150" r="150" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#001d3d"/>
<stop offset="100%" stop-color="#00171f"/>
</radialGradient>
<linearGradient id="tortoiseShell" x1="100" y1="200" x2="200" y2="200" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#3a604f"/>
<stop offset="100%" stop-color="#295062"/>
</linearGradient>
<pattern id="stars" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1" fill="white" />
<circle cx="7" cy="7" r="1" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<rect width="300" height="300" fill="url(#stars)" fill-opacity="0.4"/>
<g transform="translate(50, 100)">
<ellipse cx="100" cy="100" rx="150" ry="60" fill="url(#tortoiseShell)" />
<path d="M130,160 C170,140 180,180 250,180 C220,160 210,210 180,210 C160,185 150,195 130,160 Z" fill="#4f827c" />
</g>
<g transform="translate(75, 50)">
<rect x="20" y="50" width="30" height="40" fill="#d4d2d5"/>
<rect x="60" y="40" width="20" height="50" fill="#fcfcfc"/>
<rect x="90" y="80" width="25" height="35" fill="#e6e1eb"/>
<rect x="120" y="30" width="30" height="85" fill="#a6a6a6"/>
<line x1="120" y1="70" x2="150" y2="70" stroke="#8c8a8d" stroke-width="3" />
<circle cx="20" cy="50" r="10" fill="#c2bfd0"/>
</g>
<path d="M100,160 C140,120 170,60 200,100 C230,140 180,110 200,180 C200,180 140,160 100,160 Z" fill="none" stroke="white" stroke-width="2" opacity="0.3"/>
<circle cx="260" cy="50" r="3" fill="white" />
<circle cx="30" cy="20" r="1.5" fill="white" />
<circle cx="270" cy="270" r="2" fill="white" />
</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="black" />
<circle cx="150" cy="150" r="120" fill="url(#grad1)" />
<defs>
<radialGradient id="grad1" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" style="stop-color:rgb(0,0,30);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,70);stop-opacity:1" />
</radialGradient>
</defs>
<!-- Giant Tortoise's Shell -->
<path d="M150 150 L90 190 L30 150 L40 80 L150 30 L260 80 L270 150 L210 190 Z" fill="#7DAD91" />
<!-- Water City -->
<path d="M100 100 L120 80 L140 100 L160 80 L180 100 L160 120 L140 140 L120 120 Z" fill="#5DADE2" />
<path d="M100 100 Q120 120 140 100" fill="none" stroke="white" />
<path d="M140 100 Q160 120 180 100" fill="none" stroke="white" />
</svg>
Judge's Analysis
Player 1's submission offers a more detailed and imaginative interpretation of the prompt with elements suggesting a cityscape on a tortoise’s shell under a starry sky.
The varied shapes and layered composition contribute to a sense of depth and creativity.
Player 2's image is simpler and less descriptive, lacking the complexity and adherence to the prompt seen in Player 1’s work.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"