{"id":13760607,"url":"https://github.com/AChep/15puzzle","last_synced_at":"2025-05-10T11:30:25.266Z","repository":{"id":146978394,"uuid":"162704618","full_name":"AChep/15puzzle","owner":"AChep","description":"The Game of Fifteen written with Flutter","archived":false,"fork":false,"pushed_at":"2024-01-23T00:57:42.000Z","size":5994,"stargazers_count":243,"open_issues_count":2,"forks_count":72,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-07T12:08:46.067Z","etag":null,"topics":["15-puzzle","android","flutter","game","ios","macos","web"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AChep.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":"2018-12-21T11:07:30.000Z","updated_at":"2025-04-06T16:26:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"553a7835-001d-4b20-9c5d-066b45fd159b","html_url":"https://github.com/AChep/15puzzle","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2F15puzzle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2F15puzzle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2F15puzzle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2F15puzzle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AChep","download_url":"https://codeload.github.com/AChep/15puzzle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253409906,"owners_count":21903986,"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":["15-puzzle","android","flutter","game","ios","macos","web"],"created_at":"2024-08-03T13:01:13.992Z","updated_at":"2025-05-10T11:30:24.841Z","avatar_url":"https://github.com/AChep.png","language":"Dart","readme":"Game of Fifteen \n==========\n\n\u003cimg alt=\"Main screen: Light\" align=\"right\" height=\"400\"\n   src=\"https://github.com/AChep/15puzzle/raw/master/screenshots/screenshot2.jpg\" /\u003e\n\n\u003cimg alt=\"Main screen: Dark\" align=\"right\" height=\"400\"\n   src=\"https://github.com/AChep/15puzzle/raw/master/screenshots/screenshot1.jpg\" /\u003e\n\n*Puzzle game with Flutter?*\n\nThe Game of Fifteen (also called 15-puzzle, Gem Puzzle, Boss Puzzle, Mystic Square and many others) is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. \n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.artemchep.fifteenpuzzle\"\u003e\n  \u003cimg alt=\"Get Game of Fifteen on Google Play\" vspace=\"20\"\n       src=\"https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png\" height=\"60\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"http://gh.artemchep.com/15puzzle/\"\u003e\n  \u003cimg alt=\"Try online\" vspace=\"20\"\n       src=\"https://github.com/AChep/15puzzle/raw/master/artwork/web_badge.png\" height=\"60\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://snapcraft.io/fifteenpuzzle\"\u003e\n  \u003cimg alt=\"Get Game of Fifteen for Linux from the Snap Store\" vspace=\"20\"\n       src=\"https://github.com/snapcore/snap-store-badges/raw/master/EN/[EN]-snap-store-white.png\" width=\"182px\" /\u003e\n\u003c/a\u003e\n\n\nReport a bug or request a feature\n----------------\nBefore creating a new issue please make sure that same or similar issue is not already created by checking [open issues][2] and [closed issues][3] *(please note that there might be multiple pages)*. If your issue is already there, don't create a new one, but leave a comment under already existing one.\n\nChecklist for creating issues:\n\n- Keep titles short but descriptive.\n- For feature requests leave a clear description about the feature with examples where appropriate.\n- For bug reports leave as much information as possible about your device, android version, etc.\n- For bug reports also write steps to reproduce the issue.\n\n[Create new issue][1]\n\nCreating your Game of Fifteen\n----------------\nWe welcome all developers to use our source code to create applications on our platform.\nThere are several things we require from **all developers** for the moment:\n\n1. Kindly **do not** use our standard logo as your app's logo.\n2. Please remember to read and follow the [license][4].\n\nVersioning\n----------------\nFor transparency in a release cycle and in striving to maintain backward compatibility, a project should be maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we should adhere to these rules whenever possible.\n\nReleases will be numbered with the following format: `\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e` and constructed with the following guidelines:\n- Breaking backward compatibility bumps the major while resetting minor and patch\n- New additions without breaking backward compatibility bumps the minor while resetting the patch\n- Bug fixes and misc changes bumps only the patch\n\nFor more information on SemVer, please visit http://semver.org/.\n\n\n[1]: https://github.com/AChep/15puzzle/issues/new\n[2]: https://github.com/AChep/15puzzle/issues?state=open\n[3]: https://github.com/AChep/15puzzle/issues?state=closed\n[4]: https://github.com/AChep/15puzzle/blob/master/LICENSE\n","funding_links":[],"categories":["Dart"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAChep%2F15puzzle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAChep%2F15puzzle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAChep%2F15puzzle/lists"}