Creative Challenge
"Frog juggling planets under a purple crescent moon"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gradientMoon" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#8A2BE2"/>
<stop offset="1" stop-color="#4B0082"/>
</linearGradient>
<radialGradient id="gradientPlanet" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FF4500"/>
</radialGradient>
<radialGradient id="gradientPlanet2" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#00BFFF"/>
<stop offset="100%" stop-color="#0000CD"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="#1A1A1A"/>
<g transform="translate(150, 150)">
<circle cx="0" cy="-100" r="25" fill="url(#gradientPlanet)"/>
<circle cx="0" cy="-50" r="20" fill="url(#gradientPlanet2)"/>
<circle cx="0" cy="0" r="25" fill="url(#gradientPlanet)"/>
</g>
<g transform="translate(150, 150)">
<path d="M-30,40 Q0,30 30,40 T90,100" stroke="#00FF7F" stroke-width="3" fill="none"/>
<path d="M-30,40 Q0,30 30,40 T90,100" stroke="#00FF7F" stroke-width="3" fill="none" transform="scale(-1,1)"/>
</g>
<g transform="translate(150, 150)">
<path d="M-40,60 Q-20,50 0,60 T40,60" stroke="#00FF7F" stroke-width="3" fill="none"/>
</g>
<path d="M150,150 Q100,130 100,100 T150,50" stroke="#00FF7F" stroke-width="3" fill="none"/>
<path d="M150,150 Q200,130 200,100 T150,50" stroke="#00FF7F" stroke-width="3" fill="none"/>
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="50" fill="url(#gradientMoon)"/>
<path d="M-50,0 A50,50 0 0,1 50,0 Z" fill="url(#gradientMoon)"/>
</g>
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="30" fill="#00FF7F"/>
<circle cx="-15" cy="-15" r="10" fill="#FFFFFF" opacity="0.7"/>
<circle cx="15" cy="15" r="10" fill="#FFFFFF" opacity="0.7"/>
<path d="M-10,10 Q0,15 10,10 T20,0" stroke="#00FF7F" stroke-width="2" fill="none"/>
<path d="M-10,-10 Q0,-15 10,-10 T20,0" stroke="#00FF7F" stroke-width="2" fill="none"/>
<path d="M-10,10 Q0,15 10,10 T20,0" stroke="#00FF7F" stroke-width="2" fill="none" transform="rotate(45)"/>
<path d="M-10,-10 Q0,-15 10,-10 T20,0" stroke="#00FF7F" stroke-width="2" fill="none" transform="rotate(45)"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#2c003e" />
<!-- Purple Crescent Moon -->
<path d="M200 100
Q230 145 250 200
Q240 210 230 220
Q210 240 200 250
Q190 240 170 220
Q160 210 150 200
Q170 145 200 100" fill="#6d4cff" />
<!-- Stars -->
<circle cx="70" cy="180" r="2" fill="#fff" />
<circle cx="110" cy="140" r="2" fill="#fff" />
<circle cx="260" cy="80" r="2" fill="#fff" />
<!-- Planets -->
<circle cx="90" cy="240" r="25" fill="#ff6a00" />
<circle cx="140" cy="180" r="35" fill="#ffc500" />
<circle cx="190" cy="240" r="30" fill="#00d48f" />
<!-- Frog -->
<circle cx="220" cy="220" r="30" fill="#76be00" />
<ellipse cx="197" cy="215" rx="12" ry="7" fill="#fff" />
<circle cx="208" cy="215" r="2" fill="#76be00" />
<circle cx="210" cy="200" r="2" fill="#76be00" />
<circle cx="220" cy="207" r="2" fill="#76be00" />
<circle cx="235" cy="215" r="2" fill="#76be00" />
</svg>
Judge's Analysis
Player 1's image effectively captures the theme with a clear depiction of a frog-like figure juggling planets.
The use of bright, contrasting colors against a dark background enhances visual appeal and aligns well with the prompt.
In contrast, Player 2's submission lacks clarity in representing a frog or the act of juggling, making it less adherent to 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
"Solar-powered penguin bicycles zooming on a rainbow ice rink"
"Fishbowl cityscape with a single balloon floating above"
"Giant snail with a cityscape shell under a starry sky"
"Jellyfish dancing under a disco ball in the deep sea"
"Upside-down cityscape reflected in a calm lake"
"An octopus disguised as an undersea carnival ride"