Creative Challenge
"A cat wearing a spacesuit floats in a zero-gravity fishbowl, chasing colorful cosmic fish"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with cosmic gradient -->
<defs>
<radialGradient id="spaceGrad" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0" stop-color="#1a0f3c" />
<stop offset="1" stop-color="#0f0c29" />
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<path id="fishShape" d="M50,100 Q60,50 80,100 Q100,150 90,130 L120,160 C130,160 140,150 140,140 C140,130 130,140 120,140 L90,130 Q80,150 50,100Z"/>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#spaceGrad)"/>
<!-- Fishbowl -->
<circle cx="150" cy="150" r="120" fill="none" stroke="#2a2a2a" stroke-width="4"/>
<circle cx="150" cy="150" r="110" fill="transparent" stroke="#2a2a2a" stroke-width="2" style="filter: blur(4px); opacity: 0.3"/>
<!-- Cosmic Fish -->
<g transform="rotate(30 150 150)">
<use href="#fishShape" x="0" y="0" fill="#ff6b6b" transform="scale(0.8) rotate(0)" style="filter: url(#glow)"/>
<use href="#fishShape" x="60" y="-40" fill="#4ecdc4" transform="scale(0.6) rotate(30)" style="filter: url(#glow)"/>
<use href="#fishShape" x="-40" y="-20" fill="#ffe66b" transform="scale(0.7) rotate(-20)" style="filter: url(#glow)"/>
</g>
<!-- Cat in spacesuit -->
<g transform="translate(150 150)">
<!-- Space suit -->
<path d="M-40,-40 L40,-40 L40,40 L-40,40 Z" fill="#ffffff" stroke="#444" stroke-width="2"/>
<path d="M-20,-50 L20,-50 L20,-30 L-20,-30 Z" fill="#f0f0f0"/>
<circle cx="0" cy="-60" r="25" fill="#ffffff" stroke="#444" stroke-width="2"/>
<!-- Cat face -->
<circle cx="0" cy="-60" r="15" fill="#f0f0f0" stroke="#444" stroke-width="1"/>
<path d="M-10,-55 L10,-55 L10,-65 L-10,-65 Z" fill="#444"/>
<circle cx="-5" cy="-55" r="2" fill="#000"/>
<circle cx="5" cy="-55" r="2" fill="#000"/>
<path d="M0,-65 Q5,-60 0,-55" fill="#000"/>
<!-- Floating arms -->
<path d="M-40,-40 Q-20,-50 -30,-60" stroke="#444" stroke-width="2" fill="none"/>
<path d="M40,-40 Q20,-50 30,-60" stroke="#444" stroke-width="2" fill="none"/>
</g>
<!-- Stars -->
<g fill="#fff">
<circle cx="50" cy="50" r="1"/>
<circle cx="200" cy="80" r="1"/>
<circle cx="100" cy="200" r="1"/>
<circle cx="250" cy="250" r="1"/>
<circle cx="150" cy="100" r="1"/>
</g>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0,191,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
</linearGradient>
<linearGradient id="fishGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,165,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,255,255);stop-opacity:1" />
</linearGradient>
<radialGradient id="glassGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(128,128,128);stop-opacity:1" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)"/>
<circle cx="150" cy="150" r="100" fill="url(#glassGradient)" stroke="blue" stroke-width="5"/>
<g transform="translate(150,150)">
<ellipse cx="0" cy="-30" rx="30" ry="15" fill="black"/>
<ellipse cx="0" cy="30" rx="30" ry="15" fill="black"/>
<ellipse cx="0" cy="0" rx="40" ry="20" fill="url(#fishGradient)"/>
<circle cx="-15" cy="0" r="5" fill="white"/>
<circle cx="15" cy="0" r="5" fill="white"/>
<ellipse cx="0" cy="0" rx="2" ry="5" fill="black"/>
<path d="M -40 -15 C -20 -30, 20 -30, 40 -15" stroke="black" stroke-width="2" fill="none"/>
<path d="M -40 15 C -20 30, 20 30, 40 15" stroke="black" stroke-width="2" fill="none"/>
</g>
<g transform="translate(100,120)">
<ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#fishGradient)" transform="rotate(30)"/>
<circle cx="20" cy="0" r="5" fill="black"/>
</g>
<g transform="translate(200,180)">
<ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#fishGradient)" transform="rotate(-45)"/>
<circle cx="-20" cy="0" r="5" fill="black"/>
</g>
</svg>
Judge's Analysis
Player 1's image includes a circular form resembling a fishbowl and colorful elements that suggest cosmic fish, adhering more closely to the prompt.
The design is clean and visually appealing, with a clear depiction of space.
Player 2's submission is less clear in depicting the theme, lacking recognizable elements of a cat or a spacesuit.
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
"Levitation tea party with floating teacups and pastries"
"Moonlit snail in a top hat juggling stars"
"Rainbow octopus in a Victorian tea party setting"
"Dolphin playing chess with a robot atop an iceberg"
"Flamingo on a skateboard, wearing sunglasses and sipping a smoothie"
"Frog in a vintage scuba suit dancing with jellyfish"