Initial Hex Mines fork with hex tiles and mine-count slider.
Based on StefanOltmann/mines (AGPL-3.0): flat-top hex grid, configurable board size, and a mine-count slider replacing fixed difficulty presets. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xml:space="preserve"
|
||||
style="fill-rule:evenodd;clip-rule:evenodd;">
|
||||
<circle cx="256" cy="256" r="120"/>
|
||||
<g>
|
||||
<g transform="matrix(1,0,0,1,0,-29)">
|
||||
<path d="M256,256L256,80" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:50px;"/>
|
||||
</g>
|
||||
<path d="M256,256L400,112" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:50px;"/>
|
||||
<g transform="matrix(1,0,0,1,-3,0)">
|
||||
<path d="M256,256L464,256" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:50px;"/>
|
||||
</g>
|
||||
<path d="M256,256L400,400" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:50px;"/>
|
||||
<g transform="matrix(1,0,0,1,0,-3)">
|
||||
<path d="M256,256L256,464" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:50px;"/>
|
||||
</g>
|
||||
<path d="M256,256L112,400" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:50px;"/>
|
||||
<g transform="matrix(1,0,0,1,3,0)">
|
||||
<path d="M256,256L48,256" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:50px;"/>
|
||||
</g>
|
||||
<path d="M256,256L112,112" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:50px;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user