{"id":26738572,"url":"https://github.com/bckkingkkang/myminesweeper","last_synced_at":"2026-07-16T17:01:58.902Z","repository":{"id":284621460,"uuid":"955344953","full_name":"bckkingkkang/MyMineSweeper","owner":"bckkingkkang","description":"지뢰찾기 게임 (파일 저장/불러오기 + Rank 기능)","archived":false,"fork":false,"pushed_at":"2025-04-01T14:32:54.000Z","size":45739,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T09:58:59.823Z","etag":null,"topics":["console-game","cplusplus","cplusplus-game","game-development","minesweeper","minesweeper-game"],"latest_commit_sha":null,"homepage":"https://blog.naver.com/bc_pokemonmaster/223807525059","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/bckkingkkang.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-26T13:51:30.000Z","updated_at":"2025-04-01T14:32:58.000Z","dependencies_parsed_at":"2025-03-26T20:41:00.381Z","dependency_job_id":"29fb7daa-36dc-41c4-b89d-40d72a7a5926","html_url":"https://github.com/bckkingkkang/MyMineSweeper","commit_stats":null,"previous_names":["bckkingkkang/myminesweeper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bckkingkkang/MyMineSweeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bckkingkkang%2FMyMineSweeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bckkingkkang%2FMyMineSweeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bckkingkkang%2FMyMineSweeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bckkingkkang%2FMyMineSweeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bckkingkkang","download_url":"https://codeload.github.com/bckkingkkang/MyMineSweeper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bckkingkkang%2FMyMineSweeper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35551282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"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":["console-game","cplusplus","cplusplus-game","game-development","minesweeper","minesweeper-game"],"created_at":"2025-03-28T03:33:44.688Z","updated_at":"2026-07-16T17:01:58.667Z","avatar_url":"https://github.com/bckkingkkang.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyMineSweeper\n```\n※ 본 코드는 『게임으로 배우는 C++』 책의 지뢰찾기 예제를 기반으로,\n구조와 흐름을 리팩토링하여 재구성한 개인 학습용 프로젝트입니다.\n```\n![화면 캡처 2025-03-30 074640](https://github.com/user-attachments/assets/40689d8b-244d-4248-b1b8-36a53a7070cd)\n\n\u003cdetails\u003e\n\u003csummary\u003e지뢰 찾기 구현\u003c/summary\u003e\n\n## 구현 함수\n1. printMap()   \n지뢰 맵을 화면에 출력하는 함수\n​\n2. resetGame()   \n게임을 초기화하는 함수,\n지뢰 맵을 초기화하고 입력받은 난이도의 맞는 지뢰의 개수만큼 지뢰를 설치한다.\n\n3. isFinish()   \n게임 종료 검사 함수\n지뢰 찾기 성공 시 gameWin\n지뢰 찾기 실패 시 gameLose\n게임이 계속 진행되는 경우 gameContinue\n\n4. getLocation()   \n키보드로 좌표를 입력받는 함수,\n깃발을 꽂는 모드와 그냥 해당 좌표를 Open하는 모드\n행(A~I)과 열(1~9)을 입력받는다.\n\n5. dig()   \n입력받은 좌표를 여는 함수\n​\n6. flag()   \n입력받은 좌표에 깃발을 꽂는 함수\n\n7. getFlagCount()   \n전체 좌표 내의 깃발 수를 계산하는 함수\n​\n8. countNearMine()   \n인근 지뢰의 수 계산 함수\n\n9. palyMineSweeper()   \n지뢰 찾기 주 함수\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbckkingkkang%2Fmyminesweeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbckkingkkang%2Fmyminesweeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbckkingkkang%2Fmyminesweeper/lists"}