Creative Challenge
"Sphinx with gears for eyes, sitting atop a floating Rubik's Cube"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<!-- Patterns and Gradients -->
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#1a237e" />
<stop offset="50%" stop-color="#4a148c" />
<stop offset="100%" stop-color="#880e4f" />
</linearGradient>
<linearGradient id="sphinxGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#d4a676" />
<stop offset="100%" stop-color="#8d6e63" />
</linearGradient>
<radialGradient id="gearGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#ffeb3b" />
<stop offset="70%" stop-color="#ff9800" />
<stop offset="100%" stop-color="#ff5722" />
</radialGradient>
<pattern id="gearPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="4" fill="#ff5722" />
<path d="M10,2 L12,6 L16,6 L13,10 L16,14 L12,14 L10,18 L8,14 L4,14 L7,10 L4,6 L8,6 Z" fill="#ffeb3b" />
</pattern>
<!-- Gear Definition -->
<g id="gear">
<circle cx="0" cy="0" r="12" fill="url(#gearGradient)" />
<path d="M0,-16 L2,-12 L6,-12 L3,-8 L6,-4 L2,-4 L0,0 L-2,-4 L-6,-4 L-3,-8 L-6,-12 L-2,-12 Z" fill="#ffd54f" />
<circle cx="0" cy="0" r="5" fill="#ff5722" />
<circle cx="0" cy="0" r="2" fill="#ffeb3b" />
</g>
<!-- Cloud Definition -->
<g id="cloud">
<ellipse cx="0" cy="0" rx="20" ry="15" fill="white" opacity="0.7" />
<ellipse cx="-15" cy="0" rx="12" ry="10" fill="white" opacity="0.7" />
<ellipse cx="15" cy="0" rx="12" ry="10" fill="white" opacity="0.7" />
<ellipse cx="-7" cy="-7" rx="10" ry="8" fill="white" opacity="0.7" />
<ellipse cx="7" cy="-7" rx="10" ry="8" fill="white" opacity="0.7" />
</g>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<!-- Stars -->
<g id="stars">
<circle cx="30" cy="40" r="1.5" fill="white" />
<circle cx="60" cy="20" r="1" fill="white" />
<circle cx="100" cy="50" r="1.2" fill="white" />
<circle cx="150" cy="30" r="0.8" fill="white" />
<circle cx="200" cy="25" r="1.3" fill="white" />
<circle cx="250" cy="45" r="1" fill="white" />
<circle cx="280" cy="60" r="0.9" fill="white" />
<circle cx="45" cy="75" r="1.1" fill="white" />
<circle cx="120" cy="15" r="1.4" fill="white" />
<circle cx="220" cy="70" r="1.2" fill="white" />
<circle cx="270" cy="10" r="1" fill="white" />
</g>
<!-- Clouds -->
<use href="#cloud" x="40" y="60" />
<use href="#cloud" x="260" y="90" />
<use href="#cloud" x="160" y="40" />
<!-- Floating Rubik's Cube -->
<g id="rubiksCube" transform="translate(150, 200) rotate(15)">
<!-- Bottom face -->
<polygon points="-40,-20 40,-20 20,0 -60,0" fill="#f44336" stroke="#311b92" stroke-width="1.5" />
<!-- Right face -->
<polygon points="40,-20 40,-80 20,-60 20,0" fill="#2196f3" stroke="#311b92" stroke-width="1.5" />
<!-- Top face -->
<polygon points="-40,-80 40,-80 20,-60 -60,-60" fill="#4caf50" stroke="#311b92" stroke-width="1.5" />
<!-- Left face -->
<polygon points="-40,-80 -40,-20 -60,0 -60,-60" fill="#ffeb3b" stroke="#311b92" stroke-width="1.5" />
<!-- Cube grid lines -->
<!-- Bottom face grid -->
<line x1="-20" y1="-20" x2="-20" y2="0" stroke="#311b92" stroke-width="1" />
<line x1="0" y1="-20" x2="-20" y2="0" stroke="#311b92" stroke-width="1" />
<line x1="20" y1="-20" x2="0" y2="0" stroke="#311b92" stroke-width="1" />
<line x1="-13.3" y1="-13.3" x2="26.7" y2="-13.3" stroke="#311b92" stroke-width="1" />
<line x1="-26.7" y1="-6.7" x2="13.3" y2="-6.7" stroke="#311b92" stroke-width="1" />
<!-- Right face grid -->
<line x1="33.3" y1="-20" x2="13.3" y2="0" stroke="#311b92" stroke-width="1" />
<line x1="26.7" y1="-40" x2="6.7" y2="-20" stroke="#311b92" stroke-width="1" />
<line x1="33.3" y1="-60" x2="13.3" y2="-40" stroke="#311b92" stroke-width="1" />
<line x1="33.3" y1="-40" x2="33.3" y2="-60" stroke="#311b92" stroke-width="1" />
<line x1="26.7" y1="-20" x2="26.7" y2="-40" stroke="#311b92" stroke-width="1" />
<!-- Top face grid -->
<line x1="-20" y1="-80" x2="-20" y2="-60" stroke="#311b92" stroke-width="1" />
<line x1="0" y1="-80" x2="-20" y2="-60" stroke="#311b92" stroke-width="1" />
<line x1="20" y1="-80" x2="0" y2="-60" stroke="#311b92" stroke-width="1" />
<line x1="-13.3" y1="-73.3" x2="26.7" y2="-73.3" stroke="#311b92" stroke-width="1" />
<line x1="-26.7" y1="-66.7" x2="13.3" y2="-66.7" stroke="#311b92" stroke-width="1" />
<!-- Left face grid -->
<line x1="-46.7" y1="-20" x2="-66.7" y2="0" stroke="#311b92" stroke-width="1" />
<line x1="-46.7" y1="-40" x2="-66.7" y2="-20" stroke="#311b92" stroke-width="1" />
<line x1="-46.7" y1="-60" x2="-66.7" y2="-40" stroke="#311b92" stroke-width="1" />
<line x1="-46.7" y1="-40" x2="-46.7" y2="-20" stroke="#311b92" stroke-width="1" />
<line x1="-53.3" y1="-50" x2="-53.3" y2="-30" stroke="#311b92" stroke-width="1" />
</g>
<!-- Sphinx Body -->
<g id="sphinx" transform="translate(150, 150)">
<!-- Body -->
<path d="M-60,20 C-40,0 -20,-10 0,-10 C20,-10 40,0 60,20 L50,50 L-50,50 Z" fill="url(#sphinxGradient)" />
<!-- Paws -->
<ellipse cx="-40" cy="50" rx="15" ry="10" fill="#a1887f" />
<ellipse cx="40" cy="50" rx="15" ry="10" fill="#a1887f" />
<!-- Chest -->
<path d="M-20,20 C-10,30 10,30 20,20 L15,50 L-15,50 Z" fill="#d7ccc8" />
<!-- Head -->
<path d="M-25,-10 C-20,-40 20,-40 25,-10 C30,0 20,15 0,15 C-20,15 -30,0 -25,-10 Z" fill="url(#sphinxGradient)" />
<!-- Crown -->
<path d="M-20,-30 L-15,-45 L-5,-35 L0,-50 L5,-35 L15,-45 L20,-30 Z" fill="#ffd700" stroke="#ff8f00" stroke-width="1" />
<!-- Face details -->
<path d="M-10,-20 C-5,-22 5,-22 10,-20" fill="none" stroke="#5d4037" stroke-width="1.5" stroke-linecap="round" />
<path d="M0,-15 L0,-5" fill="none" stroke="#5d4037" stroke-width="1.5" stroke-linecap="round" />
<!-- Ears -->
<path d="M-25,-10 L-35,-25 L-25,-15 Z" fill="#a1887f" />
<path d="M25,-10 L35,-25 L25,-15 Z" fill="#a1887f" />
<!-- Gear Eyes -->
<g class="left-eye" transform="translate(-12, -20)">
<use href="#gear">
<animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0" to="360" dur="10s" repeatCount="indefinite" />
</use>
</g>
<g class="right-eye" transform="translate(12, -20)">
<use href="#gear">
<animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0" to="-360" dur="8s" repeatCount="indefinite" />
</use>
</g>
<!-- Decorative Elements -->
<path d="M-50,30 C-40,35 -30,38 -20,40 C-10,42 10,42 20,40 C30,38 40,35 50,30" fill="none" stroke="#ffd700" stroke-width="2" stroke-dasharray="4 2" />
<!-- Ancient Egyptian styled collar -->
<path d="M-25,0 C-15,10 15,10 25,0 C15,15 -15,15 -25,0 Z" fill="none" stroke="#ffd700" stroke-width="3" />
<path d="M-20,5 C-10,12 10,12 20,5" fill="none" stroke="#7b1fa2" stroke-width="2" />
</g>
<!-- Mystical Energy Beam connecting cube and sphinx -->
<path d="M150,150 L150,200" stroke="#ff9800" stroke-width="2" opacity="0.7">
<animate attributeName="stroke-dasharray" values="1,10; 2,5; 5,2; 10,1; 5,2; 2,5" dur="2s" repeatCount="indefinite" />
</path>
<!-- Floating Particles -->
<g id="particles">
<circle cx="120" cy="170" r="2" fill="#ff9800">
<animate attributeName="cy" values="170;165;170" dur="3s" repeatCount="indefinite" />
<animate attributeName="opacity" values="0.3;1;0.3" dur="3s" repeatCount="indefinite" />
</circle>
<circle cx="180" cy="160" r="1.5" fill="#ff9800">
<animate attributeName="cy" values="160;155;160" dur="2.5s" repeatCount="indefinite" />
<animate attributeName="opacity" values="0.3;1;0.3" dur="2.5s" repeatCount="indefinite" />
</circle>
<circle cx="140" cy="190" r="2.5" fill="#ff9800">
<animate attributeName="cy" values="190;185;190" dur="4s" repeatCount="indefinite" />
<animate attributeName="opacity" values="0.3;1;0.3" dur="4s" repeatCount="indefinite" />
</circle>
<circle cx="160" cy="175" r="1.8" fill="#ff9800">
<animate attributeName="cy" values="175;170;175" dur="3.5s" repeatCount="indefinite" />
<animate attributeName="opacity" values="0.3;1;0.3" dur="3.5s" repeatCount="indefinite" />
</circle>
</g>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="eyeGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#ff7e5f"/>
<stop offset="1" stop-color="#feb47b"/>
</linearGradient>
<radialGradient id="sphinxGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0" stop-color="#f8b400"/>
<stop offset="1" stop-color="#e67e22"/>
</radialGradient>
<linearGradient id="cubeGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#8e44ad"/>
<stop offset="1" stop-color="#2980b9"/>
</linearGradient>
</defs>
<rect x="135" y="100" width="30" height="30" fill="url(#cubeGradient)" rx="5"/>
<rect x="145" y="90" width="10" height="10" fill="#f1c40f" rx="2"/>
<rect x="155" y="100" width="10" height="10" fill="#16a085" rx="2"/>
<rect x="165" y="110" width="10" height="10" fill="#27ae60" rx="2"/>
<rect x="135" y="110" width="10" height="10" fill="#2c3e50" rx="2"/>
<rect x="145" y="120" width="10" height="10" fill="#3498db" rx="2"/>
<rect x="155" y="130" width="10" height="10" fill="#f39c12" rx="2"/>
<rect x="165" y="140" width="10" height="10" fill="#e74c3c" rx="2"/>
<rect x="135" y="140" width="10" height="10" fill="#9b59b6" rx="2"/>
<rect x="145" y="150" width="10" height="10" fill="#34495e" rx="2"/>
<rect x="155" y="160" width="10" height="10" fill="#2ecc71" rx="2"/>
<rect x="165" y="170" width="10" height="10" fill="#1abc9c" rx="2"/>
<rect x="135" y="170" width="10" height="10" fill="#95a5a6" rx="2"/>
<rect x="145" y="180" width="10" height="10" fill="#d35400" rx="2"/>
<rect x="155" y="190" width="10" height="10" fill="#16a085" rx="2"/>
<rect x="165" y="200" width="10" height="10" fill="#3498db" rx="2"/>
<rect x="135" y="200" width="10" height="10" fill="#e74c3c" rx="2"/>
<rect x="145" y="210" width="10" height="10" fill="#34495e" rx="2"/>
<rect x="155" y="220" width="10" height="10" fill="#2ecc71" rx="2"/>
<rect x="165" y="230" width="10" height="10" fill="#1abc9c" rx="2"/>
<rect x="135" y="230" width="10" height="10" fill="#95a5a6" rx="2"/>
<rect x="145" y="240" width="10" height="10" fill="#d35400" rx="2"/>
<rect x="155" y="250" width="10" height="10" fill="#16a085" rx="2"/>
<rect x="165" y="260" width="10" height="10" fill="#3498db" rx="2"/>
<rect x="135" y="260" width="10" height="10" fill="#e74c3c" rx="2"/>
<rect x="145" y="270" width="10" height="10" fill="#34495e" rx="2"/>
<rect x="155" y="280" width="10" height="10" fill="#2ecc71" rx="2"/>
<rect x="165" y="290" width="10" height="10" fill="#1abc9c" rx="2"/>
<rect x="135" y="290" width="10" height="10" fill="#95a5a6" rx="2"/>
<g transform="translate(100 150)">
<circle cx="0" cy="0" r="30" fill="url(#sphinxGradient)"/>
<path d="M-20,-30 Q-10,-10 0,0 T20,30 Q10,10 0,-10 T-20,-30 Z" fill="url(#sphinxGradient)"/>
<circle cx="0" cy="-40" r="10" fill="url(#eyeGradient)"/>
<circle cx="0" cy="-40" r="5" fill="#fff"/>
<circle cx="25" cy="-30" r="10" fill="url(#eyeGradient)"/>
<circle cx="25" cy="-30" r="5" fill="#fff"/>
<circle cx="-25" cy="-30" r="10" fill="url(#eyeGradient)"/>
<circle cx="-25" cy="-30" r="5" fill="#fff"/>
</g>
<path d="M135,100 Q150,120 165,100 T180,100 Q195,120 210,100 T225,100 Q240,120 255,100 T270,100 Q285,120 300,100 T315,100 Q330,120 345,100 T360,100 Q375,120 390,100 T405,100 Q420,120 435,100 T450,100 Q465,120 480,100 T500,100" stroke="#000" stroke-width="5" fill="none" transform="translate(-100,-50)"/>
<path d="M150,130 Q160,150 170,130 T190,130 Q200,150 210,130 T230,130 Q240,150 250,130 T270,130 Q280,150 290,130 T310,130 Q320,150 330,130 T350,130 Q360,150 370,130 T390,130 Q400,150 410,130 T430,130 Q440,150 450,130 T470,130 Q480,150 490,130 T510,130" stroke="#000" stroke-width="5" fill="none" transform="translate(-100,-50)"/>
<path d="M135,160 Q150,180 165,160 T190,160 Q200,180 210,160 T230,160 Q240,180 250,160 T270,160 Q280,180 290,160 T310,160 Q320,180 330,160 T350,160 Q360,180 370,160 T390,160 Q400,180 410,160 T430,160 Q440,180 450,160 T470,160 Q480,180 490,160 T510,160" stroke="#000" stroke-width="5" fill="none" transform="translate(-100,-50)"/>
<g transform="translate(150 100)">
<circle cx="0" cy="0" r="5" fill="url(#eyeGradient)"/>
<circle cx="0" cy="0" r="3" fill="#fff"/>
</g>
<g transform="translate(165 100)">
<circle cx="0" cy="0" r="5" fill="url(#eyeGradient)"/>
<circle cx="0" cy="0" r="3" fill="#fff"/>
</g>
<path d="M100,100 Q120,120 140,100 T160,100 Q180,120 200,100 T220,100 Q240,120 260,100 T280,100 Q300,120 320,100 T340,100 Q360,120 380,100 T400,100 Q420,120 440,100 T460,100 Q480,120 500,100" stroke="#000" stroke-width="5" fill="none" transform="translate(-100,-50)"/>
</svg>
Judge's Analysis
Player 1's image clearly depicts a recognizable sphinx with gears for eyes sitting atop a floating Rubik's Cube, adhering closely to the prompt.
The background and additional elements like clouds enhance the visual appeal.
Player 2's image is more abstract and less identifiable with the prompt, making it less effective in conveying the intended concept.
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
"Penguin in a bathtub wearing a monocle and top hat"
"Sailing cow on a lake made of lavender lemonade"
"Levitating teacup pouring stars into an open book"
"A cat playing a violin on a floating lily pad"
"A clock tower made of melting candy under a starry night sky"
"Rainbow octopus knitting a cosmic scarf"