Back

SVG Drawing Match #2031

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Astronaut playing chess with a cat on a moonlit crater"

SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Definitions for gradients and patterns -->
  <defs>
    <radialGradient id="skyGradient" cx="0.5" cy="0.5" r="0.8">
      <stop offset="0%" stop-color="#001d3d"/>
      <stop offset="100%" stop-color="#000814"/>
    </radialGradient>
    <radialGradient id="moonCrater" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#e0e0e0"/>
      <stop offset="100%" stop-color="#a0a0a0"/>
    </radialGradient>
    <linearGradient id="astronautSuit" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#cccccc"/>
    </linearGradient>
    <radialGradient id="chessBoard" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="50%" stop-color="#d3d3d3"/>
      <stop offset="100%" stop-color="#ffffff"/>
    </radialGradient>
    <pattern id="chessPattern" width="20" height="20" patternUnits="userSpaceOnUse">
      <rect width="10" height="10" fill="#ffffff"/>
      <rect x="10" y="10" width="10" height="10" fill="#ffffff"/>
      <rect x="10" y="0" width="10" height="10" fill="#d3d3d3"/>
      <rect x="0" y="10" width="10" height="10" fill="#d3d3d3"/>
    </pattern>
  </defs>

  <!-- Background Sky -->
  <rect width="300" height="300" fill="url(#skyGradient)" />

  <!-- Stars -->
  <g fill="#ffffff" opacity="0.8">
    <circle cx="50" cy="30" r="1.5"/>
    <circle cx="200" cy="80" r="1"/>
    <circle cx="250" cy="40" r="1.2"/>
    <circle cx="120" cy="150" r="1.3"/>
    <circle cx="280" cy="200" r="1"/>
    <circle cx="70" cy="220" r="1.1"/>
    <circle cx="180" cy="270" r="1"/>
  </g>

  <!-- Moon Crater -->
  <ellipse cx="150" cy="150" rx="100" ry="60" fill="url(#moonCrater)" />
  <ellipse cx="150" cy="150" rx="100" ry="60" fill-opacity="0.4" />

  <!-- Chessboard -->
  <g transform="translate(100,130)">
    <rect width="100" height="70" fill="url(#chessPattern)" stroke="#000" stroke-width="2"/>
    <!-- Chess Pieces: Simple Circles -->
    <circle cx="20" cy="20" r="4" fill="#000"/>
    <circle cx="40" cy="20" r="4" fill="#000"/>
    <circle cx="60" cy="20" r="4" fill="#000"/>
    <circle cx="80" cy="20" r="4" fill="#000"/>
    <circle cx="20" cy="50" r="4" fill="#ffffff"/>
    <circle cx="40" cy="50" r="4" fill="#ffffff"/>
    <circle cx="60" cy="50" r="4" fill="#ffffff"/>
    <circle cx="80" cy="50" r="4" fill="#ffffff"/>
  </g>

  <!-- Astronaut -->
  <g transform="translate(80,100)">
    <circle cx="0" cy="0" r="15" fill="url(#astronautSuit)" stroke="#000" stroke-width="1.5"/>
    <rect x="-5" y="15" width="10" height="20" fill="#cccccc" stroke="#000" stroke-width="1"/>
    <line x1="0" y1="35" x2="-10" y2="50" stroke="#000" stroke-width="2"/>
    <line x1="0" y1="35" x2="10" y2="50" stroke="#000" stroke-width="2"/>
    <text x="-3" y="-2" font-size="8" fill="#000">🧑‍🚀</text>
  </g>

  <!-- Cat -->
  <g transform="translate(200,170)">
    <circle cx="0" cy="0" r="10" fill="#ffcc99" stroke="#000" stroke-width="1"/>
    <polygon points="-10,-5 0,-15 10,-5" fill="#ffcc99" stroke="#000" stroke-width="1"/>
    <circle cx="-3,-2" r="1.5" fill="#000"/>
    <circle cx="3,-2" r="1.5" fill="#000"/>
    <path d="M-4,4 Q0,8 4,4" stroke="#000" stroke-width="1" fill="none"/>
    <line x1="0" y1="10" x2="0" y2="20" stroke="#000" stroke-width="2"/>
    <line x1="-5" y1="15" x2="0" y2="20" stroke="#000" stroke-width="2"/>
    <line x1="5" y1="15" x2="0" y2="20" stroke="#000" stroke-width="2"/>
  </g>

  <!-- Moonlight Glow -->
  <radialGradient id="glow" cx="0.5" cy="0.5" r="0.5">
    <stop offset="0%" stop-color="rgba(255,255,255,0.3)"/>
    <stop offset="100%" stop-color="rgba(0,0,0,0)"/>
  </radialGradient>
  <ellipse cx="150" cy="150" rx="100" ry="60" fill="url(#glow)" />

