{"id":19295470,"url":"https://github.com/birajcoder/game-2048","last_synced_at":"2025-10-07T01:58:49.008Z","repository":{"id":168174718,"uuid":"456258753","full_name":"BirajCoder/game-2048","owner":"BirajCoder","description":"The famous 2048 game, recreated using Python","archived":false,"fork":false,"pushed_at":"2023-08-17T06:50:08.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T00:41:23.028Z","etag":null,"topics":["coding-challenge","game","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/BirajCoder.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":"2022-02-06T20:03:51.000Z","updated_at":"2024-05-08T12:07:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0cd0059-828a-4db1-8302-b541a2f514a2","html_url":"https://github.com/BirajCoder/game-2048","commit_stats":null,"previous_names":["birajcoder/game-2048"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BirajCoder/game-2048","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirajCoder%2Fgame-2048","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirajCoder%2Fgame-2048/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirajCoder%2Fgame-2048/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirajCoder%2Fgame-2048/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BirajCoder","download_url":"https://codeload.github.com/BirajCoder/game-2048/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirajCoder%2Fgame-2048/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708007,"owners_count":26031932,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["coding-challenge","game","python"],"created_at":"2024-11-09T22:43:31.955Z","updated_at":"2025-10-07T01:58:48.970Z","avatar_url":"https://github.com/BirajCoder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# THE 2048 GAME\r\n\r\n2048 is played on a gray 4×4 grid, with numbered tiles that slide when a player moves them\r\nusing the four arrow keys. Every turn, a new tile will randomly appear in an empty spot on the\r\nboard with a value of either 2 or 4. Tiles slide as far as possible in the chosen direction until they\r\nare stopped by either another tile or the edge of the grid. If two tiles of the same number collide\r\nwhile moving, they will merge into a tile with the total value of the two tiles that collided. The\r\nresulting tile cannot merge with another tile again in the same move. If a move causes three\r\nconsecutive tiles of the same value to slide together, only the two tiles farthest along the\r\ndirection of motion will combine. If all four spaces in a row or column are filled with tiles of the\r\nsame value, a move parallel to that row/column will combine the first two and last two.\r\n\r\n## Images of the Code \r\n\r\nInitial Image:\r\n\r\n![First](./images/img1.png)\r\n\r\nFinal Image: \r\n\r\n![Second](./images/img2.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirajcoder%2Fgame-2048","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbirajcoder%2Fgame-2048","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirajcoder%2Fgame-2048/lists"}