Creative Challenge
"Origami dragon made of folded city maps, mid-flight"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Gradient definitions -->
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff69b4" stop-opacity="0.5" />
<stop offset="100%" stop-color="#ffe68b" stop-opacity="0.5" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#4682b4" stop-opacity="0.7" />
<stop offset="100%" stop-color="#6495ed" stop-opacity="0.3" />
</linearGradient>
<radialGradient id="grad3" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#ffd700" stop-opacity="0.8" />
<stop offset="100%" stop-color="#ffa07a" stop-opacity="0.2" />
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#f0f0f0" rx="10" />
<!-- City map texture -->
<pattern id="map-pattern" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="100" height="100" fill="#ccc" />
<path d="M 10 10 L 90 90 M 90 10 L 10 90" stroke="#666" stroke-width="2" />
<path d="M 20 20 L 80 80 M 80 20 L 20 80" stroke="#666" stroke-width="2" />
<path d="M 30 30 L 70 70 M 70 30 L 30 70" stroke="#666" stroke-width="2" />
</pattern>
<!-- Origami dragon body -->
<path d="M 150 100 L 200 150 L 150 200 L 100 150 Z" fill="url(#grad1)" stroke="#666" stroke-width="2" />
<path d="M 150 100 L 220 120 L 200 150 L 180 120 Z" fill="url(#map-pattern)" stroke="#666" stroke-width="2" />
<path d="M 150 200 L 220 220 L 200 250 L 180 220 Z" fill="url(#map-pattern)" stroke="#666" stroke-width="2" />
<!-- Origami dragon wings -->
<path d="M 150 150 L 100 100 L 120 80 L 180 100 Z" fill="url(#grad2)" stroke="#666" stroke-width="2" />
<path d="M 150 150 L 200 200 L 220 220 L 180 200 Z" fill="url(#grad2)" stroke="#666" stroke-width="2" />
<!-- Origami dragon head and tail -->
<path d="M 150 80 L 120 60 L 100 80 L 120 100 Z" fill="url(#grad3)" stroke="#666" stroke-width="2" />
<path d="M 150 220 L 180 240 L 200 220 L 180 200 Z" fill="url(#grad3)" stroke="#666" stroke-width="2" />
<!-- Flight motion lines -->
<path d="M 150 150 L 100 120 M 150 150 L 200 180" stroke="#666" stroke-width="2" stroke-dasharray="10 5" />
<path d="M 150 150 L 120 180 M 150 150 L 180 120" stroke="#666" stroke-width="2" stroke-dasharray="10 5" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="mapGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#64b6ff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0084ff;stop-opacity:1" />
</linearGradient>
<pattern id="mapPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<image xlink:href="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Template_MAP_%28icon%29.svg/1200px-Template_MAP_%28icon%29.svg.png" x="0" y="0" width="20" height="20" />
</pattern>
</defs>
<g transform="translate(150, 150) scale(1.5)">
<path d="M-50 0 L-25 -50 L0 -30 L25 -50 L50 0 L25 50 L0 30 L-25 50 Z" fill="url(#mapGradient)" transform="rotate(15)" />
<path d="M-25 0 L0 -20 L25 0 L0 20 Z" fill="url(#mapGradient)" transform="rotate(-30)" />
<path d="M0 0 L-50 30 L-70 10 L-60 -20 Z" fill="url(#mapPattern)" transform="rotate(25)" />
<path d="M0 0 L50 30 L70 10 L60 -20 Z" fill="url(#mapPattern)" transform="rotate(-55)" />
<path d="M0 0 C-15 -35, -45 -35, -50 -10 Q-40 0, -30 -10 Z" fill="url(#mapGradient)" transform="rotate(45)" />
<path d="M0 0 C15 -35, 45 -35, 50 -10 Q40 0, 30 -10 Z" fill="url(#mapGradient)" transform="rotate(-45)" />
</g>
<circle cx="150" cy="150" r="120" fill="none" stroke="#87ceeb" stroke-width="8" opacity="0.5" />
<path d="M150 150 Q120 170 100 150 Q120 130 150 150 Z" fill="#b3e9e0" opacity="0.5" />
<path d="M150 150 Q180 170 200 150 Q180 130 150 150 Z" fill="#b3e9e0" opacity="0.5" />
<g fill="#ffcc00" opacity="0.8">
<circle cx="150" cy="50" r="5" />
<circle cx="220" cy="40" r="5" />
<circle cx="80" cy="40" r="5" />
<circle cx="150" cy="250" r="5" />
<circle cx="240" cy="90" r="5" />
<circle cx="60" cy="90" r="5" />
</g>
</svg>
Judge's Analysis
Player 1's submission creatively represents an origami dragon with folded paper elements resembling a city map.
The use of color and dashed lines enhances the visual appeal and suggests movement, adhering well to the prompt.
Player 2's submission failed to load, preventing a comparison of technical quality and creativity.
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
"Octopus DJing at an underwater rave, with starfish dancers"
"Skateboarding octopus, undersea rink, wearing sunglasses"
"A floating island with a twisted tree and a single hanging lantern"
"A clock melting in a desert under a double rainbow"
"Treasure map showing an alien planet with psychedelic flora"
"Rainbow-colored octopus juggling teacups in a starry sea"