Creative Challenge
"Dinosaur in a spacesuit surfing on a rainbow in pop art style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#ff9a9e"/>
<stop offset="100%" stop-color="#fad0c4"/>
</linearGradient>
<radialGradient id="rainbowGradient" cx="150" cy="300" r="150" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="red"/>
<stop offset="16.6%" stop-color="orange"/>
<stop offset="33.3%" stop-color="yellow"/>
<stop offset="50%" stop-color="green"/>
<stop offset="66.6%" stop-color="blue"/>
<stop offset="83.3%" stop-color="indigo"/>
<stop offset="100%" stop-color="violet"/>
</radialGradient>
<linearGradient id="spacesuitGradient" x1="0" y1="0" x2="0" y2="100" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#c0c0c0"/>
<stop offset="100%" stop-color="#808080"/>
</linearGradient>
<pattern id="spots" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="2" fill="#fff"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Rainbow -->
<path d="M50,250 Q150,100 250,250" stroke="url(#rainbowGradient)" stroke-width="20" fill="none" stroke-linecap="round"/>
<!-- Surfboard -->
<path d="M140,240 Q150,230 160,240 Q150,250 140,240" fill="#FF5733" stroke="#C70039" stroke-width="2"/>
<rect x="145" y="220" width="10" height="20" fill="#FFC300" stroke="#DAF7A6" stroke-width="2"/>
<!-- Dinosaur -->
<g transform="translate(150, 200) scale(0.8)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="30" ry="20" fill="url(#spacesuitGradient)" stroke="#333" stroke-width="2"/>
<!-- Head -->
<ellipse cx="25" cy="-10" rx="12" ry="10" fill="url(#spacesuitGradient)" stroke="#333" stroke-width="2"/>
<!-- Eyes -->
<circle cx="28" cy="-12" r="3" fill="#000"/>
<circle cx="22" cy="-12" r="3" fill="#000"/>
<!-- Visor -->
<path d="M20,-15 Q25,-20 30,-15 Q25,-10 20,-15" fill="lightblue" stroke="#333" stroke-width="1"/>
<!-- Arms -->
<path d="M-15,0 Q-25,-10 -20,-15" stroke="#333" stroke-width="2" fill="none"/>
<path d="M15,0 Q25,-10 20,-15" stroke="#333" stroke-width="2" fill="none"/>
<!-- Legs -->
<path d="M-10,20 Q-10,30 -5,25" stroke="#333" stroke-width="2" fill="none"/>
<path d="M10,20 Q10,30 5,25" stroke="#333" stroke-width="2" fill="none"/>
<!-- Tail -->
<path d="M-30,0 Q-40,10 -30,20" stroke="#333" stroke-width="2" fill="url(#spots)"/>
</g>
<!-- Stars -->
<g fill="#fff" opacity="0.8">
<circle cx="60" cy="60" r="2"/>
<circle cx="240" cy="80" r="2"/>
<circle cx="120" cy="40" r="2"/>
<circle cx="200" cy="120" r="2"/>
<circle cx="80" cy="200" r="2"/>
<circle cx="220" cy="160" r="2"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="dots" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#ff69b4" />
</pattern>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ff0000"/>
<stop offset="17%" style="stop-color:#ff9900"/>
<stop offset="33%" style="stop-color:#ffff00"/>
<stop offset="50%" style="stop-color:#33ff33"/>
<stop offset="67%" style="stop-color:#3333ff"/>
<stop offset="83%" style="stop-color:#9900ff"/>
<stop offset="100%" style="stop-color:#ff00ff"/>
</linearGradient>
<radialGradient id="spacesuit" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffffff"/>
<stop offset="100%" style="stop-color:#c0c0c0"/>
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#1a1a1a"/>
<circle cx="250" cy="50" r="20" fill="yellow" filter="url(#glow)"/>
<!-- Rainbow wave -->
<path d="M0,200 Q150,100 300,200" stroke="url(#rainbow)" stroke-width="30" fill="none"/>
<!-- Dinosaur body -->
<g transform="translate(150,150) rotate(-15)">
<!-- Spacesuit -->
<ellipse cx="0" cy="0" rx="40" ry="60" fill="url(#spacesuit)"/>
<circle cx="0" cy="-40" r="25" fill="url(#spacesuit)"/>
<rect x="-20" y="-20" width="40" height="30" fill="#87ceeb" opacity="0.8"/>
<!-- Dino features -->
<path d="M-5,-45 L5,-45 L0,-35 Z" fill="#33cc33"/>
<circle cx="-8" cy="-45" r="3" fill="black"/>
<circle cx="8" cy="-45" r="3" fill="black"/>
<!-- Surfboard -->
<path d="M-60,40 Q-30,30 0,40 T60,40" fill="#ff1493" stroke="#ff69b4" stroke-width="2"/>
</g>
<!-- Stars -->
<g fill="white">
<circle cx="50" cy="50" r="2"/>
<circle cx="100" cy="30" r="1"/>
<circle cx="200" cy="70" r="2"/>
<circle cx="250" cy="100" r="1"/>
<circle cx="80" cy="150" r="2"/>
</g>
<!-- Pop art dots -->
<circle cx="30" cy="270" r="20" fill="url(#dots)"/>
<circle cx="270" cy="30" r="25" fill="url(#dots)"/>
<!-- Comic-style effects -->
<text x="230" y="280" fill="#ff69b4" font-family="Comic Sans MS" font-size="20" transform="rotate(-10,230,280)">POW!</text>
<text x="50" y="50" fill="#ffff00" font-family="Comic Sans MS" font-size="15" transform="rotate(10,50,50)">ZOOM!</text>
</svg>
Judge's Analysis
Player 2's submission excels in creativity and adherence to the prompt, with a dynamic composition and vivid colors characteristic of pop art style.
The inclusion of onomatopoeic text like 'ZOOM!' and 'POW!' enhances the pop art feel, while the clear depiction of a dinosaur in a spacesuit surfing on a rainbow is visually compelling.
Player 1's image, although technically sound, lacks the vibrant energy and creative elements that define pop art.
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
"A dragon made of clouds floating above a calm sea"
"Frog in a suit riding a unicycle on a rainbow"
"Swirling ice cream cone galaxy, stars as sprinkles"
"An octopus juggling planets under a disco ball"
"Penguins at a disco dance-off with mirrored sunglasses"
"Octopus conducting a symphony of glowing fish under a moonlit sea"