{"id":15021552,"url":"https://github.com/dariarty/minesweeper_qt","last_synced_at":"2025-10-29T07:32:42.818Z","repository":{"id":256254591,"uuid":"848872077","full_name":"Dariarty/Minesweeper_Qt","owner":"Dariarty","description":"Minesweeper game made with C++/Qt/QML with improved classic GUI and cutomizable rules","archived":false,"fork":false,"pushed_at":"2024-09-12T15:35:46.000Z","size":21650,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T23:41:16.401Z","etag":null,"topics":["cpp","game","github-pages","minesweeper","qmake","qml","qt"],"latest_commit_sha":null,"homepage":"https://dariarty.github.io/Minesweeper_Qt/","language":"QML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dariarty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-28T14:59:50.000Z","updated_at":"2024-10-03T09:14:11.000Z","dependencies_parsed_at":"2024-09-15T05:32:25.288Z","dependency_job_id":"b6b9636e-020c-40e4-9aa0-ec2b0f42bcf0","html_url":"https://github.com/Dariarty/Minesweeper_Qt","commit_stats":null,"previous_names":["dariarty/minesweeper_qt"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dariarty%2FMinesweeper_Qt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dariarty%2FMinesweeper_Qt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dariarty%2FMinesweeper_Qt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dariarty%2FMinesweeper_Qt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dariarty","download_url":"https://codeload.github.com/Dariarty/Minesweeper_Qt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238791894,"owners_count":19531027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","game","github-pages","minesweeper","qmake","qml","qt"],"created_at":"2024-09-24T19:56:42.928Z","updated_at":"2025-10-29T07:32:42.380Z","avatar_url":"https://github.com/Dariarty.png","language":"QML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minesweeper_Qt\n\n[![en](https://img.shields.io/badge/lang-en-blue.svg)](https://github.com/Dariarty/Minesweeper_Qt/blob/main/README.md)\n[![ru](https://img.shields.io/badge/lang-ru-red.svg)](https://github.com/Dariarty/Minesweeper_Qt/blob/main/README.ru.md)\n\n\u003ca href=\"https://dariarty.github.io/Minesweeper_Qt/\" title=\"GitHub Pages link\"\u003ePlay in browser - WebAssembly version hosted on GitHub Pages\u003c/a\u003e\n\nMinesweeper game with improved classic GUI.\u003c/br\u003e\nCross-platform application made with C++/Qt/QML for Windows, Linux and WebAssembly.\u003c/br\u003e\n\n## Features\n\n* Classic minesweeper gameplay with clean GUI\u003c/br\u003e\n* Customizable difficulty options (field height and width, number of mines)\u003c/br\u003e\n* Resizable scale of field\u003c/br\u003e\n* Desktop and WebAssembly versions\u003c/br\u003e\n\n## Screenshots\n\n\u003ch3 align=\"center\"\u003eBeginner\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/en_US/beginner.png\" /\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eIntermediate\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/en_US/intermediate.png\" /\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eExpert\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/en_US/expert.png\" /\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eDialog for choosing custom game rules\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/en_US/rules.png\" /\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eSettings to change field zoom\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/en_US/scale.png\" /\u003e\n\u003c/p\u003e\n\n## Building Source Code\nApp supports Windows, Linux and WebAssembly (using Qt for WebAssembly). \u003c/br\u003e\nPrerequisites: Qt 6.5+, GCC (or other) C++ compiler, Qt Creator, Qt Linguist \u003c/br\u003e\n1.  Download and install Qt6 and Qt Creator.\u003c/br\u003e\n2.  Configure Qt Creator Kit for Desktop or WebAssembly using Emscripten. \u003c/br\u003e\n3.  Clone the repo.\n     ```sh\n     git clone https://github.com/Dariarty/Minesweeper_Qt.git\n     ```\n4.  Open src/minesweeper.pro in Qt Creator.\u003c/br\u003e\n5.  Run lrelease tool to read the TS files and produce the QM translation files. \u003c/br\u003e\n    Qt Creator \u003e Tools \u003e External \u003e Linguist \u003e Release Translations (lrelease) \u003c/br\u003e\n7.  Run qmake.\u003c/br\u003e\n8.  Build the project in Qt Creator.\u003c/br\u003e\n\n## Attributions\n\u003ca href=\"https://www.flaticon.com/free-icons/mine\" title=\"mine icons\"\u003eMine icons created by Creaticca Creative Agency - Flaticon\u003c/a\u003e \u003c/br\u003e\n\n\u003ca href=\"https://www.flaticon.com/free-icon/close_1828666?term=cross\u0026page=1\u0026position=9\u0026origin=search\u0026related_id=1828666\" title=\"cross icon\"\u003eCross icon created by Pixel Perfect - Flaticon\u003c/a\u003e \u003c/br\u003e\n\n\u003ca href=\"https://www.flaticon.com/packs/emojis-221\" title=\"emoji icons\"\u003eEmoji icons for reset button created by NajmunNahar - Flaticon\u003c/a\u003e \u003c/br\u003e\n\n\u003ca href=\"https://www.freepik.com/icon/flag_16771882#fromView=keyword\u0026page=1\u0026position=91\u0026uuid=a58f54fa-5ea7-4ac9-9fae-a7f2fb24842f\" title=\"flag icon\"\u003eFlag icon created by sonnycandra - Freepik\u003c/a\u003e\n\n## License\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdariarty%2Fminesweeper_qt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdariarty%2Fminesweeper_qt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdariarty%2Fminesweeper_qt/lists"}