{"id":25415244,"url":"https://github.com/semih-turan/mine-sweeper-game","last_synced_at":"2025-04-23T19:16:08.708Z","repository":{"id":229324103,"uuid":"766454946","full_name":"semih-turan/Mine-Sweeper-Game","owner":"semih-turan","description":"The first project of the full stack web developer bootcamp at Patika Plus. It is a text-based minefield game created by taking the game difficulty from the user.","archived":false,"fork":false,"pushed_at":"2024-03-08T07:35:45.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T19:16:05.101Z","etag":null,"topics":["minesweeper","minesweeper-game","patika-dev","patika-plus"],"latest_commit_sha":null,"homepage":"https://www.patika.dev","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semih-turan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-03T10:12:32.000Z","updated_at":"2024-03-23T13:27:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"751ec9b7-a10b-41f2-9399-47ecebf165a3","html_url":"https://github.com/semih-turan/Mine-Sweeper-Game","commit_stats":null,"previous_names":["semih-turan/mine-sweeper-game"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semih-turan%2FMine-Sweeper-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semih-turan%2FMine-Sweeper-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semih-turan%2FMine-Sweeper-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semih-turan%2FMine-Sweeper-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semih-turan","download_url":"https://codeload.github.com/semih-turan/Mine-Sweeper-Game/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250496993,"owners_count":21440231,"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":["minesweeper","minesweeper-game","patika-dev","patika-plus"],"created_at":"2025-02-16T15:34:08.053Z","updated_at":"2025-04-23T19:16:08.695Z","avatar_url":"https://github.com/semih-turan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mine-Sweeper-Game\nThe first project of the full stack web developer bootcamp at Patika Plus. It is a text-based minefield game created by taking the game difficulty from the user. \n\n[![Semih Turan Github Account](/readmeAssets/logo.png \"Semih Turan Github Account\")](https://github.com/semih-turan)\n\n## Purpose\n\nThis repository serves as a comprehensive record of my learning journey, designed to document progress and provide a reference point for personal reflection and potential collaboration. Through its centralized structure, I aim to create an organized and accessible archive of my coding pursuits.\n\n## Getting Started\n\n1- Clone the repository\n``` bash\n    git clone https://github.com/semih-turan/Mine-Sweeper-Game.git   \n```\n2- Navigate to the repository\n``` bash\n    cd MineSweeperGame/src\n```\n3- Compile the project\n``` bash\n    javac Main.java\n```\n4- Run the project\n``` bash\n    java Main.java\n```\n\n---\n\n## How to play\n\n***Minesweeper*** is a logic puzzle game typically played as a computer game. The objective of the game is to clear all non-mine tiles on a grid-based field without detonating any mines. \n\nHere are the basic rules of Minesweeper:\n\n**Minefield:** The game is played on a grid-based field. This grid can vary in size, typically ranging from 9x9, 16x16, or 16x30, among others. A minimum grid size of 2x2 can be selected.\n\n**Mines:** At the start of the game, some tiles contain mines. The positions of the mines are randomly determined.\n\n**Player Moves:** In each turn, the player selects and reveals a tile. The revealed tiles provide information to the player.\n\n**Numbers and Empty Spaces:** If a revealed tile contains a number, it indicates the number of mines adjacent to that tile. If a revealed tile does not contain a number and does not hide a mine, it and the adjacent empty tiles are revealed.\n\n**Flagging:** Players can mark a tile by placing a flag on it if they suspect there is a mine. This should be taken into account when opening other tiles. (Flagging is not included in this game.)\n\n**Mine Detection:** If a tile containing a mine is revealed, the game is lost.\n\n**Game Completion:** The game is completed when all non-mine tiles are revealed and all mine tiles are flagged.\n\n---\n## Screenshots\n##### Welcome Screen\n[![Welcome Screen](/readmeAssets/welcome.png \"Welcome Screen\")](https://github.com/semih-turan)\n\n##### Win Condition\n[![Win Screen](/readmeAssets/win.png \"Win Screen\")](https://github.com/semih-turan)\n\n##### Failed Condition\n[![Fail Screen](/readmeAssets/failed.png \"Fail Screen\")](https://github.com/semih-turan)\n\n---\n\n## Requirements\n- Java JDK 21.0.2\n\n### Usage Rights\n\nAll projects and practice exercises are freely available for use. You are welcome to explore, modify, and share them as you wish. If you have any questions, please don't hesitate to contact me.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemih-turan%2Fmine-sweeper-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemih-turan%2Fmine-sweeper-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemih-turan%2Fmine-sweeper-game/lists"}