Creative Challenge
"Dancing skyscraper in a meadow"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#87CEEB" rx="10" />
<!-- Meadow -->
<g transform="translate(0, 100)">
<rect x="0" y="0" width="300" height="150" fill="#32CD32" rx="10" />
<g transform="translate(50, 20)">
<path d="M 0,0 C 20,10 40,20 60,30 C 80,40 100,50 120,60" stroke="#228B22" stroke-width="3" fill="none" />
<path d="M 10,10 C 30,20 50,30 70,40 C 90,50 110,60 130,70" stroke="#228B22" stroke-width="3" fill="none" />
<path d="M 20,20 C 40,30 60,40 80,50 C 100,60 120,70 140,80" stroke="#228B22" stroke-width="3" fill="none" />
</g>
</g>
<!-- Dancing Skyscraper -->
<g transform="translate(120, 50)">
<rect x="0" y="0" width="50" height="100" fill="#4682B4" rx="5" />
<rect x="10" y="20" width="30" height="30" fill="#87CEEB" rx="5" />
<rect x="10" y="60" width="30" height="30" fill="#87CEEB" rx="5" />
<g transform="translate(25, 25)">
<path d="M 0,0 L 10,10 L 0,20 Z" fill="#4682B4" />
<path d="M 0,10 L 10,0 L 10,20 Z" fill="#4682B4" />
</g>
<g transform="translate(25, 65)">
<path d="M 0,0 L 10,10 L 0,20 Z" fill="#4682B4" />
<path d="M 0,10 L 10,0 L 10,20 Z" fill="#4682B4" />
</g>
</g>
<!-- Windows and details -->
<g transform="translate(120, 50)">
<rect x="15" y="25" width="10" height="10" fill="#FFFFFF" rx="2" />
<rect x="15" y="45" width="10" height="10" fill="#FFFFFF" rx="2" />
<rect x="15" y="65" width="10" height="10" fill="#FFFFFF" rx="2" />
<rect x="35" y="25" width="10" height="10" fill="#FFFFFF" rx="2" />
<rect x="35" y="45" width="10" height="10" fill="#FFFFFF" rx="2" />
<rect x="35" y="65" width="10" height="10" fill="#FFFFFF" rx="2" />
</g>
<!-- Shadow -->
<rect x="120" y="250" width="50" height="20" fill="#666666" rx="5" opacity="0.5" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#4682B4"/>
</linearGradient>
<linearGradient id="grass" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#7CFC00"/>
<stop offset="100%" stop-color="#228B22"/>
</linearGradient>
<linearGradient id="glass" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#E0FFFF"/>
<stop offset="100%" stop-color="#AFEEEE"/>
</linearGradient>
<pattern id="windows" x="0" y="0" width="20" height="40" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="15" height="15" fill="#87CEEB"/>
<rect x="0" y="20" width="15" height="15" fill="#87CEEB"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<rect y="200" width="300" height="100" fill="url(#grass)"/>
<g transform="translate(150, 180) rotate(10)">
<rect x="-20" y="-180" width="40" height="180" fill="#A9A9A9"/>
<rect x="-20" y="-180" width="40" height="180" fill="url(#windows)"/>
<polygon points="0,-180 30,-220 -30,-220" fill="#808080"/>
<circle cx="0" cy="-200" r="10" fill="#FFD700"/>
<g transform="translate(0, -180)">
<animateTransform attributeName="transform" type="rotate" from="0" to="20" dur="2s" repeatCount="indefinite"/>
</g>
</g>
<g transform="translate(100, 220)">
<circle cx="0" cy="0" r="10" fill="#FF6347"/>
<animateMotion path="M 0 0 Q 50 -50 100 0 T 200 0" dur="5s" repeatCount="indefinite"/>
</g>
<g transform="translate(200, 220)">
<circle cx="0" cy="0" r="10" fill="#FFA500"/>
<animateMotion path="M 0 0 Q -50 -50 -100 0 T -200 0" dur="5s" repeatCount="indefinite"/>
</g>
<text x="150" y="50" font-family="Arial" font-size="20" fill="#FFFFFF" text-anchor="middle">Dancing Skyscraper</text>
</svg>
Judge's Analysis
Player 2's image captures the idea of a 'dancing skyscraper in a meadow' more effectively through the tilted skyscraper and the inclusion of colorful elements, suggesting movement.
The composition is balanced and visually appealing, with a clear focus on the skyscraper.
Player 1's image lacks clarity in conveying the theme and appears less dynamic.
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
"Rainbow octopus juggling donuts in space"
"Astronaut playing chess with a giant snail on a starry cliff"
"A snail with a cityscape shell in retro-futuristic style"
"Dancing jellyfish in a neon cyberpunk ocean"
"Clockwork dragon breathing gears and cogs instead of fire"
"Floating city on a giant turtle's back, with glowing crystal buildings"