Files
jcoffey-dev 49feff0e58 World Conquest: the classic game of world domination, one against five
Forty-two territories grouped from Natural Earth's public-domain outlines,
the classic eighty-three links, exact dice odds, escalating card sets, and
five bots that play every seeded game through to a winner.
2026-09-17 23:13:56 -07:00

15 lines
749 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="World Conquest">
<!-- A six on a die, one pip in each of the six armies' colors: the whole
game is those six and the dice. Drawn by hand, like every other mark in
this repository. -->
<rect x="4" y="4" width="56" height="56" rx="12" fill="#fffaf0" stroke="#2b2318" stroke-width="3.5"/>
<g stroke="#2b2318" stroke-width="2.5">
<circle cx="20" cy="18" r="6" fill="#d8543f"/>
<circle cx="44" cy="18" r="6" fill="#3f7fd8"/>
<circle cx="20" cy="32" r="6" fill="#e8b53a"/>
<circle cx="44" cy="32" r="6" fill="#3fae7a"/>
<circle cx="20" cy="46" r="6" fill="#9a62c9"/>
<circle cx="44" cy="46" r="6" fill="#7c8a99"/>
</g>
</svg>