{"id":15691613,"url":"https://github.com/abdallahhemdan/2048","last_synced_at":"2025-05-08T01:13:47.770Z","repository":{"id":67315601,"uuid":"238497998","full_name":"AbdallahHemdan/2048","owner":"AbdallahHemdan","description":"🎮 HamDola-2048 is an Implementation of 2048 game (a single-player sliding block puzzle game with objective of combine the tiles to create a tile with the number 2048) by HamDola members ...","archived":false,"fork":false,"pushed_at":"2020-02-07T05:35:15.000Z","size":7138,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T01:13:42.259Z","etag":null,"topics":["2048","2048-game","cmp2022","cufe","cufe-2022","games","hamdola","hamdola2048","hemdan","javascript","puzzle","puzzle-game","sliding-block-puzzle","tiles"],"latest_commit_sha":null,"homepage":"https://abdallahhemdan.github.io/HamDola2048Game/","language":"JavaScript","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/AbdallahHemdan.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":"2020-02-05T16:37:32.000Z","updated_at":"2021-11-13T13:16:03.000Z","dependencies_parsed_at":"2023-06-10T19:30:48.647Z","dependency_job_id":null,"html_url":"https://github.com/AbdallahHemdan/2048","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdallahHemdan%2F2048","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdallahHemdan%2F2048/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdallahHemdan%2F2048/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdallahHemdan%2F2048/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdallahHemdan","download_url":"https://codeload.github.com/AbdallahHemdan/2048/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252978783,"owners_count":21834917,"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":["2048","2048-game","cmp2022","cufe","cufe-2022","games","hamdola","hamdola2048","hemdan","javascript","puzzle","puzzle-game","sliding-block-puzzle","tiles"],"created_at":"2024-10-03T18:22:32.081Z","updated_at":"2025-05-08T01:13:47.746Z","avatar_url":"https://github.com/AbdallahHemdan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg  width=\"400px\" src=\"https://github.com/AbdallahHemdan/HamDola2048Game/blob/master/images/logo.png\" alt=\"2048 logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e🎮 HamDola 2048\u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n\n[![GitHub contributors](https://img.shields.io/github/contributors/AbdallahHemdan/HamDola2048Game)](https://github.com/AbdallahHemdan/HamDola2048Game/contributors)\n[![GitHub issues](https://img.shields.io/github/issues/AbdallahHemdan/HamDola2048Game)](https://github.com/AbdallahHemdan/HamDola2048Game/issues)\n[![GitHub forks](https://img.shields.io/github/forks/AbdallahHemdan/HamDola2048Game)](https://github.com/AbdallahHemdan/HamDola2048Game/network)\n[![GitHub stars](https://img.shields.io/github/stars/AbdallahHemdan/HamDola2048Game)](https://github.com/AbdallahHemdan/HamDola2048Game/stargazers)\n[![GitHub license](https://img.shields.io/github/license/AbdallahHemdan/HamDola2048Game)](https://github.com/AbdallahHemdan/HamDola2048Game/blob/master/LICENSE)\n\n\u003c/div\u003e\n\n---\n## 🎈 🎮 HamDola 2048 ([Click to try 🚀](https://abdallahhemdan.github.io/HamDola2048Game/))\n------------------------------------------------------------------------------------------------------\n\n**_2048_** __is a single-player _sliding block puzzle game_ The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048, which is played on a gray 4×4 grid, with numbered tiles that slide smoothly..__\n\n__when a player moves them using the four arrow keys.Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid.__\n\n__If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. The resulting tile cannot merge with another tile again in the same move. Higher-scoring tiles emit a soft glow.__\n\n\n## 📷 ScreenShots \n-------------------\n\n\u003cdiv align=\"center\"\u003e\n  \n\u003cimg src=\"https://github.com/AbdallahHemdan/HamDola2048Game/blob/master/screenshot/1.png\"\u003e\n\u003chr\u003e\n\u003cimg src=\"https://github.com/AbdallahHemdan/HamDola2048Game/blob/master/screenshot/2.png\"\u003e\n\u003chr\u003e\n\u003cimg src=\"https://github.com/AbdallahHemdan/HamDola2048Game/blob/master/screenshot/3.png\"\u003e\n\u003chr\u003e\n\u003cimg src=\"https://github.com/AbdallahHemdan/HamDola2048Game/blob/master/screenshot/4.png\"\u003e\n\u003chr\u003e\n\u003cimg src=\"https://github.com/AbdallahHemdan/HamDola2048Game/blob/master/screenshot/5.png\"\u003e\n\u003chr\u003e\n\u003cimg src=\"https://github.com/AbdallahHemdan/HamDola2048Game/blob/master/screenshot/6.png\"\u003e\n\u003chr\u003e\n\u003cimg src=\"https://github.com/AbdallahHemdan/HamDola2048Game/blob/master/screenshot/7.png\"\u003e\n\u003chr\u003e\n\n\u003c/div\u003e\n\n## 🕶 Demo\n----------\n\n\u003cimg height=\"600px\" src=\"https://github.com/AbdallahHemdan/HamDola2048Game/blob/master/videoDemo/2048.gif\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdallahhemdan%2F2048","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdallahhemdan%2F2048","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdallahhemdan%2F2048/lists"}