{"id":20493635,"url":"https://github.com/code-lucidal58/minesweeper","last_synced_at":"2025-10-23T20:22:49.334Z","repository":{"id":88633390,"uuid":"189699520","full_name":"code-lucidal58/minesweeper","owner":"code-lucidal58","description":"Minesweeper grid logic using  python ","archived":false,"fork":false,"pushed_at":"2019-06-01T07:20:00.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T17:51:25.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/code-lucidal58.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,"publiccode":null,"codemeta":null}},"created_at":"2019-06-01T06:37:49.000Z","updated_at":"2019-06-01T07:20:02.000Z","dependencies_parsed_at":"2023-07-22T06:11:29.193Z","dependency_job_id":null,"html_url":"https://github.com/code-lucidal58/minesweeper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code-lucidal58/minesweeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lucidal58%2Fminesweeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lucidal58%2Fminesweeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lucidal58%2Fminesweeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lucidal58%2Fminesweeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-lucidal58","download_url":"https://codeload.github.com/code-lucidal58/minesweeper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lucidal58%2Fminesweeper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262151861,"owners_count":23266929,"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-15T17:36:02.695Z","updated_at":"2025-10-23T20:22:44.300Z","avatar_url":"https://github.com/code-lucidal58.png","language":"Python","readme":"# Minesweeper\nMinesweeper grid logic using  python \nThis program asks for 3 inputs  \n* List of bomb locations -\u003e list of bombs\n* No of columns in the field\n* No of rows in the field  \nBelow is an example of sample inputs:\n\n```text\nList of bombs: [[0,0],[0,1]]\nNo. of columns: 4\nNo. of rows: 3\n```\n\nOutput will look like this:\n```text\n[-1, -1, 1, 0]\n[2, 2, 1, 0]\n[0, 0, 0, 0]\n```\n\nVersion: 3.7.3\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-lucidal58%2Fminesweeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-lucidal58%2Fminesweeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-lucidal58%2Fminesweeper/lists"}