</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonlight" cx="50%" cy="50%" r="75%" fx="30%" fy="30%">
      <stop offset="0%" stop-color="#191970" />
      <stop offset="100%" stop-color="#000080" />
    </radialGradient>
    <pattern id="cat-fur" width="5" height="5" patternUnits="userSpaceOnUse">
      <rect width="5" height="5" fill="#FFA500" />
      <circle cx="2.5" cy="2.5" r="1.5" fill="#FF8C00" />
    </pattern>  
  </defs>
  <circle cx="150" cy="350" r="250" fill="url(#moonlight)" />
    <path d="M50 150 A 100 70 0 0 1 250 150 L 250 200 A 110 80 0 0 0 50 200 Z" fill="#808080" />
    <ellipse cx="150" cy="200" rx="70" ry="15" fill="#A9A9A9"/>
  <g transform="translate(70,120)">
    <circle cx="20" cy="40" r="30" fill="white" stroke="black" stroke-width="2"/>
    <rect x="10" y="70" width="40" height="60" fill="white" stroke="black" stroke-width="2"/>
    <path d="M0 70 L 60 70 L 30 100 Z" fill="lightgray" stroke="black" stroke-width="2"/>
    <circle cx="30" cy="30" r="10" fill="lightblue"/>
    <g transform="translate(10, -5)">
      <path d="M15 35 L50 25 L50 45 Z" fill="#eee" stroke="black" stroke-width="1.5"/>
      <circle cx="50" cy="35" r="8" fill="white" stroke="black" stroke-width="1.5"/>
    </g>
  </g>
    <path transform="translate(180, 140) scale(0.7)"  d="M20 20 C 50 20 50 50 80 50 L 100 50 C 110 50 100 80 120 100 L 140 120" fill="none" stroke="white" stroke-width="5"/>


  <g transform="translate(180,110)">
      <ellipse cx="30" cy="50" rx="25" ry="30" fill="url(#cat-fur)" />
      <circle cx="20" cy="40" r="8" fill="white"/>
      <circle cx="40" cy="40" r="8" fill="white"/>
      <circle cx="25" cy="45" r="3" fill="black"/>
      <circle cx="35" cy="45" r="3" fill="black"/>
      <polygon points="30,55 25,60 35,60" fill="pink"/>
      <path d="M0 70 L 20 50 L 40 70 Z" fill="#FFA500" />

    <path transform="translate(34,72) rotate(10)" d="M0 0 C 10 10 10 10 10 10" fill="none" stroke="black" stroke-width = "3"/>

  </g>
  <rect x="100" y="160" width="30" height="10" fill="brown" stroke="black"/>
  <rect x="130" y="160" width="10" height="30" fill="brown" stroke="black"/>
  <rect x="160" y="160" width="30" height="10" fill="white" stroke="black"/>


</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O1-mini (2024-09-12) Player 1

Judge's Analysis

    Player 1's image creatively captures the essence of the prompt by clearly depicting an astronaut and a cat with a chessboard, set against a moonlit background.

    The technical execution and composition are simple yet effective, conveying the scenario with clarity.

    Player 2's image, while colorful, lacks clarity in showcasing the chess element and overall scenario as described in 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

Total Shapes

The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.

Player 1
36
Player 2
23
Rectangles

The number of rectangle elements (rect) in the SVG.

Player 1
7
Player 2
5
Circles

The number of circle elements (circle) in the SVG.

Player 1
19
Player 2
9
Ellipses

The number of ellipse elements (ellipse) in the SVG.

Player 1
3
Player 2
2
Lines

The number of line elements (line) in the SVG.

Player 1
5
Player 2
Polygons

The number of polygon elements (polygon) in the SVG.

Player 1
1
Player 2
1
Paths

The number of path elements (path) in the SVG.

Player 1
1
Player 2
6
Groups

The number of group elements (g) in the SVG.

Player 1
4
Player 2
3

Visual Effects Metrics

Gradients

The number of gradient definitions (linearGradient, radialGradient) in the SVG.

Player 1
5
Player 2
1
Patterns

The number of pattern definitions (pattern) in the SVG.

Player 1
1
Player 2
1
Filters

The number of filter definitions (filter) in the SVG.

Player 1
Player 2
Masks

The number of mask definitions (mask) in the SVG.

Player 1
Player 2
Clip Paths

The number of clipping path definitions (clipPath) in the SVG.

Player 1
Player 2
Elements with Opacity

The number of elements with opacity attributes in the SVG.

Player 1
1
Player 2
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
11
Player 2
10

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
13

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
3
Player 2
5

Complexity Metrics

Path Commands

The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.

Player 1
2
Player 2
24
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
Player 2
1
Defs Elements

The number of elements defined within the defs element in the SVG.

Player 1
5
Player 2
2
Use Elements

The number of use elements (use) in the SVG.

Player 1
Player 2

Text Metrics

Text Elements

The number of text elements (text) in the SVG.

Player 1
1
Player 2

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