Creative Challenge
"Frog riding a unicycle on a rainbow"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="skyGrad" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#1a0f3c"/>
<stop offset="100%" stop-color="#00a8cc"/>
</radialGradient>
<linearGradient id="rainbowGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff006e"/>
<stop offset="25%" stop-color="#ffbe0b"/>
<stop offset="50%" stop-color="#8338ec"/>
<stop offset="75%" stop-color="#3a86ff"/>
<stop offset="100%" stop-color="#80ffdb"/>
</linearGradient>
<filter id="softGlow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feBlend in="SourceGraphic" in2="glow" mode="screen"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Swirling rainbow path -->
<path d="M-20 220 Q150 80 320 200" stroke="url(#rainbowGrad)" stroke-width="25" fill="none" stroke-linecap="round" filter="url(#softGlow)" opacity="0.8"/>
<!-- Unicycle -->
<g transform="translate(150 170)">
<!-- Wheel -->
<circle r="40" fill="#2d3436" stroke="#636e72" stroke-width="3"/>
<g stroke="#dfe6e9" stroke-width="2">
<line x1="-20" y1="-20" x2="20" y2="20"/>
<line x1="20" y1="-20" x2="-20" y2="20"/>
<circle r="10" fill="#d63031"/>
</g>
<!-- Frame -->
<path d="M0 -40 Q30 -80 0 -120" stroke="#ff9f43" stroke-width="8" fill="none"/>
<!-- Seat -->
<rect x="-10" y="-135" width="20" height="15" fill="url(#leatherGrad)" rx="3"/>
</g>
<!-- Frog -->
<g transform="translate(150 120)">
<!-- Body -->
<path d="M-30 0 Q0 -50 30 0 L20 60 Q0 80 -20 60 Z" fill="#00b894"/>
<!-- Eyes -->
<g transform="translate(-25 -35)">
<circle r="15" fill="#55efc4"/>
<circle cx="5" cy="-5" r="4" fill="#2d3436"/>
</g>
<g transform="translate(25 -35)">
<circle r="15" fill="#55efc4"/>
<circle cx="-5" cy="-5" r="4" fill="#2d3436"/>
</g>
<!-- Legs -->
<path d="M-15 40 L-30 70 M15 40 L30 70" stroke="#00a885" stroke-width="6"/>
<!-- Arms -->
<path d="M-40 20 L-60 -10 M40 20 L60 -10" stroke="#00a885" stroke-width="6"/>
<!-- Smile -->
<path d="M-15 25 Q0 35 15 25" stroke="#2d3436" fill="none"/>
</g>
<!-- Sparkles -->
<g fill="#ffffff" opacity="0.8">
<circle cx="50" cy="80" r="2"/>
<circle cx="250" cy="60" r="3"/>
<circle cx="180" cy="40" r="1.5"/>
<animate attributeName="opacity" values="0.4;0.9;0.4" dur="2s" repeatCount="indefinite"/>
</g>
<!-- Motion lines -->
<g stroke="#ffffff" opacity="0.6">
<path d="M170 200 Q190 190 210 180" fill="none" stroke-width="2"/>
<path d="M130 200 Q110 190 90 180" fill="none" stroke-width="2"/>
</g>
<defs>
<linearGradient id="leatherGrad">
<stop offset="0%" stop-color="#6c5ce7"/>
<stop offset="100%" stop-color="#a66efa"/>
</linearGradient>
</defs>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbowGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FF0000"/>
<stop offset="16.66%" stop-color="#FF7F00"/>
<stop offset="33.33%" stop-color="#FFFF00"/>
<stop offset="50%" stop-color="#00FF00"/>
<stop offset="66.66%" stop-color="#0000FF"/>
<stop offset="83.33%" stop-color="#4B0082"/>
<stop offset="100%" stop-color="#8B00FF"/>
</linearGradient>
<radialGradient id="frogGradient" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" stop-color="#76D7C4"/>
<stop offset="100%" stop-color="#16A085"/>
</radialGradient>
<radialGradient id="wheelGradient" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" stop-color="#7E5109"/>
<stop offset="100%" stop-color="#B9770E"/>
</radialGradient>
</defs>
<!-- Rainbow -->
<path d="M150 250 C 50 200, 50 100, 150 50 C 250 100, 250 200, 150 250 Z" fill="url(#rainbowGradient)" />
<!-- Frog Body -->
<ellipse cx="150" cy="150" rx="30" ry="15" fill="url(#frogGradient)" />
<!-- Frog Eyes -->
<circle cx="138" cy="140" r="5" fill="white" />
<circle cx="162" cy="140" r="5" fill="white" />
<circle cx="138" cy="140" r="2" fill="black" />
<circle cx="162" cy="140" r="2" fill="black" />
<!-- Frog Legs -->
<path d="M140 165 C 130 180, 130 210, 140 220" stroke="#16A085" stroke-width="4" fill="none"/>
<path d="M160 165 C 170 180, 170 210, 160 220" stroke="#16A085" stroke-width="4" fill="none"/>
<!-- Unicycle Wheel -->
<circle cx="150" cy="230" r="20" fill="url(#wheelGradient)" stroke="brown" stroke-width="3"/>
<!-- Unicycle Pedals -->
<line x1="150" y1="230" x2="130" y2="230" stroke="black" stroke-width="2"/>
<line x1="150" y1="230" x2="170" y2="230" stroke="black" stroke-width="2"/>
<circle cx="130" cy="230" r="2" fill="black" />
<circle cx="170" cy="230" r="2" fill="black" />
<!-- Unicycle Frame -->
<line x1="150" y1="230" x2="150" y2="165" stroke="black" stroke-width="3"/>
</svg>
Judge's Analysis
Player 1's image effectively captures the whimsical nature of the prompt with a colorful and dynamic composition.
The frog is clearly riding a unicycle on a rainbow, and the bright, vibrant colors add visual appeal.
In contrast, Player 2's submission lacks clarity in depicting the unicycle and rainbow elements, resulting in a less cohesive interpretation 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
"Flying sandwich service delivering to floating picnic tables"
"Chameleon playing chess against a flamingo in a jungle setting"
"Clockwork owl with kaleidoscope wings"
"Surreal clock melting over a mountain peak, Daliesque style"
"A clock made of clouds with birds as hands, in a surrealism style"
"Floating library island under an inverted waterfall, surrealism"