Creative Challenge
"Origami spaceship landing on a giant, floating lily pad in a sunset sky"
<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(255,182,193);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(148,0,211);stop-opacity:1" />
</linearGradient>
<pattern id="lilyPadPattern" patternUnits="userSpaceOnUse" width="100" height="100">
<circle cx="50" cy="50" r="45" fill="url(#greenGradient)" />
<circle cx="50" cy="50" r="30" fill="url(#whiteGradient)" />
</pattern>
<linearGradient id="greenGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(144,238,144);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(34,139,34);stop-opacity:1" />
</linearGradient>
<linearGradient id="whiteGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(240,248,255);stop-opacity:1" />
</linearGradient>
<linearGradient id="shipGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(100,149,237);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(135,206,235);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150, 200)">
<circle cx="0" cy="0" r="100" fill="url(#lilyPadPattern)" />
</g>
<g transform="translate(120, 150)">
<polygon points="0,0 40,0 50,10 30,20 20,30 10,20" fill="url(#shipGradient)" />
<rect x="-10" y="20" width="20" height="10" fill="url(#shipGradient)" />
<circle cx="0" cy="0" r="5" fill="gold" />
<circle cx="10" cy="10" r="5" fill="gold" />
<circle cx="-10" cy="10" r="5" fill="gold" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sunset sky background -->
<rect x="0" y="0" width="300" height="300" fill="#ffcc80" />
<circle cx="150" cy="150" r="140" fill="#ffad33" />
<!-- Sun -->
<circle cx="240" cy="60" r="30" fill="#ffd700" />
<!-- Clouds -->
<circle cx="50" cy="50" r="20" fill="#ffffff" />
<circle cx="80" cy="70" r="25" fill="#ffffff" />
<circle cx="120" cy="40" r="18" fill="#ffffff" />
<!-- Floating lily pad -->
<ellipse cx="150" cy="240" rx="100" ry="60" fill="#b2d8b2" />
<!-- Lily pad details -->
<circle cx="120" cy="220" r="40" fill="#99cc99" />
<circle cx="170" cy="220" r="35" fill="#99cc99" />
<circle cx="200" cy="260" r="30" fill="#99cc99" />
<!-- Origami spaceship -->
<polygon points="150,100 130,150 150,160 170,150" fill="#b3b3cc" />
<polygon points="145,100 135,115 145,120 155,115" fill="#e6eeff" />
</svg>
Judge's Analysis
Player 2's submission more effectively captures the concept of an origami spaceship landing on a lily pad in a sunset sky.
The composition features a clear depiction of both the spaceship and lily pad, with a warm sunset backdrop enhancing the visual appeal.
In contrast, Player 1's image is less clear in conveying the prompt and lacks the same level of technical detail 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
"Solar-powered penguin bicycles zooming on a rainbow ice rink"
"Fishbowl cityscape with a single balloon floating above"
"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"