Creative Challenge
"Turtle riding a skateboard with a sail, breezing past palm trees"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#B0E0E6" />
</linearGradient>
<linearGradient id="oceanGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1E90FF" />
<stop offset="100%" stop-color="#00BFFF" />
</linearGradient>
<linearGradient id="sandGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#F4A460" />
<stop offset="100%" stop-color="#D2B48C" />
</linearGradient>
<pattern id="palmPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#556B2F" />
<circle cx="5" cy="5" r="2" fill="#8B4513" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect x="0" y="200" width="300" height="100" fill="url(#oceanGradient)" />
<rect x="0" y="250" width="300" height="50" fill="url(#sandGradient)" />
<g transform="translate(100, 180)">
<ellipse cx="50" cy="10" rx="50" ry="10" fill="#8B4513" />
<circle cx="50" cy="10" r="15" fill="#00FF00" />
<rect x="30" y="10" width="40" height="20" fill="#00FF00" />
<rect x="40" y="30" width="20" height="10" fill="#00FF00" />
<rect x="35" y="40" width="30" height="5" fill="#00FF00" />
<rect x="45" y="45" width="10" height="5" fill="#00FF00" />
<path d="M50,10 C60,20 70,20 80,10" fill="none" stroke="#8B4513" stroke-width="5" />
</g>
<g transform="translate(150, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
<g transform="translate(200, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
<g transform="translate(50, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
<g transform="translate(0, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
<g transform="translate(250, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
<g transform="translate(300, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
<g transform="translate(100, 180)">
<ellipse cx="50" cy="10" rx="50" ry="10" fill="#8B4513" />
<circle cx="50" cy="10" r="15" fill="#00FF00" />
<rect x="30" y="10" width="40" height="20" fill="#00FF00" />
<rect x="40" y="30" width="20" height="10" fill="#00FF00" />
<rect x="35" y="40" width="30" height="5" fill="#00FF00" />
<rect x="45" y="45" width="10" height="5" fill="#00FF00" />
<path d="M50,10 C60,20 70,20 80,10" fill="none" stroke="#8B4513" stroke-width="5" />
</g>
<g transform="translate(150, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
<g transform="translate(200, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
<g transform="translate(50, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
<g transform="translate(0, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
<g transform="translate(250, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
<g transform="translate(300, 200)">
<circle cx="10" cy="10" r="10" fill="#A0522D" />
<rect x="0" y="10" width="20" height="10" fill="#A0522D" />
<rect x="5" y="20" width="10" height="5" fill="#A0522D" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky and Clouds -->
<rect x="0" y="0" width="300" height="150" fill="#87CEEB" rx="20" />
<circle cx="100" cy="50" r="20" fill="#FFFFFF" />
<circle cx="150" cy="70" r="30" fill="#FFFFFF" />
<circle cx="220" cy="40" r="25" fill="#FFFFFF" />
<!-- Palm Trees -->
<g transform="translate(50, 150)">
<rect x="0" y="0" width="20" height="100" fill="#228B22" rx="5" />
<path d="M 10 100 L 30 120 L 50 100 Z" fill="#228B22" />
<rect x="80" y="0" width="20" height="100" fill="#228B22" rx="5" />
<path d="M 90 100 L 110 120 L 130 100 Z" fill="#228B22" />
<rect x="160" y="0" width="20" height="100" fill="#228B22" rx="5" />
<path d="M 170 100 L 190 120 L 210 100 Z" fill="#228B22" />
</g>
<!-- Turtle and Skateboard -->
<g transform="translate(100, 180)">
<!-- Skateboard -->
<rect x="0" y="0" width="40" height="15" fill="#FFC080" rx="5" />
<rect x="10" y="5" width="20" height="5" fill="#FFC080" rx="2" />
<rect x="0" y="20" width="40" height="5" fill="#FFC080" rx="2" />
<!-- Turtle -->
<circle cx="20" cy="40" r="15" fill="#008000" />
<circle cx="20" cy="60" r="10" fill="#008000" />
<circle cx="15" cy="70" r="5" fill="#FFFFFF" />
<circle cx="25" cy="70" r="5" fill="#FFFFFF" />
<path d="M 15 80 L 25 80 L 20 90 Z" fill="#008000" />
<!-- Sail -->
<path d="M 30 40 L 50 60 L 30 80 Z" fill="#FF69B4" />
<path d="M 35 45 L 45 65 L 35 85 Z" fill="#FFC0CB" />
<path d="M 40 50 L 40 70 L 50 70 L 50 50 Z" fill="#FFFFFF" />
</g>
<!-- Shadow -->
<rect x="90" y="195" width="60" height="10" fill="#AAAAAA" rx="5" />
</svg>
Judge's Analysis
Player 1's image more clearly represents the concept of a turtle riding a skateboard with a sail, breezing past palm trees.
The elements are identifiable and the composition includes the essential components of the prompt.
Player 2's image is abstract and does not clearly depict the required scene, lacking recognizable elements such as the turtle or skateboard.
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
"Umbrella-toting octopus juggling planets"
"Astronaut serenading a moonbird with a neon ukulele"
"A flamingo on stilts balancing a teacup"
"A clock-faced sunflower with gear petals in a surreal style"
"A snail with skyscraper shells, in a cubist style"
"A flying fish wearing aviator goggles, in a pop art style"