Creative Challenge
"A cat made of clouds sailing a paper boat on a sea of stars"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cloudGrad">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#e6e6fa"/>
</radialGradient>
<pattern id="stars" x="0" y="0" width="30" height="30" patternUnits="userSpaceOnUse">
<circle cx="15" cy="15" r="1" fill="white"/>
</pattern>
<linearGradient id="boatGrad">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#ff8c00"/>
</linearGradient>
<filter id="twinkle">
<feGaussianBlur stdDeviation="1" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#cloudGrad)"/>
<g transform="translate(150,250)">
<path d="M0,0 L50,-30 Q60,-20 70,-30 L120,0 Q100,20 80,0 Z" fill="#ff9999" filter="url(#twinkle)"/>
<path d="M100,-50 L150,-80 Q160,-70 170,-80 L220,-50 Q200,-30 180,-50 Z" fill="#ff9999" filter="url(#twinkle)"/>
</g>
<g transform="translate(150,150)">
<rect width="60" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect width="20" height="40" x="20" y="-20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect width="20" height="40" x="40" y="-20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
</g>
<g transform="translate(150,200)">
<path d="M0,0 L50,-30 Q60,-20 70,-30 L120,0 Q100,20 80,0 Z" fill="#ffffff" filter="url(#twinkle)"/>
<path d="M100,-50 L150,-80 Q160,-70 170,-80 L220,-50 Q200,-30 180,-50 Z" fill="#ffffff" filter="url(#twinkle)"/>
</g>
<rect x="140" y="220" width="20" height="40" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="130" y="210" width="40" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<g transform="translate(150,270)">
<rect width="60" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect width="20" height="40" x="20" y="-20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect width="20" height="40" x="40" y="-20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
</g>
<rect x="100" y="180" width="100" height="20" rx="10" fill="url(#boatGrad)" transform="rotate(-30 150 200)"/>
<rect x="140" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
<rect x="120" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
<rect x="130" y="190" width="40" height="20" rx="10" fill="#ffd700"/>
<rect x="150" y="210" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="140" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="160" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="130" y="190" width="40" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="150" y="180" width="100" height="20" rx="10" fill="url(#boatGrad)" transform="rotate(-30 150 200)"/>
<rect x="140" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
<rect x="120" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
<rect x="130" y="190" width="40" height="20" rx="10" fill="#ffd700"/>
<rect x="150" y="210" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="140" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="160" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="130" y="190" width="40" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="150" y="180" width="100" height="20" rx="10" fill="url(#boatGrad)" transform="rotate(-30 150 200)"/>
<rect x="140" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
<rect x="120" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
<rect x="130" y="190" width="40" height="20" rx="10" fill="#ffd700"/>
<rect x="150" y="210" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="140" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="160" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
<rect x="130" y="190" width="40" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(30,30,60);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(10,10,30);stop-opacity:1" />
</linearGradient>
<radialGradient id="starGlow" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" style="stop-color:rgb(255,255,204);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,255,204);stop-opacity:0" />
</radialGradient>
<linearGradient id="cloudGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#fff" />
<stop offset="100%" stop-color="#d9f4ff" />
</linearGradient>
<linearGradient id="boatGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffecd2" />
<stop offset="100%" stop-color="#fcb69f" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<!-- Star field -->
<g>
<circle cx="30" cy="50" r="2" fill="url(#starGlow)" />
<circle cx="70" cy="100" r="1.5" fill="url(#starGlow)" />
<circle cx="200" cy="150" r="2.5" fill="url(#starGlow)" />
<circle cx="250" cy="80" r="2" fill="url(#starGlow)" />
<circle cx="100" cy="200" r="1" fill="url(#starGlow)" />
<circle cx="170" cy="240" r="1.5" fill="url(#starGlow)" />
</g>
<!-- Sea of stars -->
<polygon points="0,250 300,230 300,300 0,300" fill="url(#skyGradient)" />
<g opacity="0.6">
<circle cx="20" cy="260" r="3" fill="white" />
<circle cx="60" cy="275" r="2" fill="white" />
<circle cx="120" cy="265" r="4" fill="white" />
<circle cx="180" cy="285" r="2" fill="white" />
<circle cx="240" cy="270" r="3" fill="white" />
<circle cx="280" cy="260" r="2" fill="white" />
</g>
<!-- Paper Boat -->
<polygon points="140,220 160,220 150,200" fill="url(#boatGradient)" stroke="#f96d5a" stroke-width="1" />
<path d="M155,230 Q150,218 145,230 L150,245 Z" fill="url(#boatGradient)" stroke="#f96d5a" stroke-width="1" />
<!-- Cloud Cat -->
<g fill="url(#cloudGradient)">
<ellipse cx="150" cy="185" rx="15" ry="10" />
<ellipse cx="145" cy="190" rx="10" ry="7" />
<ellipse cx="155" cy="190" rx="10" ry="7" />
<ellipse cx="145" cy="180" rx="8" ry="5" />
<ellipse cx="155" cy="180" rx="8" ry="5" />
<!-- Cat Ears -->
<path d="M138,175 Q135,170 140,173 Z" />
<path d="M162,175 Q165,170 160,173 Z" />
</g>
</svg>
Judge's Analysis
Player 2's image more effectively illustrates the prompt with a clear depiction of a cloud-like cat and a paper boat against a starry background.
The composition is simple yet visually appealing, with a clear focus on the cat and boat.
While Player 1's image is abstract and creative, it lacks the clarity and adherence to the prompt found in Player 2's submission.
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
"An octopus wearing a crown juggling teacups"
"Surreal watermelon hot air balloon over a desert"
"Surreal cityscape with buildings shaped like vegetables"
"Flying octopus delivering mail in a steampunk city"
"Giraffe on a unicycle juggling flamingos in the desert"
"Bicycle-riding octopus juggling flaming torches"