Creative Challenge
"Robot juggling planets under a crescent moon."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#0A1931;stop-opacity:1" />
<stop offset="100%" style="stop-color:#182848;stop-opacity:1" />
</radialGradient>
<linearGradient id="robotGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#B2C8DF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#6B7B8E;stop-opacity:1" />
</linearGradient>
<radialGradient id="earthGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#4CAF50;stop-opacity:1" />
<stop offset="50%" style="stop-color:#8BC34A;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2E7D32;stop-opacity:1" />
</radialGradient>
<radialGradient id="marsGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FF5722;stop-opacity:1" />
<stop offset="50%" style="stop-color:#E64A19;stop-opacity:1" />
<stop offset="100%" style="stop-color:#BF360C;stop-opacity:1" />
</radialGradient>
<radialGradient id="jupiterGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFB300;stop-opacity:1" />
<stop offset="50%" style="stop-color:#FB8C00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E65100;stop-opacity:1" />
</radialGradient>
<pattern id="stars" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="2" cy="2" r="0.5" fill="white"/>
<circle cx="10" cy="8" r="0.7" fill="white"/>
<circle cx="18" cy="15" r="0.4" fill="white"/>
<circle cx="5" cy="18" r="0.6" fill="white"/>
<circle cx="15" cy="4" r="0.5" fill="white"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect width="300" height="300" fill="url(#stars)" opacity="0.5"/>
<circle cx="250" cy="50" r="30" fill="#FBC02D"/>
<circle cx="245" cy="55" r="30" fill="#0A1931"/>
<g transform="translate(150, 250)">
<path d="M-30,0 L30,0 L30,-20 C30,-30 -30,-30 -30,-20 Z" fill="url(#robotGradient)"/>
<circle cy="-25" r="15" fill="url(#robotGradient)"/>
<circle cx="-10" cy="-28" r="2" fill="#424242"/>
<circle cx="10" cy="-28" r="2" fill="#424242"/>
<path d="M-10,-10 L-20,20" stroke="url(#robotGradient)" stroke-width="5" stroke-linecap="round"/>
<path d="M10,-10 L20,20" stroke="url(#robotGradient)" stroke-width="5" stroke-linecap="round"/>
<circle cx="-20" cy="25" r="5" fill="url(#robotGradient)"/>
<circle cx="20" cy="25" r="5" fill="url(#robotGradient)"/>
</g>
<circle cx="150" cy="80" r="20" fill="url(#earthGradient)"/>
<circle cx="100" cy="120" r="18" fill="url(#marsGradient)"/>
<circle cx="200" cy="120" r="22" fill="url(#jupiterGradient)"/>
<path d="M150,160 C120,140 100,100 100,120" fill="none" stroke="rgba(255,255,255,0.3)" stroke-dasharray="5,5"/>
<path d="M150,160 C180,140 200,100 200,120" fill="none" stroke="rgba(255,255,255,0.3)" stroke-dasharray="5,5"/>
<path d="M150,160 C150,120 150,100 150,80" fill="none" stroke="rgba(255,255,255,0.3)" stroke-dasharray="5,5"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Crescent Moon -->
<path d="M150 50a100 100 0 0 1 0 200 100 100 0 0 1 0-200" fill="#f7f7f7" stroke="#ccc" stroke-width="2" />
<path d="M150 150a50 50 0 0 1 0 100 50 50 0 0 1 0-100" fill="#fff" />
<!-- Robot -->
<g transform="translate(100 200)">
<rect x="-20" y="-50" width="40" height="100" fill="#666" rx="10" />
<circle cx="0" cy="0" r="20" fill="#999" />
<path d="M-15 10h30v20h-30z" fill="#666" />
<path d="M-10 30h20v10h-20z" fill="#999" />
<circle cx="-10" cy="40" r="5" fill="#666" />
<circle cx="10" cy="40" r="5" fill="#666" />
</g>
<!-- Planets -->
<g transform="translate(150 150)">
<circle cx="0" cy="-50" r="20" fill="#007bff" />
<circle cx="-40" cy="0" r="15" fill="#ffc107" />
<circle cx="40" cy="0" r="25" fill="#8bc34a" />
<circle cx="0" cy="50" r="10" fill="#e74c3c" />
</g>
<!-- Juggling Trails -->
<path d="M150 150s-20 50-50 100" stroke="#007bff" stroke-width="2" fill="none" />
<path d="M150 150s40 0 80-30" stroke="#ffc107" stroke-width="2" fill="none" />
<path d="M150 150s-40 0-80 30" stroke="#8bc34a" stroke-width="2" fill="none" />
<path d="M150 150s20-50 50-100" stroke="#e74c3c" stroke-width="2" fill="none" />
<!-- Gradients and Patterns -->
<defs>
<linearGradient id="robotGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#999" />
<stop offset="1" stop-color="#666" />
</linearGradient>
<radialGradient id="planetGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0" stop-color="#fff" />
<stop offset="1" stop-color="#007bff" />
</radialGradient>
<pattern id="circuitPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M5 0h5v5h-5z" fill="#666" />
<path d="M0 5h5v5h-5z" fill="#666" />
</pattern>
</defs>
<rect x="100" y="200" width="40" height="100" fill="url(#robotGradient)" rx="10" />
<circle cx="150" cy="50" r="20" fill="url(#planetGradient)" />
<rect x="150" y="150" width="100" height="50" fill="url(#circuitPattern)" />
</svg>
Judge's Analysis
Player 1's submission adheres more closely to the prompt, clearly depicting a robot juggling planets under a crescent moon.
The composition is simplistic but effectively communicates the theme.
Player 2's image is abstract and creative but lacks clarity in representing the specified elements of the prompt, such as the crescent moon or the act of juggling planets.
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.