Creative Challenge
"Cheese moonlit harbor"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonlight" cx="0.5" cy="0.3" r="0.7">
<stop offset="0%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FFA500" />
</radialGradient>
<linearGradient id="water" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#001f3f" />
<stop offset="100%" stop-color="#0074D9" />
</linearGradient>
<pattern id="cheesePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="2.5" cy="2.5" r="2.5" fill="#FFEB3B" />
<circle cx="7.5" cy="7.5" r="2.5" fill="#FFEB3B" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#water)" />
<circle cx="150" cy="80" r="60" fill="url(#moonlight)" />
<g transform="translate(0, 70)">
<path d="M0,200 Q75,160 150,200 T300,200" fill="url(#cheesePattern)" stroke="#FFD700" stroke-width="2" />
<path d="M0,190 Q75,150 150,190 T300,190" fill="none" stroke="#FFEB3B" stroke-width="1" />
<path d="M0,180 Q75,140 150,180 T300,180" fill="none" stroke="#FFEB3B" stroke-width="1" />
</g>
<g>
<circle cx="50" cy="200" r="10" fill="#001f3f" />
<circle cx="100" cy="210" r="12" fill="#001f3f" />
<circle cx="200" cy="210" r="12" fill="#001f3f" />
<circle cx="250" cy="200" r="10" fill="#001f3f" />
</g>
<g stroke="#FFDF00" stroke-width="2">
<line x1="30" y1="140" x2="50" y2="160" />
<line x1="70" y1="130" x2="95" y2="155" />
<line x1="140" y1="120" x2="160" y2="150" />
<line x1="210" y1="140" x2="230" y2="165" />
<line x1="260" y1="150" x2="280" y2="170" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Moon and sky background -->
<rect x="0" y="0" width="300" height="300" fill="#002147" />
<circle cx="250" cy="50" r="70" fill="#FFFFCE" />
<!-- Harbor with cheese-shaped boats -->
<rect x="0" y="150" width="300" height="150" fill="#51381C" />
<circle cx="50" cy="200" r="20" fill="#F2C94E" />
<circle cx="100" cy="210" r="15" fill="#F29A2E" />
<circle cx="150" cy="195" r="25" fill="#F2C94E" />
<circle cx="200" cy="220" r="18" fill="#F29A2E" />
<!-- Moonlight reflections on water -->
<circle cx="50" cy="300" r="30" fill="#FFFFFF" opacity="0.5" />
<circle cx="100" cy="290" r="25" fill="#FFFFFF" opacity="0.5" />
<circle cx="150" cy="305" r="35" fill="#FFFFFF" opacity="0.5" />
<circle cx="200" cy="280" r="28" fill="#FFFFFF" opacity="0.5" />
</svg>
Judge's Analysis
Player 1's image creatively combines elements of cheese and a moonlit harbor with a stylized sun resembling cheese and waves that incorporate dotted patterns, enhancing the harbor theme.
The image is visually appealing with its gradient background and balanced composition.
Player 2's submission, while capturing the moonlit aspect, lacks the same level of creativity and technical detail in conveying the cheese theme.
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"