{"id":23840356,"url":"https://github.com/zck/game-2048","last_synced_at":"2025-09-07T17:31:38.987Z","repository":{"id":182143016,"uuid":"668020337","full_name":"zck/game-2048","owner":"zck","description":"Play 2048 inside Emacs!","archived":false,"fork":false,"pushed_at":"2023-07-18T20:44:32.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T17:49:39.105Z","etag":null,"topics":["2048","emacs","emacs-lisp","game"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/zck.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}},"created_at":"2023-07-18T20:43:34.000Z","updated_at":"2023-07-18T23:39:46.000Z","dependencies_parsed_at":"2023-07-18T21:56:07.804Z","dependency_job_id":null,"html_url":"https://github.com/zck/game-2048","commit_stats":null,"previous_names":["zck/game-2048"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zck/game-2048","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zck%2Fgame-2048","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zck%2Fgame-2048/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zck%2Fgame-2048/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zck%2Fgame-2048/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zck","download_url":"https://codeload.github.com/zck/game-2048/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zck%2Fgame-2048/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274068071,"owners_count":25216842,"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-09-07T02:00:09.463Z","response_time":67,"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":["2048","emacs","emacs-lisp","game"],"created_at":"2025-01-02T17:45:25.633Z","updated_at":"2025-09-07T17:31:38.572Z","avatar_url":"https://github.com/zck.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 2048-game.el #\r\n\r\nThis is an implementation of [2048](http://gabrielecirulli.github.io/2048/) in Emacs.\r\n\r\nIt has a [bug tracker](https://todo.sr.ht/~zck/game-2048).\r\n\r\n### Installing 2048-game.el ###\r\n\r\nThere are two ways to install 2048-game.el:\r\n\r\n1. **[MELPA](http://melpa.milkbox.net/)** -- a package manager for emacs. This is the recommended way to install 2048-game.el\r\n    1. Follow the instructions under \"installing\" on MELPA's [getting started](http://melpa.milkbox.net/#/getting-started) page.\r\n    2. Restart Emacs, to make it reload your init file.\r\n    3. Run `M-x package-list-packages`.\r\n    4. Find this package in the package list, and move point (the cursor) there. It should one of the first few in the list.\r\n    5. Press `i` to mark the package for installation.\r\n    6. Press `x` to execute the commands and install the marked package.\r\n\r\n2. You can install the game from source. This is not recommended unless you're changing the code.\r\n    1. Clone this repository.\r\n    2. Run `M-x load-file`, then navigate to the repository, and load `2048-game.el`\r\n\r\n### Playing ###\r\n\r\n* The goal is to create a tile with value 2048.\r\n* Start the game by typing `M-x 2048-game`, and pressing enter.\r\n* You can move the tiles around with the arrow keys, p/n/b/f, or C-p/C-n/C-b/C-f.\r\n* Whenever the board moves, all tiles slide as far to that direction as they can go. If a tile collides with another tile of the same value, the tiles combine into a  tile with double the initial value, and you gain the new tile's value as your score.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzck%2Fgame-2048","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzck%2Fgame-2048","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzck%2Fgame-2048/lists"}