{"id":20434825,"url":"https://github.com/xander180/minesweeper","last_synced_at":"2026-04-19T02:33:36.663Z","repository":{"id":183466801,"uuid":"670199148","full_name":"Xander180/minesweeper","owner":"Xander180","description":"A minesweeper replica, played in the console. Uses a flood-fill algorithm","archived":false,"fork":false,"pushed_at":"2023-07-24T14:23:26.000Z","size":4264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T06:33:27.030Z","etag":null,"topics":["hyperskill","intellij-idea","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Xander180.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}},"created_at":"2023-07-24T14:05:16.000Z","updated_at":"2023-07-24T15:38:11.000Z","dependencies_parsed_at":"2023-07-24T21:31:45.658Z","dependency_job_id":null,"html_url":"https://github.com/Xander180/minesweeper","commit_stats":null,"previous_names":["xander180/minesweeper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xander180/minesweeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander180%2Fminesweeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander180%2Fminesweeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander180%2Fminesweeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander180%2Fminesweeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xander180","download_url":"https://codeload.github.com/Xander180/minesweeper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander180%2Fminesweeper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31992010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["hyperskill","intellij-idea","kotlin"],"created_at":"2024-11-15T08:29:08.351Z","updated_at":"2026-04-19T02:33:36.645Z","avatar_url":"https://github.com/Xander180.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minesweeper\nA minesweeper replica played within your computer's console.\n\nPlayer inputs how many mines they want placed in the field, and player chooses a cell using x and y coordinates, followed by a command (free to free a space and adjacent free spaces, mine to mark a potential mine location)\n\nProgram uses a flood-fill algorithm, based on the recursion method (recalling the free space function within itself multiple times to check all 8 directions from the beginning coordinate)\n\nPlayer wins by finding all the free spaces, or by marking all the mine locations.\n\nPlayer loses by marking a mine location as free.\n\nTo run the program in console, navigate to main program directory within console\n\nType (or copy/paste):\n  java -jar Main.jar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxander180%2Fminesweeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxander180%2Fminesweeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxander180%2Fminesweeper/lists"}