{"id":17579233,"url":"https://github.com/miguelvis/ftm","last_synced_at":"2025-10-26T15:33:07.701Z","repository":{"id":69296383,"uuid":"254161785","full_name":"MiguelVis/ftm","owner":"MiguelVis","description":"Find That Mine! A MineSweeper clon game for the CP/M operating system and the Z80 cpu with supported CRTs.","archived":false,"fork":false,"pushed_at":"2020-04-08T17:59:09.000Z","size":21,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T15:18:21.097Z","etag":null,"topics":["cp-m","cpm","game","minesweeper","z80"],"latest_commit_sha":null,"homepage":null,"language":"C","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/MiguelVis.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":"2020-04-08T17:55:28.000Z","updated_at":"2025-02-25T14:09:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"6acf46b7-8808-4922-b5b9-6417d7aec55c","html_url":"https://github.com/MiguelVis/ftm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MiguelVis/ftm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelVis%2Fftm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelVis%2Fftm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelVis%2Fftm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelVis%2Fftm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MiguelVis","download_url":"https://codeload.github.com/MiguelVis/ftm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelVis%2Fftm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266552503,"owners_count":23947174,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["cp-m","cpm","game","minesweeper","z80"],"created_at":"2024-10-22T00:44:09.228Z","updated_at":"2025-10-26T15:33:02.653Z","avatar_url":"https://github.com/MiguelVis.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Find That Mine!\n===============\n\nA MineSweeper clon game for the CP/M operating system and the Z80 cpu\nwith supported CRTs.\n\nv2.0 - 07 April 2020.\n\nCopyright (c) 2012-2020 Miguel Garcia / FloppySoftware, Spain.\nwww.floppysoftware.es\nfloppysoftware@gmail.com\n\n\nIntroduction\n------------\n\nThis is a clon (yes, one more!) of MineSweeper for CP/M with supported CRTs,\nderived from the plain CP/M version (and itself from the Amstrad PCW\n\u0026 Samaruc GUI version).\n\nIt should run in any version of the CP/M operating system, running in any\ncomputer with a supported CRT, and a Z80 CPU.\n\n\nRunning the game\n----------------\n\nTo start the game, type at the CP/M prompt the following:\n\n```\nftm TTY_NAME\n```\n\nwhere `TTY_NAME` is one of the supported TTY names,\nand follow the instructions.\n\nTo know the supported TTYs, just type `ftm` at the CP/M prompt - ie:\n\n```\nA\u003eftm\nUsage: ftm tty_name\n\nSupported TTY names:\n        VT52\n        VT100\n        PCW\n        CPC\n        SPECTRUM\n        KAYPRO\n```\n\nThe game\n--------\n\nThe aim of the game is to find all the mines on the board, putting a flag on\nthem and uncovering the other squares.\n\nIf you uncover a mine, you lose the game.\n\nThere are three different levels:\n- Level 1 : 08 x 08 squares, 08 mines\n- Level 2 : 08 x 12 squares, 12 mines\n- Level 3 : 08 x 16 squares, 16 mines\n\n\nHow to play\n-----------\n\nIn the board, a number on a square means the quantity of mines around it.\n\nTo uncover a square, you must enter a command telling its position as row and column - ie:\n```\n1C\n```\n\nTo put or remove a flag on a square, you must append a F character to the command - ie:\n```\n3DF\n```\n\n\nTechnical notes\n---------------\n\nThis program was developed using MESCC (Mike's Enhanced Small C Compiler - my\nown version of Small C) and my KS (Keyboard \u0026 Screen) libraries for CP/M.\n\n\nLicense\n-------\n\nThis software is copyright of Miguel Garcia / FloppySoftware, Spain. All rights\nreserved.\n\nThis program is freeware, and it's licensed under the GNU General Public License.\n\nSee the license file for more details.\n\n\u001a","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelvis%2Fftm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiguelvis%2Fftm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelvis%2Fftm/lists"}