Creative Challenge
"A moonlit cat balancing on a unicycle atop a tightrope between skyscrapers"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#000428" />
<stop offset="100%" stop-color="#004e92" />
</radialGradient>
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f0f0f0" />
<stop offset="100%" stop-color="#d0d0d0" />
</linearGradient>
<pattern id="brickPattern" x="0" y="0" width="20" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="10" fill="#8B4513" />
<rect x="0" y="0" width="10" height="10" fill="#A0522D" />
<rect x="10" y="0" width="10" height="10" fill="#8B4513" />
</pattern>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="2" result="blur" />
<feMerge>
<feMergeNode in="blur" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<circle cx="250" cy="50" r="40" fill="url(#moonGradient)" filter="url(#glow)" />
<rect x="20" y="200" width="60" height="100" fill="url(#brickPattern)" />
<rect x="220" y="200" width="60" height="100" fill="url(#brickPattern)" />
<line x1="50" y1="200" x2="250" y2="200" stroke="#FFFFFF" stroke-width="2" />
<ellipse cx="150" cy="160" rx="25" ry="50" fill="#D3A87C" />
<circle cx="150" cy="130" r="20" fill="#D3A87C" />
<ellipse cx="140" cy="120" rx="5" ry="8" fill="#000000" />
<ellipse cx="160" cy="120" rx="5" ry="8" fill="#000000" />
<polygon points="150,150 140,170 160,170" fill="#FFD700" />
<circle cx="150" cy="180" r="15" fill="#808080" />
<ellipse cx="150" cy="180" rx="20" ry="10" fill="#A9A9A9" />
<line x1="150" y1="180" x2="150" y2="200" stroke="#A9A9A9" stroke-width="2" />
<ellipse cx="150" cy="200" rx="30" ry="5" fill="#C0C0C0" />
<polygon points="145,200 155,200 150,210" fill="#C0C0C0" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Moonlit night sky -->
<rect width="300" height="300" fill="#0c1449" />
<!-- Moon -->
<circle cx="250" cy="50" r="40" fill="#f7e8b3" />
<!-- Skyscraper 1 -->
<rect x="50" y="150" width="50" height="150" fill="#363636" />
<rect x="40" y="150" width="70" height="10" fill="#5c5c5c" />
<!-- Skyscraper 2 -->
<rect x="200" y="120" width="60" height="180" fill="#333333" />
<!-- Tightrope -->
<line x1="75" y1="100" x2="225" y2="100" stroke="#fff" stroke-width="2" />
<!-- Cat -->
<circle cx="150" cy="90" r="20" fill="#000" />
<path d="M140 120 Q150 150 160 120" fill="none" stroke="#000" stroke-width="2" />
<line x1="153" y1="120" x2="160" y2="115" stroke="#000" stroke-width="2" />
<line x1="157" y1="120" x2="160" y2="115" stroke="#000" stroke-width="2" />
<!-- Unicycle -->
<circle cx="146" cy="150" r="10" fill="#000" />
<line x1="146" y1="150" x2="160" y2="180" stroke="#000" stroke-width="2" />
<line x1="146" y1="150" x2="132" y2="180" stroke="#000" stroke-width="2" />
</svg>
Judge's Analysis
Player 2's image captures the essence of the prompt more effectively by clearly depicting a figure balancing on a unicycle atop a tightrope between skyscrapers, with a visible moon in the background.
The simplicity of the silhouette design enhances the concept of a cat balancing, while the color palette suits the nighttime setting.
In contrast, Player 1's image lacks clarity in representing the cat and the unicycle, making it less effective 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
"A cityscape with buildings made of giant fruit"
"Underwater steampunk city with jellyfish streetlights"
"Floating island with a waterfall of stars"
"Whale with butterfly wings swimming through clouds"
"A pineapple wearing a monocle, top hat, and bowtie, floating in a starry galaxy"
"A futuristic cityscape made entirely of giant, glowing neon seashells"