Creative Challenge
"Tiny astronaut surfing on a giant slice of watermelon through space"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0%" stop-color="#0D0221"/>
<stop offset="50%" stop-color="#1A0833"/>
<stop offset="100%" stop-color="#2A1B55"/>
</radialGradient>
<pattern id="watermelonSeed" width="5" height="5" patternUnits="userSpaceOnUse">
<circle cx="2.5" cy="2.5" r="1.5" fill="black"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<path d="M50 150 A 100 80 0 0 1 250 150 L 250 200 A 90 40 0 0 0 50 200 Z" fill="#e91e63" stroke="darkgreen" stroke-width="4"/>
<path d="M50 190 A 100 40 0 0 1 250 190" fill="url(#watermelonSeed)" stroke="none"/>
<ellipse cx="150" cy="170" rx="120" ry="20" fill="#ff0000" opacity="0.8" transform="rotate(-5, 150, 170)"/>
<path d="M110 110 A 20 10 0 0 0 130 100 L 135 80 L 120 90 Z" fill="white" stroke="none" transform="rotate(10, 120, 90)"/>
<circle cx="120" cy="85" r="5" fill="#F5F5DC"/>
<path d="M170 110 A 20 10 0 0 1 190 100 L 195 80 L 180 90 Z" fill="white" stroke="none" transform="rotate(-10, 180, 90)"/>
<circle cx="180" cy="85" r="5" fill="#F5F5DC"/>
<ellipse cx="150" cy="100" rx="15" ry="20" fill="white"/>
<circle cx="145" cy="95" r="3" fill="black"/>
<circle cx="155" cy="95" r="3" fill="black"/>
<path d="M150 105 A 5 2 0 0 1 150 115" stroke="black" stroke-width="2" fill="none"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="watermelonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ff7f7f; stop-opacity:1" />
<stop offset="100%" style="stop-color:#d30000; stop-opacity:1" />
</radialGradient>
<linearGradient id="spaceGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a4b; stop-opacity:1" />
<stop offset="100%" style="stop-color:#000; stop-opacity:1" />
</linearGradient>
<radialGradient id="helmetGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff; stop-opacity:0.5" />
<stop offset="100%" style="stop-color:#a0a0a0; stop-opacity:1" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="url(#spaceGradient)" />
<g transform="translate(150 200)">
<path d="M-80 -50 Q-50 0, -20 -50 Q10 0, 30 -50 Q80 0, 60 -50 Q40 -90, 0 -80 Q-40 -90, -80 -50" fill="url(#watermelonGradient)" />
<path d="M-80 -46 Q-46 -2, -20 -46 Q10 -2, 25 -46 Q77 -2, 56 -46 Q39 -80, 0 -70 Q-39 -80, -80 -46" fill="#4CAF50" />
<path d="M-50 -56 C-45 -80, -15 -80, -10 -56 C-5 -30, 15 -30, 20 -56 C25 -80, 65 -80, 60 -56 C55 -28, 25 -28, 20 -56" fill="#000" />
<g transform="translate(-10 -66)" fill="url(#helmetGradient)">
<circle cx="0" cy="0" r="10" />
<path d="M-5 -12 L-2 -18 L2 -18 L5 -12 C7 -15, 10 -10, 10 -7 C10 -5, -10 -5, -10 -7 C-10 -10, -7 -15, -5 -12" />
</g>
<circle cx="-5" cy="-8" r="2" fill="white" />
<g transform="translate(-50 -50)" fill="white">
<ellipse cx="2" cy="2" rx="2" ry="6" />
<ellipse cx="4" cy="4" rx="2" ry="6" />
</g>
</g>
<circle cx="50" cy="50" r="4" fill="#FFD700" />
<circle cx="120" cy="80" r="4" fill="#FFD700" />
<circle cx="200" cy="40" r="4" fill="#FFD700" />
<circle cx="250" cy="150" r="4" fill="#FFD700" />
<circle cx="300" cy="250" r="4" fill="#FFD700" />
</svg>
Judge's Analysis
Player 2's submission more effectively captures the concept of a tiny astronaut surfing on a giant slice of watermelon through space.
The image clearly depicts the watermelon slice with an astronaut figure, and the inclusion of stars enhances the space setting.
Player 1's image lacks clarity in representing both the astronaut and the watermelon, making it less successful in adhering 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
"Two robotic flamingos waltzing on a moonlit pond"
"An octopus knitting a colorful scarf with pirate ship sails"
"Floating teacup island with a waterfall of stars"
"Cartoon comet playing chess with a star in space"
"Galactic snail surfing on a rainbow wave"
"Surrealist tree made entirely of cascading water streams, under a full moon"