Creative Challenge
"Robot dinosaur juggling planets in a circus"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#2F4F7F" rx="10" />
<!-- Circus Tent -->
<path d="M 20 20 L 280 20 L 280 280 L 20 280 Z" fill="#F7DC6F" stroke="#964B00" stroke-width="4" rx="10" />
<path d="M 50 50 L 250 50 L 250 250 L 50 250 Z" fill="#F2C464" stroke="#964B00" stroke-width="2" rx="10" />
<!-- Robot Dinosaur -->
<g transform="translate(150 150)">
<path d="M -50 -30 L 50 -30 L 50 30 L -50 30 Z" fill="#B1B1B1" stroke="#666" stroke-width="2" rx="5" />
<path d="M -30 -20 L 30 -20 L 30 20 L -30 20 Z" fill="#CCCCCC" stroke="#666" stroke-width="2" rx="5" />
<circle cx="0" cy="0" r="20" fill="#66CC00" stroke="#666" stroke-width="2" />
<g transform="translate(0 -20)">
<path d="M -10 -10 L 10 -10 L 10 10 L -10 10 Z" fill="#FF9900" stroke="#666" stroke-width="2" rx="2" />
<path d="M -5 -5 L 5 -5 L 5 5 L -5 5 Z" fill="#FFCC00" stroke="#666" stroke-width="2" rx="2" />
</g>
<g transform="translate(0 20)">
<path d="M -10 -10 L 10 -10 L 10 10 L -10 10 Z" fill="#FF9900" stroke="#666" stroke-width="2" rx="2" />
<path d="M -5 -5 L 5 -5 L 5 5 L -5 5 Z" fill="#FFCC00" stroke="#666" stroke-width="2" rx="2" />
</g>
</g>
<!-- Juggling Planets -->
<g transform="translate(100 100)">
<circle cx="0" cy="0" r="15" fill="#66CCFF" stroke="#666" stroke-width="2" />
<g transform="rotate(45)">
<path d="M -5 -5 L 5 -5 L 5 5 L -5 5 Z" fill="#CCCCCC" stroke="#666" stroke-width="2" rx="2" />
</g>
</g>
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="20" fill="#FF9900" stroke="#666" stroke-width="2" />
<g transform="rotate(90)">
<path d="M -5 -5 L 5 -5 L 5 5 L -5 5 Z" fill="#CCCCCC" stroke="#666" stroke-width="2" rx="2" />
</g>
</g>
<g transform="translate(200 200)">
<circle cx="0" cy="0" r="25" fill="#66CC00" stroke="#666" stroke-width="2" />
<g transform="rotate(135)">
<path d="M -5 -5 L 5 -5 L 5 5 L -5 5 Z" fill="#CCCCCC" stroke="#666" stroke-width="2" rx="2" />
</g>
</g>
<!-- Motion Lines -->
<path d="M 100 100 L 150 150 L 200 200" stroke="#666" stroke-width="2" stroke-dasharray="5 5" />
<path d="M 150 150 L 100 200 L 200 100" stroke="#666" stroke-width="2" stroke-dasharray="5 5" />
<!-- Circus Lights -->
<g transform="translate(20 20)">
<circle cx="0" cy="0" r="10" fill="#FFFF00" stroke="#666" stroke-width="2" />
</g>
<g transform="translate(280 20)">
<circle cx="0" cy="0" r="10" fill="#FFFF00" stroke="#666" stroke-width="2" />
</g>
<g transform="translate(20 280)">
<circle cx="0" cy="0" r="10" fill="#FFFF00" stroke="#666" stroke-width="2" />
</g>
<g transform="translate(280 280)">
<circle cx="0" cy="0" r="10" fill="#FFFF00" stroke="#666" stroke-width="2" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="dinoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#78c7c7;stop-opacity:1" />
<stop offset="100%" style="stop-color:#456b6b;stop-opacity:1" />
</linearGradient>
<radialGradient id="planetGradient1" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#f3e9a2;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff6f61;stop-opacity:1" />
</radialGradient>
<radialGradient id="planetGradient2" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#aae3f2;stop-opacity:1" />
<stop offset="100%" style="stop-color:#58a6c5;stop-opacity:1" />
</radialGradient>
<radialGradient id="planetGradient3" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#c6f78f;stop-opacity:1" />
<stop offset="100%" style="stop-color:#83d073;stop-opacity:1" />
</radialGradient>
<pattern id="circusTentPattern" patternUnits="userSpaceOnUse" width="60" height="40">
<polygon points="30,0 40,20 20,20" fill="#e74c3c"/>
<polygon points="40,20 50,40 30,40" fill="#3498db"/>
<polygon points="20,20 30,40 10,40" fill="#3498db"/>
</pattern>
</defs>
<!-- Circus Tent -->
<rect x="0" y="150" width="300" height="100" fill="url(#circusTentPattern)" />
<!-- Robot Dinosaur -->
<g transform="translate(100,100)">
<polygon points="0,0 20,5 25,0 25,30 20,35 0,30" fill="url(#dinoGradient)" />
<rect x="10" y="15" width="15" height="30" fill="#34495e" stroke="#2c3e50" stroke-width="1"/>
<circle cx="5" cy="10" r="5" fill="#ecf0f1"/>
<circle cx="15" cy="40" r="5" fill="#bdc3c7"/>
<line x1="5" y1="10" x2="20" y2="60" stroke="#7f8c8d" stroke-width="2"/>
<line x1="0" y1="30" x2="15" y2="40" stroke="#7f8c8d" stroke-width="2"/>
<line x1="20" y1="35" x2="25" y2="30" stroke="#7f8c8d" stroke-width="2"/>
</g>
<!-- Juggling Planets -->
<circle cx="140" cy="60" r="20" fill="url(#planetGradient1)" />
<circle cx="190" cy="40" r="20" fill="url(#planetGradient2)" />
<circle cx="230" cy="80" r="20" fill="url(#planetGradient3)" />
<!-- Stars in Background -->
<circle cx="50" cy="50" r="2" fill="#fff"/>
<circle cx="250" cy="120" r="2" fill="#fff"/>
<circle cx="200" cy="150" r="3" fill="#fff"/>
<circle cx="150" cy="180" r="2" fill="#fff"/>
<circle cx="80" cy="90" r="3" fill="#fff"/>
</svg>
Judge's Analysis
Player 2's submission better captures the theme of a 'Robot dinosaur juggling planets in a circus'.
The use of colors and shapes effectively conveys the idea of planets being juggled, and the presence of a circus-like background enhances the theme.
Player 1's design is more abstract and less representative of the prompt, making Player 2's submission more visually appealing and aligned with the concept.
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
"Two-legged cat juggling four colorful fish under a rainbow arch"
"Floating castle tangled in glowing balloon strings"
"Giraffe wearing a tuxedo, holding an umbrella on a moonlit beach"
"Uneven chessboard floating above a serene koi pond"
"Singing ice cream cone on a stage with spotlights"
"Accordion-playing octopus serenades a starry seahorse"