Creative Challenge
"Cat balancing on a unicycle while juggling fish under a starry sky."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#001a4d"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
<linearGradient id="fishGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff99cc"/>
<stop offset="100%" stop-color="#ffcc33"/>
</linearGradient>
<linearGradient id="catFurGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffcc80"/>
<stop offset="100%" stop-color="#ff9900"/>
</linearGradient>
<symbol id="fishSymbol" viewBox="-12 -5 24 10">
<ellipse cx="0" cy="0" rx="7" ry="3" fill="url(#fishGradient)"/>
<polygon points="-7,0 -12,-3 -12,3" fill="url(#fishGradient)"/>
<circle cx="3" cy="-1" r="0.8" fill="white"/>
</symbol>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Stars -->
<g id="stars">
<circle cx="20" cy="30" r="1.5" fill="white"/>
<circle cx="50" cy="50" r="1.2" fill="white"/>
<circle cx="100" cy="25" r="1" fill="white"/>
<circle cx="150" cy="40" r="1.8" fill="white"/>
<circle cx="200" cy="15" r="1.4" fill="white"/>
<circle cx="250" cy="35" r="1.6" fill="white"/>
<circle cx="280" cy="60" r="1.3" fill="white"/>
<circle cx="80" cy="70" r="1.5" fill="white"/>
<circle cx="130" cy="10" r="1.2" fill="white"/>
<circle cx="180" cy="60" r="1.1" fill="white"/>
<circle cx="230" cy="30" r="1.9" fill="white"/>
<circle cx="270" cy="20" r="1" fill="white"/>
</g>
<!-- Unicycle -->
<g id="unicycle">
<!-- Wheel -->
<circle cx="150" cy="220" r="25" fill="none" stroke="silver" stroke-width="3"/>
<!-- Spokes -->
<line x1="150" y1="220" x2="175" y2="220" stroke="silver" stroke-width="2"/>
<line x1="150" y1="220" x2="150" y2="195" stroke="silver" stroke-width="2"/>
<line x1="150" y1="220" x2="125" y2="220" stroke="silver" stroke-width="2"/>
<line x1="150" y1="220" x2="150" y2="245" stroke="silver" stroke-width="2"/>
<!-- Seat -->
<ellipse cx="150" cy="200" rx="12" ry="4" fill="black"/>
<!-- Fork -->
<line x1="150" y1="200" x2="150" y2="220" stroke="silver" stroke-width="2"/>
</g>
<!-- Cat -->
<g id="cat">
<!-- Body -->
<ellipse cx="150" cy="192" rx="12" ry="8" fill="url(#catFurGradient)" stroke="black" stroke-width="1"/>
<!-- Head -->
<circle cx="150" cy="172" r="8" fill="url(#catFurGradient)" stroke="black" stroke-width="1"/>
<!-- Ears -->
<polygon points="144,164 140,154 148,162" fill="url(#catFurGradient)" stroke="black" stroke-width="1"/>
<polygon points="156,164 152,154 160,162" fill="url(#catFurGradient)" stroke="black" stroke-width="1"/>
<!-- Eyes -->
<circle cx="147" cy="169" r="0.8" fill="black"/>
<circle cx="153" cy="169" r="0.8" fill="black"/>
<!-- Whiskers -->
<line x1="142" y1="172" x2="130" y2="170" stroke="black" stroke-width="0.5"/>
<line x1="142" y1="174" x2="130" y2="178" stroke="black" stroke-width="0.5"/>
<line x1="158" y1="172" x2="170" y2="170" stroke="black" stroke-width="0.5"/>
<line x1="158" y1="174" x2="170" y2="178" stroke="black" stroke-width="0.5"/>
<!-- Tail -->
<path d="M162,192 C175,188 175,205 165,200" fill="none" stroke="url(#catFurGradient)" stroke-width="3" stroke-linecap="round"/>
<!-- Arms -->
<line x1="146" y1="172" x2="130" y2="150" stroke="black" stroke-width="2" stroke-linecap="round"/>
<line x1="154" y1="172" x2="170" y2="150" stroke="black" stroke-width="2" stroke-linecap="round"/>
</g>
<!-- Juggling Fish -->
<g id="jugglingFish">
<use href="#fishSymbol" transform="translate(130,150) rotate(-20) scale(0.8)"/>
<use href="#fishSymbol" transform="translate(150,138) rotate(10) scale(0.8)"/>
<use href="#fishSymbol" transform="translate(170,150) rotate(20) scale(0.8)"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry Sky -->
<rect x="0" y="0" width="300" height="300" fill="#212121" />
<g>
<circle cx="50" cy="50" r="2" fill="#FFF" />
<circle cx="80" cy="120" r="2" fill="#FFF" />
<circle cx="220" cy="180" r="2" fill="#FFF" />
<circle cx="150" cy="50" r="2" fill="#FFF" />
<circle cx="280" cy="80" r="2" fill="#FFF" />
</g>
<!-- Moon -->
<circle cx="250" cy="50" r="30" fill="#FFD700" />
<!-- Unicycle -->
<g transform="translate(150, 220)">
<circle cx="0" cy="0" r="20" fill="#FF69B4" />
<line x1="0" y1="20" x2="0" y2="50" stroke="#FF69B4" stroke-width="4" />
<circle cx="0" cy="50" r="10" fill="#FF69B4" />
</g>
<!-- Cat -->
<g transform="translate(150, 180)">
<path d="M-30 -20 C -20 -20, -10 -10, 0 0 C 10 10, 20 20, 30 20 C 40 20, 50 10, 60 0 C 70 -10, 80 -20, 90 -20" fill="#F0F0F0" />
<circle cx="0" cy="-10" r="10" fill="#F0F0F0" />
<path d="M-10 10 C 0 10, 10 0, 10 -10" fill="#F0F0F0" />
<path d="M10 10 C 0 10, -10 0, -10 -10" fill="#F0F0F0" />
</g>
<!-- Juggling Fish -->
<g>
<g transform="translate(100, 100)">
<path d="M-10 -10 C 0 -10, 10 0, 10 10 C 0 20, -10 10, -10 0" fill="#FFA07A" />
<circle cx="0" cy="0" r="5" fill="#FFA07A" />
</g>
<g transform="translate(150, 150)">
<path d="M-10 -10 C 0 -10, 10 0, 10 10 C 0 20, -10 10, -10 0" fill="#FFA07A" />
<circle cx="0" cy="0" r="5" fill="#FFA07A" />
</g>
<g transform="translate(200, 100)">
<path d="M-10 -10 C 0 -10, 10 0, 10 10 C 0 20, -10 10, -10 0" fill="#FFA07A" />
<circle cx="0" cy="0" r="5" fill="#FFA07A" />
</g>
</g>
<!-- Gradient Effects -->
<defs>
<radialGradient id="starGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFF" stop-opacity="1" />
<stop offset="100%" stop-color="#FFF" stop-opacity="0" />
</radialGradient>
<linearGradient id="moonGlow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FFD700" stop-opacity="1" />
<stop offset="100%" stop-color="#FFD700" stop-opacity="0" />
</linearGradient>
</defs>
<circle cx="50" cy="50" r="10" fill="url(#starGlow)" />
<rect x="240" y="40" width="20" height="20" fill="url(#moonGlow)" />
</svg>
Judge's Analysis
Player 1's submission clearly depicts a cat balancing on a unicycle under a starry sky, with visible fish elements, adhering closely to the prompt.
The composition is straightforward and effectively communicates the idea with technical clarity.
Player 2's submission, while abstract and visually intriguing, lacks clear representation of the unicycle, cat, or juggling fish, 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
"Bubble-blowing giraffe wearing roller skates"
"A dragon in a teacup, steaming marshmallows"
"Melting clock drips onto a steaming teacup in a serene garden"