{"id":18014596,"url":"https://github.com/achep/2048","last_synced_at":"2025-03-26T18:30:43.493Z","repository":{"id":146978393,"uuid":"320390128","full_name":"AChep/2048","owner":"AChep","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-09T15:15:36.000Z","size":3207,"stargazers_count":21,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-03T14:08:57.380Z","etag":null,"topics":[],"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}},"created_at":"2020-12-10T21:06:30.000Z","updated_at":"2023-10-09T14:22:41.000Z","dependencies_parsed_at":"2024-01-14T16:10:08.277Z","dependency_job_id":null,"html_url":"https://github.com/AChep/2048","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2F2048","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2F2048/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2F2048/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2F2048/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AChep","download_url":"https://codeload.github.com/AChep/2048/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222162101,"owners_count":16941512,"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":"2024-10-30T04:10:19.039Z","updated_at":"2024-10-30T04:10:19.617Z","avatar_url":"https://github.com/AChep.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"Game of 2048\n==========\n\n\u003cimg alt=\"Main screen: Light\" align=\"right\" height=\"400\"\n   src=\"https://github.com/AChep/2048/raw/master/screenshots/screenshot2.jpg\" /\u003e\n\n\u003cimg alt=\"Main screen: Dark\" align=\"right\" height=\"400\"\n   src=\"https://github.com/AChep/2048/raw/master/screenshots/screenshot1.jpg\" /\u003e\n\n2048 is a single-player sliding block puzzle game designed by Italian web developer Gabriele Cirulli.\nThe objective of the game is to slide numbered tiles on a grid to combine them to create a tile with the number 2048;\nhowever, one can continue to play the game after reaching the goal, creating tiles with larger numbers.\n\nThe source code is based on the [Game of Fifteen][5].\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.artemchep.twopowereleven\"\u003e\n  \u003cimg alt=\"Get Game of 2048 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/2048/\"\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/twopowereleven\"\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 2048\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/2048/issues/new\n[2]: https://github.com/AChep/2048/issues?state=open\n[3]: https://github.com/AChep/2048/issues?state=closed\n[4]: https://github.com/AChep/2048/blob/master/LICENSE\n[5]: https://github.com/AChep/15puzzle\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachep%2F2048","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fachep%2F2048","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachep%2F2048/lists"}