{"id":16861489,"url":"https://github.com/rumpl/kata-minesweeper","last_synced_at":"2026-04-17T19:04:25.067Z","repository":{"id":66257859,"uuid":"53430041","full_name":"rumpl/kata-minesweeper","owner":"rumpl","description":null,"archived":false,"fork":false,"pushed_at":"2016-03-11T12:53:23.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T20:48:15.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/rumpl.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":"2016-03-08T17:05:59.000Z","updated_at":"2017-12-08T14:08:46.000Z","dependencies_parsed_at":"2023-02-21T09:01:07.016Z","dependency_job_id":null,"html_url":"https://github.com/rumpl/kata-minesweeper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rumpl/kata-minesweeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fkata-minesweeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fkata-minesweeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fkata-minesweeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fkata-minesweeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumpl","download_url":"https://codeload.github.com/rumpl/kata-minesweeper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fkata-minesweeper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31941845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-13T14:32:13.438Z","updated_at":"2026-04-17T19:04:25.049Z","avatar_url":"https://github.com/rumpl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kata-minesweeper\n\nThe goal here is to implement a typescript implementation of the [Minesweeper game](https://birrell.org/andrew/minesweeper/)\n\n## Goal\n\nYou should write a program that, given an arbitrary field with mines, outputs the field where each empty space contains the number of mines it is adjacent to.\n\nFor example, for a given field: \n```\n*...\n....\n.*..\n....\n```\n\nThe program should output:\n```\n*100\n2210\n1*10\n1110\n```\n\n## Prerequisites\n\nYou need typescript and tsd installed:\n\n    npm install typescript -g\n    npm install tsd -g\n\n## Running the example\n\n    npm i\n    gulp\n\nGulp will start watching changes to your code and execute the unit tests automatically.\n\nEnjoy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fkata-minesweeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumpl%2Fkata-minesweeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fkata-minesweeper/lists"}