{"id":13596108,"url":"https://github.com/themattrix/sed2048","last_synced_at":"2025-03-26T10:31:52.845Z","repository":{"id":15324101,"uuid":"18054243","full_name":"themattrix/sed2048","owner":"themattrix","description":"The 2048 game implemented in sed","archived":false,"fork":false,"pushed_at":"2019-12-10T08:06:38.000Z","size":39,"stargazers_count":107,"open_issues_count":1,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-21T15:12:38.311Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/themattrix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-24T06:57:11.000Z","updated_at":"2024-04-26T16:38:20.000Z","dependencies_parsed_at":"2022-08-26T06:41:47.448Z","dependency_job_id":null,"html_url":"https://github.com/themattrix/sed2048","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/themattrix%2Fsed2048","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themattrix%2Fsed2048/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themattrix%2Fsed2048/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themattrix%2Fsed2048/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themattrix","download_url":"https://codeload.github.com/themattrix/sed2048/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245636883,"owners_count":20648046,"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-08-01T16:02:08.384Z","updated_at":"2025-03-26T10:31:52.402Z","avatar_url":"https://github.com/themattrix.png","language":"Shell","funding_links":[],"categories":["beyond the web...","Shell"],"sub_categories":[],"readme":"2048.sed\n========\n\n[![Build Status](https://travis-ci.org/themattrix/sed2048.svg?branch=master)](https://travis-ci.org/themattrix/sed2048)\n\nThis is a sed implementation of the [2048 game](http://gabrielecirulli.github.io/2048/). All of the game logic is in sed. Bash is used to supply the sed script with user input and with pseudo-random numbers.\n\nUse the `W`, `A`, `S`, `D` keys to control. Run with:\n\n    $ ./src/2048.sh\n\nDisable colorized output with:\n\n    $ ./src/2048.sh --no-color\n\nGameplay difference from the original 2048 game:\n\n- None that I'm aware of :)\n\nHere's a [demo of me button-mashing](http://showterm.io/672c38e5dfe9dd0b58330).\n\n\u003e Note for OS X users: The version of sed installed by default has different options than the Linux one. Notably, it does not have the extended-regex option `-r`. A compatible version is available through [homebrew](http://brew.sh/): `brew install gnu-sed --default-names` (the `--default-names` flag is used to ensure it installs as `sed` and not `gsed`). You can also build the latest version from here: http://sed.sourceforge.net/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemattrix%2Fsed2048","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemattrix%2Fsed2048","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemattrix%2Fsed2048/lists"}