{"id":20658627,"url":"https://github.com/gergoerdi/2048-chip8","last_synced_at":"2026-05-29T08:04:40.833Z","repository":{"id":15483963,"uuid":"18217614","full_name":"gergoerdi/2048-CHIP8","owner":"gergoerdi","description":"2048 game for the CHIP-8 virtual machine","archived":false,"fork":false,"pushed_at":"2014-03-28T15:52:51.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T23:52:02.429Z","etag":null,"topics":["assembly","chip8","retro"],"latest_commit_sha":null,"homepage":null,"language":"Assembly","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/gergoerdi.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}},"created_at":"2014-03-28T15:52:36.000Z","updated_at":"2017-06-04T13:28:56.000Z","dependencies_parsed_at":"2022-07-13T23:10:34.739Z","dependency_job_id":null,"html_url":"https://github.com/gergoerdi/2048-CHIP8","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gergoerdi/2048-CHIP8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gergoerdi%2F2048-CHIP8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gergoerdi%2F2048-CHIP8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gergoerdi%2F2048-CHIP8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gergoerdi%2F2048-CHIP8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gergoerdi","download_url":"https://codeload.github.com/gergoerdi/2048-CHIP8/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gergoerdi%2F2048-CHIP8/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33642324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["assembly","chip8","retro"],"created_at":"2024-11-16T18:27:12.907Z","updated_at":"2026-05-29T08:04:40.812Z","avatar_url":"https://github.com/gergoerdi.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"2048-CHIP8\n==========\n\nThis is an implementation of the [2048 game](http://gabrielecirulli.github.io/2048/)\nfor the [CHIP-8](http://en.wikipedia.org/wiki/CHIP-8) virtual machine.\n\nTo build it, you need a CHIP-8 assembler, for example [Chip8 1.1](http://chip8.sourceforge.net/).\n\nInstructions\n------------\n![Screenshot](http://i.imgur.com/VOW7Iyw.png)\n\nBecause of the low resolution of the CHIP-8 display, instead of using\npowers of 2, this port simply uses digits from `0` to `9` to represent\ntile values. This means two `0` tiles can fuse to form a `1` tile, two `1`\ntiles can fuse to form a `2` tile, and so on. The objective, then, is to\nfuse two `9` tiles.\n\nThe current version doesn't check for this victory condition yet, and\nso two `9` tiles happily overflow to an `A` tile.\n\nControls are:\n\n* `2` to slide up\n* `8` to slide down\n* `4` to slide left\n* `6` to slide right\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgergoerdi%2F2048-chip8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgergoerdi%2F2048-chip8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgergoerdi%2F2048-chip8/lists"}