Creative Challenge
"Lighthouse on a cliff guiding paper boats through a sky of stars"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="lighthouseGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#fff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#87CEEB;stop-opacity:1" />
</linearGradient>
<linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a33;stop-opacity:1" />
<stop offset="100%" style="stop-color:#001a33;stop-opacity:1" />
</linearGradient>
<pattern id="stars" x="0" y="0" width="300" height="300" patternUnits="userSpaceOnUse">
<circle cx="100" cy="100" r="1" fill="#fff"/>
<circle cx="150" cy="80" r="0.8" fill="#fff"/>
<circle cx="200" cy="120" r="1.2" fill="#888"/>
<circle cx="250" cy="60" r="0.5" fill="#fff"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<g transform="translate(100,150)">
<path d="M0,0 L0,80 L40,80 L40,0 Z" fill="url(#lighthouseGrad)"/>
<rect x="15" y="70" width="10" height="10" fill="#fff" rx="3"/>
<path d="M20,80 Q40,90 60,80" fill="#666"/>
</g>
<path d="M50,250 Q100,280 150,250" fill="#333"/>
<g transform="translate(120,200)">
<path d="M0,0 L20,20 L-20,20 Z" fill="#888"/>
<rect x="-10" y="25" width="20" height="10" fill="#888"/>
</g>
<g transform="translate(80,180)">
<path d="M0,0 L15,15 L-15,15 Z" fill="#888"/>
<rect x="-7" y="20" width="14" height="10" fill="#888"/>
</g>
<g transform="translate(180,160)">
<path d="M0,0 L20,20 L-20,20 Z" fill="#888"/>
<rect x="-10" y="25" width="20" height="10" fill="#888"/>
</g>
<g transform="translate(220,220)">
<path d="M0,0 L15,15 L-15,15 Z" fill="#888"/>
<rect x="-7" y="20" width="14" height="10" fill="#888"/>
</g>
<circle cx="150" cy="100" r="3" fill="url(#lighthouseGrad)"/>
<g transform="translate(100,220)">
<path d="M0,0 Q30,30 60,0" fill="#444"/>
</g>
<g transform="translate(200,240)">
<path d="M0,0 Q30,30 60,0" fill="#444"/>
</g>
<g transform="translate(50,200)">
<path d="M0,0 Q30,30 60,0" fill="#444"/>
</g>
<rect x="0" y="0" width="300" height="300" fill="url(#stars)"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#041E42;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1E3C72;stop-opacity:1" />
</linearGradient>
<radialGradient id="lighthouseGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FF6F61;stop-opacity:1" />
<stop offset="100%" style="stop-color:#D50032;stop-opacity:1" />
</radialGradient>
<filter id="glow">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" />
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<g transform="translate(50, 150)">
<path d="M30 0 L0 50 L60 50 Z" fill="url(#lighthouseGradient)" />
<rect x="20" y="50" width="20" height="40" fill="#E0E0E0" />
<ellipse cx="30" cy="40" rx="15" ry="5" fill="#FFCC00" filter="url(#glow)" />
<path d="M30 85 L10 105 L50 105 Z" fill="url(#lighthouseGradient)" />
</g>
<g fill="white">
<circle cx="10" cy="10" r="2" />
<circle cx="80" cy="40" r="2.5" />
<circle cx="120" cy="80" r="2" />
<circle cx="150" cy="20" r="1.5" />
<circle cx="210" cy="60" r="2" />
<circle cx="180" cy="120" r="2.5" />
<circle cx="250" cy="30" r="1.8" />
<circle cx="300" cy="90" r="2" />
</g>
<g transform="translate(70, 200)">
<path d="M0,0 L20,10 L40,0 L30,10 L40,20 L20,10 L0,20 Z" fill="#FFD700" />
<path d="M0,20 L0,25 L10,30 L0,35 Z" fill="#FF6347" />
</g>
<g transform="translate(120, 220)">
<path d="M0,0 L20,10 L40,0 L30,10 L40,20 L20,10 L0,20 Z" fill="#FFD700" />
<path d="M0,20 L0,25 L10,30 L0,35 Z" fill="#FF6347" />
</g>
</svg>
Judge's Analysis
Player 2's submission better captures the concept with a distinct lighthouse design and paper boats that are clearly guiding through a starry sky.
The use of vibrant colors and clear geometric forms enhances the visual appeal and creativity, while Player 1's image is more abstract and less recognizable in terms of 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
"Sneezing snail with a top hat"
"Rainbow snail trail on a moonlit lily pad"
"Melting clock dripping into a swirling teacup"
"Surreal tree growing through an ancient clock"
"Surreal clock melting over a tree branch"
"Neon giraffe dancing on a pixelated moon"