{"id":24907547,"url":"https://github.com/rasweb/c-non-playable-minesweeper-assignment","last_synced_at":"2026-04-28T20:33:14.965Z","repository":{"id":274940614,"uuid":"923041816","full_name":"Rasweb/C-Non-playable-Minesweeper-assignment","owner":"Rasweb","description":"My second C assignment about the popular game MineSweeper connected to my systemdeveloper education","archived":false,"fork":false,"pushed_at":"2025-01-31T13:56:50.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T14:32:57.151Z","etag":null,"topics":["c"],"latest_commit_sha":null,"homepage":"","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/Rasweb.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":"2025-01-27T14:47:09.000Z","updated_at":"2025-01-31T13:56:54.000Z","dependencies_parsed_at":"2025-01-31T14:33:00.111Z","dependency_job_id":"472a25d7-381b-4994-a997-ef22a95f48eb","html_url":"https://github.com/Rasweb/C-Non-playable-Minesweeper-assignment","commit_stats":null,"previous_names":["rasweb/c-simple-non-playable-minesweeper","rasweb/c-non-playable-minesweeper-assignment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rasweb%2FC-Non-playable-Minesweeper-assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rasweb%2FC-Non-playable-Minesweeper-assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rasweb%2FC-Non-playable-Minesweeper-assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rasweb%2FC-Non-playable-Minesweeper-assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rasweb","download_url":"https://codeload.github.com/Rasweb/C-Non-playable-Minesweeper-assignment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245938229,"owners_count":20697008,"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":["c"],"created_at":"2025-02-02T01:17:43.157Z","updated_at":"2026-04-28T20:33:14.936Z","avatar_url":"https://github.com/Rasweb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Table of contents\n- [Overview](#overview)\n  - [Minesweeper Gameboard](#minesweeper-gameboard)\n  - [Built With](#built-with)\n  - [In Action](#in-action)\n\n## Overview\n### Minesweeper Gameboard\nA C assignment connected to my system developer education.\nThe main cpp file is \"Inlämning 2.cpp\".\nThe assignment took its inspiration from this: \"https://minesweeper.online/\".\n\nThis assignment creates a minesweeper gameboard:\n* It asks the user for width, height and the number of mines in the gameboard.\n* Then it gives the user different choices to print out that gameboard.\n* It can also save to a text file and load from one.\n\n### Built With\n\n- C\n- srand() - Randomizer library\n- header and body files\n- Structs\n\n### In Action\n\n```\nWrite the width(x: 1 - 110): 10\nWrite the height(y: 1 - 500): 10\nWrite the number of mines(Less then x*y): 20\nWelcome to my MineSweeper App\n1 : Print Standard Gameboard\n2 : Print Numbers Only Gameboard\n3 : Print Mines Only Gameboard\n4 : Randomize board\n5 : Load board from file\n6 : Quit\nChoose an option (1-6): 1\n\nHere comes your standard gameboard:\n+----------+\n|1222*1    |\n|1**211  11|\n|123221112*|\n|  1*3*33*2|\n|  12*3**32|\n|121212222*|\n|*3*2121111|\n|*423*2*211|\n|*21*2223*1|\n|11111 1*21|\n+----------+\nDo you wish to save your result to a text file(y/n)? y\nText successfully saved\n\nWelcome to my MineSweeper App\n1 : Print Standard Gameboard\n2 : Print Numbers Only Gameboard\n3 : Print Mines Only Gameboard\n4 : Randomize board\n5 : Load board from file\n6 : Quit\nChoose an option (1-6):\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasweb%2Fc-non-playable-minesweeper-assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasweb%2Fc-non-playable-minesweeper-assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasweb%2Fc-non-playable-minesweeper-assignment/lists"}