Creative Challenge
"Glowing moon munching on a slice of cheese over a starry night sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#fff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff6600;stop-opacity:1" />
</radialGradient>
<linearGradient id="cheeseGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffff00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffcc00;stop-opacity:1" />
</linearGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="2" fill="#fff" opacity="0.8" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="#000" />
<g transform="translate(150, 150)">
<circle cx="0" cy="-70" r="40" fill="url(#moonGradient)" />
<path d="M -40 -70 A 40 40 0 0 1 40 -70 L 20 -50 L -20 -50 Z" fill="url(#cheeseGradient)" />
<circle cx="0" cy="-70" r="40" stroke="url(#moonGradient)" stroke-width="2" fill="none" />
</g>
<rect width="100%" height="100%" fill="url(#starPattern)" opacity="0.8" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgb(255,255,200);stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:rgb(255,255,150);stop-opacity:0"/>
</radialGradient>
<pattern id="stars" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="1" fill="white" />
<circle cx="40" cy="30" r="1.5" fill="white" />
<circle cx="25" cy="45" r="1" fill="white" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#1a1a3a"/>
<rect x="0" y="0" width="300" height="300" fill="url(#stars)"/>
<circle cx="150" cy="150" r="80" fill="url(#moonGlow)"/>
<circle cx="150" cy="150" r="70" fill="#FAF3D2"/>
<path d="M160,120 Q180,140 160,160 Q140,180 120,160 Q100,140 120,120 Q140,100 160,120"
fill="#D4C6A6" class="crater"/>
<circle cx="190" cy="130" r="15" fill="#D4C6A6"/>
<circle cx="110" cy="180" r="12" fill="#D4C6A6"/>
<path d="M180,130 Q220,150 180,170 L160,150 Z"
fill="#F6D167" stroke="#E8B84E" stroke-width="2"/>
<circle cx="165" cy="140" r="5" fill="black"/>
<path d="M155,160 Q165,165 175,160"
fill="none" stroke="black" stroke-width="3" stroke-linecap="round"/>
<g transform="translate(190,140)">
<circle cx="0" cy="0" r="15" fill="#F6D167"/>
<circle cx="5" cy="-5" r="3" fill="#E8B84E"/>
<circle cx="-5" cy="5" r="2" fill="#E8B84E"/>
</g>
<circle cx="150" cy="150" r="80" fill="url(#moonGlow)" opacity="0.5"/>
</svg>
Judge's Analysis
Player 2's image more effectively captures the prompt, featuring a glowing moon with facial features eating a slice of cheese, set against a starry night sky.
The creativity and adherence to the theme are clear, and the image is technically well-executed and visually appealing.
In contrast, Player 1's image lacks the narrative and character elements, 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
"Giraffe wearing a space helmet juggling planets"
"Space garden in a teacup floating above a starry galaxy"
"Giraffe wearing a vintage diving helmet, standing in a teacup"
"Giraffe lounging in an armchair reading a tiny book"
"Surreal umbrella raining planets in a desert"
"Astronaut squirrel juggling planets"