{"id":28184445,"url":"https://github.com/byteface/minesweeper","last_synced_at":"2025-05-16T05:15:28.051Z","repository":{"id":142609073,"uuid":"299010407","full_name":"byteface/minesweeper","owner":"byteface","description":"minesweep in python","archived":false,"fork":false,"pushed_at":"2024-09-16T11:33:40.000Z","size":417,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T04:52:28.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/byteface.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-09-27T10:48:13.000Z","updated_at":"2024-09-16T11:33:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"784ca489-4a67-428f-87a8-5bb17bdbdeb2","html_url":"https://github.com/byteface/minesweeper","commit_stats":null,"previous_names":["byteface/minesweeper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteface%2Fminesweeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteface%2Fminesweeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteface%2Fminesweeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteface%2Fminesweeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byteface","download_url":"https://codeload.github.com/byteface/minesweeper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254470931,"owners_count":22076588,"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":[],"created_at":"2025-05-16T05:15:27.511Z","updated_at":"2025-05-16T05:15:28.026Z","avatar_url":"https://github.com/byteface.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minesweeper\n\nThe classic minesweeper game, built to test domonic and fast-api\n\n##### setup\n\n```\n\tpython3 -m venv venv\n\t. venv/bin/activate\n\tpython -m pip install -r requirements.txt\n```\n\n##### running\n\n```\n    python minesweeper.py\n```\n\n## about\n\n- Decisions on users success are made on the server side aysnc.\n\n- Threads are used to speed-up checking the tiles.\n\n- If you make HUGE grid. Increase recursion limit at the top of the file. i.e\n\n```\n    print(sys.getrecursionlimit())\n    sys.setrecursionlimit(5000)\n```\n\n\u003cimg src=\"https://github.com/byteface/minesweeper/blob/master/images/screenshot.png\" width=\"100%\" height=\"auto\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteface%2Fminesweeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyteface%2Fminesweeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteface%2Fminesweeper/lists"}