{"id":22092036,"url":"https://github.com/j-p-d-e-v/exercism-minesweeper","last_synced_at":"2025-07-02T23:34:11.608Z","repository":{"id":228689742,"uuid":"773124979","full_name":"j-p-d-e-v/exercism-minesweeper","owner":"j-p-d-e-v","description":"A rust exercise from Exercism","archived":false,"fork":false,"pushed_at":"2024-03-19T23:45:13.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-12T07:12:37.963Z","etag":null,"topics":["coding","exercism","rust","rustprogramming"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/j-p-d-e-v.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-16T20:18:58.000Z","updated_at":"2024-03-19T23:46:56.000Z","dependencies_parsed_at":"2024-03-20T01:43:33.031Z","dependency_job_id":"7828e35f-bb3b-4762-b7d7-bd69b2174fee","html_url":"https://github.com/j-p-d-e-v/exercism-minesweeper","commit_stats":null,"previous_names":["j-p-d-e-v/exercism-minesweeper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/j-p-d-e-v/exercism-minesweeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-p-d-e-v%2Fexercism-minesweeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-p-d-e-v%2Fexercism-minesweeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-p-d-e-v%2Fexercism-minesweeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-p-d-e-v%2Fexercism-minesweeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j-p-d-e-v","download_url":"https://codeload.github.com/j-p-d-e-v/exercism-minesweeper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-p-d-e-v%2Fexercism-minesweeper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263233805,"owners_count":23434890,"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":["coding","exercism","rust","rustprogramming"],"created_at":"2024-12-01T03:08:08.217Z","updated_at":"2025-07-02T23:34:11.561Z","avatar_url":"https://github.com/j-p-d-e-v.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EXERCISM: MINESWEEPER\n\n# Instructions\n\nAdd the mine counts to a completed Minesweeper board.\n\nMinesweeper is a popular game where the user has to find the mines using numeric hints that indicate how many mines are directly adjacent (horizontally, vertically, diagonally) to a square.\n\nIn this exercise you have to create some code that counts the number of mines adjacent to a given empty square and replaces that square with the count.\n\nThe board is a rectangle composed of blank space (' ') characters.\nA mine is represented by an asterisk (`*`) character.\n\nIf a given space has no adjacent mines at all, leave that square blank.\n\n## Examples\n\nFor example you may receive a 5 x 4 board like this (empty spaces are represented here with the '·' character for display on screen):\n\n```text\n·*·*·\n··*··\n··*··\n·····\n```\n\nAnd your code will transform it into this:\n\n```text\n1*3*1\n13*31\n·2*2·\n·111·\n```\n\n\nReference: https://exercism.org/tracks/rust/exercises/minesweeper","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-p-d-e-v%2Fexercism-minesweeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-p-d-e-v%2Fexercism-minesweeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-p-d-e-v%2Fexercism-minesweeper/lists"}