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:
Dawnsorrow
2026-07-29 07:32:33 -05:00
co-authored by Cursor
commit 1ae7c24706
191 changed files with 14286 additions and 0 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

+25
View File
@@ -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

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB