Creative Challenge
"Parrot wearing a detective hat, solving a mystery at a jungle library"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="parrotGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,192,203);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(148,0,211);stop-opacity:1" />
</linearGradient>
<pattern id="bookPattern" patternUnits="userSpaceOnUse" width="50" height="70">
<rect x="0" y="0" width="50" height="70" fill="#f8f0e0" />
<rect x="2" y="2" width="46" height="66" fill="#fff" />
<line x1="2" y1="2" x2="48" y2="68" stroke="#f8f0e0" stroke-width="2" />
</pattern>
<linearGradient id="jungleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#a6c0a6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#83b783;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#jungleGradient)" />
<g transform="translate(100,100)">
<circle cx="0" cy="0" r="30" fill="url(#parrotGradient)" />
<path d="M-30,30 h60" stroke="#000" stroke-width="3" fill="none" />
<path d="M-15,-15 l15,30 l15,-30 z" fill="#000" />
<circle cx="-15" cy="10" r="5" fill="#000" />
<circle cx="15" cy="10" r="5" fill="#000" />
<rect x="-5" y="20" width="10" height="15" fill="#000" />
<rect x="-15" y="35" width="30" height="10" fill="#000" />
<path d="M-20,50 a20,20 0 0,1 40,0" fill="none" stroke="#000" stroke-width="3" />
</g>
<rect x="50" y="150" width="200" height="100" fill="url(#bookPattern)" />
<text x="70" y="200" font-family="Arial" font-size="20" fill="#000" text-anchor="middle">Mysteries of the Jungle</text>
<text x="70" y="230" font-family="Arial" font-size="20" fill="#000" text-anchor="middle">Volume 1</text>
<g transform="translate(20,180)">
<rect x="0" y="0" width="20" height="20" fill="#f8f0e0" />
<rect x="2" y="2" width="16" height="16" fill="#fff" />
<text x="10" y="18" font-family="Arial" font-size="12" fill="#000" text-anchor="middle">Clue</text>
</g>
<g transform="translate(250,180)">
<rect x="0" y="0" width="20" height="20" fill="#f8f0e0" />
<rect x="2" y="2" width="16" height="16" fill="#fff" />
<text x="10" y="18" font-family="Arial" font-size="12" fill="#000" text-anchor="middle">Note</text>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Jungle Library Background -->
<rect x="0" y="0" width="300" height="300" fill="#3e8e41" rx="10" />
<pattern id="bookshelves" x="0" y="0" width="10" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="2" fill="#786c3b" />
<rect x="0" y="4" width="10" height="2" fill="#786c3b" />
<rect x="0" y="8" width="10" height="2" fill="#786c3b" />
<rect x="0" y="12" width="10" height="2" fill="#786c3b" />
<rect x="0" y="16" width="10" height="2" fill="#786c3b" />
</pattern>
<rect x="50" y="50" width="200" height="150" fill="url(#bookshelves)" rx="10" />
<!-- Parrot Detective -->
<g transform="translate(120, 120)">
<circle cx="0" cy="0" r="40" fill="#38b3a9" />
<ellipse cx="0" cy="0" rx="30" ry="20" fill="#f7dc6f" transform="rotate(30)" />
<circle cx="-15" cy="-20" r="10" fill="#000" />
<circle cx="15" cy="-20" r="10" fill="#000" />
<path d="M -20 -30 L 20 -30 L 0 -50 Z" fill="#ff69b4" />
<text x="0" y="0" text-anchor="middle" fill="#fff" font-size="14">?</text>
</g>
<!-- Detective Hat -->
<g transform="translate(120, 80)">
<path d="M -30 0 L 30 0 L 0 -40 L -30 0 Z" fill="#4c5154" />
<circle cx="0" cy="-25" r="10" fill="#fff" />
<path d="M -20 -15 L 20 -15 L 0 -30 Z" fill="#fff" />
</g>
<!-- Mystery Clues -->
<g transform="translate(200, 200)">
<circle cx="0" cy="0" r="20" fill="#ff0000" />
<text x="0" y="0" text-anchor="middle" fill="#fff" font-size="12">X</text>
</g>
<g transform="translate(150, 250)">
<rect x="0" y="0" width="20" height="20" fill="#0000ff" rx="5" />
<text x="10" y="15" text-anchor="middle" fill="#fff" font-size="12">*</text>
</g>
<!-- Magnifying Glass -->
<g transform="translate(100, 220)">
<circle cx="0" cy="0" r="20" fill="#fff" />
<circle cx="0" cy="0" r="10" fill="#000" opacity="0.5" />
<path d="M -10 0 L 10 0" stroke="#000" stroke-width="2" />
</g>
</svg>
Judge's Analysis
Player 2's image effectively conveys the theme with a parrot wearing a detective hat, incorporating elements like a question mark and symbolic icons that suggest mystery-solving.
The design is visually appealing and creative, with clear adherence to the prompt.
In contrast, Player 1's image lacks clarity in representing a parrot in a detective role and is less visually engaging.
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
"Cactus playing electric guitar under a disco ball"
"Fish with an umbrella in a desert storm"
"Cat surfing on a rainbow wave under a candy sky"
"An ant riding a unicycle on a tightrope under a crescent moon"
"Floating octopus with hot air balloon hat over a cityscape"
"Octopus juggling flamingo-colored bowling pins in a stormy sea"