{"id":21091949,"url":"https://github.com/hactarce/minesweeper","last_synced_at":"2025-05-16T13:32:28.013Z","repository":{"id":38000924,"uuid":"209912454","full_name":"HactarCE/Minesweeper","owner":"HactarCE","description":"Minesweeper, written in Rust","archived":true,"fork":false,"pushed_at":"2022-06-12T16:02:07.000Z","size":166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T06:27:02.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/HactarCE.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}},"created_at":"2019-09-21T02:25:51.000Z","updated_at":"2024-01-31T19:01:28.000Z","dependencies_parsed_at":"2022-08-26T06:12:35.406Z","dependency_job_id":null,"html_url":"https://github.com/HactarCE/Minesweeper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HactarCE%2FMinesweeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HactarCE%2FMinesweeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HactarCE%2FMinesweeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HactarCE%2FMinesweeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HactarCE","download_url":"https://codeload.github.com/HactarCE/Minesweeper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254538526,"owners_count":22087881,"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":[],"created_at":"2024-11-19T21:48:01.162Z","updated_at":"2025-05-16T13:32:27.731Z","avatar_url":"https://github.com/HactarCE.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minesweeper in Rust\n\nThis is a Minesweeper game I made in Rust as a learning exercise.\n\nUses [original MS Windows Minesweeper graphics ripped by Black Squirrel](https://www.spriters-resource.com/pc_computer/minesweeper/).\n\n## Build instructions\n\n1. [Install Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)\n2. Clone this repository: `git clone https://github.com/HactarCE/Minesweeper.git \u0026\u0026 cd Minesweeper`\n3. Run `cargo run`\n\n## Usage instructions\n\n```\nUsage: ./minesweeper [options]\n\nOptions:\n    -h, --help          print this help text\n    -s, --scale SCALE_FACTOR\n                        scale the entire window by a constant factor\n    -1, --beginner      play at BEGINNER difficulty (9x9 with 10 mines)\n    -2, --intermediate  play at INTERMEDIATE difficulty (16x16 with 40 mines)\n    -3, --expert        play at EXPERT difficulty (16x30 with 99 mines)\n    -x, --width WIDTH   play with a custom board width\n    -y, --height HEIGHT play with a custom board height\n    -m, --mines MINE_COUNT\n                        play with a custom number of mines\n    -d, --density MINE_DENSITY\n                        play with a custom mine density\n\nBoard size and mine count/density must be specified. Any of the\nthree preset difficulties specifies both; these can be overridden\nmanually or specified outright using the other arguments.\n\nThe three difficulties (-1, -2, and -3) are mutually exclusive.\n\nMine count and mine density are mutually exclusive.\n\nIf width is specified but not height (or vice versa), the board\nis assumed to be square.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhactarce%2Fminesweeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhactarce%2Fminesweeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhactarce%2Fminesweeper/lists"}