Creative Challenge
"Octopus DJing at an underwater rave, with starfish dancers"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient -->
<defs>
<linearGradient id="oceanGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#3498db" />
<stop offset="1" stop-color="#2c3e50" />
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#oceanGradient)" rx="10" />
<!-- Octopus DJ -->
<g transform="translate(150, 120)">
<circle cx="0" cy="0" r="30" fill="#f1c40f" />
<path d="M 0 -30 C -15 -50 15 -50 0 -30 Z" fill="#f1c40f" />
<g transform="rotate(45)">
<path d="M 0 -30 C -15 -50 15 -50 0 -30 Z" fill="#f1c40f" />
</g>
<g transform="rotate(90)">
<path d="M 0 -30 C -15 -50 15 -50 0 -30 Z" fill="#f1c40f" />
</g>
<g transform="rotate(135)">
<path d="M 0 -30 C -15 -50 15 -50 0 -30 Z" fill="#f1c40f" />
</g>
<g transform="rotate(180)">
<path d="M 0 -30 C -15 -50 15 -50 0 -30 Z" fill="#f1c40f" />
</g>
<g transform="rotate(225)">
<path d="M 0 -30 C -15 -50 15 -50 0 -30 Z" fill="#f1c40f" />
</g>
<g transform="rotate(270)">
<path d="M 0 -30 C -15 -50 15 -50 0 -30 Z" fill="#f1c40f" />
</g>
<g transform="rotate(315)">
<path d="M 0 -30 C -15 -50 15 -50 0 -30 Z" fill="#f1c40f" />
</g>
<circle cx="0" cy="0" r="10" fill="#ecf0f1" />
<circle cx="10" cy="-10" r="5" fill="#ecf0f1" />
<circle cx="-10" cy="-10" r="5" fill="#ecf0f1" />
<path d="M -10 10 L 10 10" stroke="#ecf0f1" stroke-width="2" />
</g>
<!-- Turntables -->
<g transform="translate(100, 180)">
<circle cx="0" cy="0" r="20" fill="#95a5a6" />
<circle cx="0" cy="0" r="10" fill="#ecf0f1" />
<path d="M -20 0 L 20 0" stroke="#ecf0f1" stroke-width="2" />
<path d="M 0 -20 L 0 20" stroke="#ecf0f1" stroke-width="2" />
</g>
<g transform="translate(200, 180)">
<circle cx="0" cy="0" r="20" fill="#95a5a6" />
<circle cx="0" cy="0" r="10" fill="#ecf0f1" />
<path d="M -20 0 L 20 0" stroke="#ecf0f1" stroke-width="2" />
<path d="M 0 -20 L 0 20" stroke="#ecf0f1" stroke-width="2" />
</g>
<!-- Starfish dancers -->
<g transform="translate(80, 250)">
<path d="M 0 0 L 20 -10 L 30 0 L 20 10 Z" fill="#f1c40f" />
<path d="M 0 0 L -20 -10 L -30 0 L -20 10 Z" fill="#f1c40f" />
<path d="M 0 0 L 10 -20 L 0 -30 L -10 -20 Z" fill="#f1c40f" />
<path d="M 0 0 L 10 20 L 0 30 L -10 20 Z" fill="#f1c40f" />
<circle cx="0" cy="0" r="5" fill="#ecf0f1" />
</g>
<g transform="translate(220, 250)">
<path d="M 0 0 L 20 -10 L 30 0 L 20 10 Z" fill="#f1c40f" />
<path d="M 0 0 L -20 -10 L -30 0 L -20 10 Z" fill="#f1c40f" />
<path d="M 0 0 L 10 -20 L 0 -30 L -10 -20 Z" fill="#f1c40f" />
<path d="M 0 0 L 10 20 L 0 30 L -10 20 Z" fill="#f1c40f" />
<circle cx="0" cy="0" r="5" fill="#ecf0f1" />
</g>
<!-- Music notes -->
<g transform="translate(150, 50)">
<path d="M 0 0 L 10 -10 L 20 0 L 10 10 Z" fill="#ecf0f1" />
<path d="M 0 0 L -10 -10 L -20 0 L -10 10 Z" fill="#ecf0f1" />
<path d="M 0 0 L 5 -20 L 0 -30 L -5 -20 Z" fill="#ecf0f1" />
<path d="M 0 0 L 5 20 L 0 30 L -5 20 Z" fill="#ecf0f1" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="oceanGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#00aaff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#005f7a; stop-opacity:1" />
</radialGradient>
<linearGradient id="djGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff5e3a; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffb900; stop-opacity:1" />
</linearGradient>
<filter id="glow">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" />
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect width="100%" height="100%" fill="url(#oceanGradient)" />
<circle cx="150" cy="250" r="50" fill="#7af6a3" />
<path d="M150 150C100 50 50 100 80 180C40 170 10 190 50 260C80 240 100 220 150 210C200 220 220 240 250 260C290 190 260 170 220 180C250 100 200 50 150 150Z" fill="url(#djGradient)" filter="url(#glow)" />
<circle cx="150" cy="120" r="30" fill="#f6d04c" />
<circle cx="135" cy="100" r="5" fill="#e44d26" />
<circle cx="165" cy="100" r="5" fill="#e44d26" />
<rect x="145" y="110" width="10" height="20" fill="#d2c0b2" />
<g fill="#ff69b4" filter="url(#glow)">
<polygon points="240,230 230,260 250,260" />
<polygon points="60,230 70,260 50,260" />
</g>
<g fill="#ffa500" filter="url(#glow)" transform="translate(220, 210)">
<polygon points="0,0 10,-15 -10,-15" />
<polygon points="5,-5 15,-20 -5,-20" />
</g>
<g fill="#ffa500" filter="url(#glow)" transform="translate(80, 210)">
<polygon points="0,0 -10,-15 10,-15" />
<polygon points="-5,-5 -15,-20 5,-20" />
</g>
<text x="50" y="50" font-family="Arial" font-size="20" fill="#ffffff" filter="url(#glow)">Underwater Rave!</text>
</svg>
Judge's Analysis
Player 2's image better captures the theme of 'Octopus DJing at an underwater rave, with starfish dancers' with its vibrant colors and dynamic composition.
The design suggests movement and energy, fitting the rave concept, while the inclusion of multiple elements aligns more closely with the prompt.
Player 1's image, while technically clean, lacks the thematic elements and complexity required by 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
"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"
"Flamingo riding a bicycle on a rainbow tightrope"