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
+10
View File
@@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Name=Mines
Comment=A Minesweeper clone with Compose Multiplatform
Exec=Mines
Icon=de.stefan_oltmann.mines
Terminal=false
Categories=Game;LogicGame;
Keywords=minesweeper;game;puzzle;
StartupWMClass=Mines
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component type="desktop-application">
<id>de.stefan_oltmann.mines</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Mines</name>
<summary>A modern Minesweeper puzzle game</summary>
<launchable type="desktop-id">de.stefan_oltmann.mines.desktop</launchable>
<description>
<p>
Mines is a modern implementation of the classic Minesweeper game, built using Kotlin Multiplatform. Enjoy a
clean interface and intuitive controls as you challenge yourself with different difficulty levels and board
sizes.
</p>
</description>
<screenshots>
<screenshot type="default">
<image height="720" type="source" width="1280">
https://raw.githubusercontent.com/StefanOltmann/mines/refs/tags/1.3.7/images/windows_screenshot_1.png
</image>
<caption>Easy level board</caption>
</screenshot>
<screenshot>
<image height="720" type="source" width="1280">
https://raw.githubusercontent.com/StefanOltmann/mines/refs/tags/1.3.7/images/windows_screenshot_2.png
</image>
<caption>Intermediate level board</caption>
</screenshot>
<screenshot>
<image height="720" type="source" width="1280">
https://raw.githubusercontent.com/StefanOltmann/mines/refs/tags/1.3.7/images/windows_screenshot_3.png
</image>
<caption>Expert level board</caption>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/StefanOltmann/mines</url>
<url type="bugtracker">https://github.com/StefanOltmann/mines/issues</url>
<url type="donation">https://github.com/sponsors/StefanOltmann</url>
<developer_name>Stefan Oltmann</developer_name>
<releases>
<release version="1.3.7" date="2025-05-04"/>
</releases>
<content_rating type="oars-1.1"/>
</component>