Creative Challenge
"A fox surfing on a rainbow wave under a starry night sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry Night Sky -->
<rect fill="#2E4053" width="300" height="300"/>
<g>
<circle cx="50" cy="50" r="2" fill="#FFFFFF"/>
<circle cx="70" cy="70" r="3" fill="#FFFFFF"/>
<circle cx="150" cy="100" r="4" fill="#FFFFFF"/>
<circle cx="220" cy="50" r="2" fill="#FFFFFF"/>
<circle cx="280" cy="150" r="3" fill="#FFFFFF"/>
</g>
<!-- Rainbow Wave -->
<path d="M 0,200 C 50,150 100,200 150,150 200,200 250,150 300,200"
fill="none" stroke-width="20" stroke="url(#rainbowGradient)"/>
<defs>
<linearGradient id="rainbowGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#FF0000"/>
<stop offset="0.2" stop-color="#FFA500"/>
<stop offset="0.4" stop-color="#FFFF00"/>
<stop offset="0.6" stop-color="#008000"/>
<stop offset="0.8" stop-color="#0000FF"/>
<stop offset="1" stop-color="#800080"/>
</linearGradient>
</defs>
<!-- Fox -->
<g transform="translate(150, 220)">
<path d="M 0,0 L 20,30 40,0 Z" fill="#FFA07A"/>
<path d="M 20,30 L 30,50 10,50 Z" fill="#FFA07A"/>
<circle cx="20" cy="30" r="10" fill="#FFFFFF"/>
<circle cx="30" cy="20" r="5" fill="#000000"/>
</g>
<!-- Surfboard -->
<rect x="120" y="240" width="60" height="10" fill="#8B4513"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #ff0000; stop-opacity: 1" />
<stop offset="14%" style="stop-color: #ff7f00; stop-opacity: 1" />
<stop offset="28%" style="stop-color: #ffff00; stop-opacity: 1" />
<stop offset="42%" style="stop-color: #00ff00; stop-opacity: 1" />
<stop offset="57%" style="stop-color: #00ffff; stop-opacity: 1" />
<stop offset="71%" style="stop-color: #0000ff; stop-opacity: 1" />
<stop offset="85%" style="stop-color: #4b0082; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #9400d3; stop-opacity: 1" />
</linearGradient>
<radialGradient id="waveGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color: #00bfff; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #1e90ff; stop-opacity: 1" />
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="1.5" fill="white"/>
</pattern>
</defs>
<rect width="300" height="300" fill="black" />
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.2"/>
<path d="M50 250 Q150 150 250 250" fill="none" stroke="url(#rainbow)" stroke-width="20" />
<path d="M50 260 Q150 160 250 260" fill="none" stroke="url(#waveGradient)" stroke-width="15" />
<g transform="translate(150,140) scale(0.2)">
<path d="M0 -40 Q-40 -80 -80 -40 Q-60 0 -80 40 Q-40 80 0 0 Q40 80 80 40 Q60 0 80 -40 Q40 -80 0 -40" fill="orangered" />
<path d="M-30 -40 Q-60 -70 -90 -40 Q-70 0 -90 30 Q-60 60 -30 30 Q-15 0 -30 -40" fill="sandybrown" />
<path d="M-30 -40 Q-50 -70 -30 -60 Q-20 -60 -40 -70 Q-30 -80 -20 -60" fill="black" opacity="0.5" />
<path d="M20 -50 Q25 -70 35 -60 Q40 -75 50 -55 Q40 -65 30 -55" fill="yellow" />
</g>
<circle cx="70" cy="220" r="10" fill="black" />
<circle cx="100" cy="220" r="10" fill="black" />
</svg>
Judge's Analysis
Player 1's image presents a clearer depiction of a fox with identifiable features, and the rainbow wave is prominently displayed under a starry sky, adhering well to the prompt.
The composition is cleaner, and the color gradient is more visually appealing.
In contrast, Player 2's image is less clear in depicting the elements of the prompt, leading to a less cohesive overall design.
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"