{"id":19738090,"url":"https://github.com/bytecurdler/chippy","last_synced_at":"2026-06-09T06:32:14.874Z","repository":{"id":197351226,"uuid":"256572805","full_name":"ByteCurdler/Chippy","owner":"ByteCurdler","description":"A CHIP-8 interpreter, based on Octo (https://johnearnest.github.io/Octo/)","archived":false,"fork":false,"pushed_at":"2021-05-02T18:48:09.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T05:56:17.142Z","etag":null,"topics":["chip-8","chip-8-emulator","chip-8-interpreter","chip8","chip8-emulator","chip8-interpreter"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ByteCurdler.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":"2020-04-17T17:51:45.000Z","updated_at":"2021-05-02T18:48:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"362d49a5-4f86-4a09-a3f0-5fcd2a8d28ee","html_url":"https://github.com/ByteCurdler/Chippy","commit_stats":null,"previous_names":["bytecurdler/chippy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ByteCurdler/Chippy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteCurdler%2FChippy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteCurdler%2FChippy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteCurdler%2FChippy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteCurdler%2FChippy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ByteCurdler","download_url":"https://codeload.github.com/ByteCurdler/Chippy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteCurdler%2FChippy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34095244,"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-06-09T02:00:06.510Z","response_time":63,"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":["chip-8","chip-8-emulator","chip-8-interpreter","chip8","chip8-emulator","chip8-interpreter"],"created_at":"2024-11-12T01:13:14.696Z","updated_at":"2026-06-09T06:32:14.854Z","avatar_url":"https://github.com/ByteCurdler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chippy #\n\nA CHIP-8 interpreter, similar to [Octo]\n\nMost examples from [Octo]\n## Usage ##\n\n`python3 main.py [.ch8 file]`\n\n### Keys ###\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth colspan=\"4\"\u003eHexpad\u003c/th\u003e\u003cth\u003e\u003c/th\u003e\u003cth colspan=\"4\"\u003eKeyboard\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e1\u003c/td\u003e\u003ctd\u003e2\u003c/td\u003e\u003ctd\u003e3\u003c/td\u003e\u003ctd\u003eC\u003c/td\u003e\u003ctd\u003e\u003c/td\u003e\u003ctd\u003e1\u003c/td\u003e\u003ctd\u003e2\u003c/td\u003e\u003ctd\u003e3\u003c/td\u003e\u003ctd\u003e4\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e4\u003c/td\u003e\u003ctd\u003e5\u003c/td\u003e\u003ctd\u003e6\u003c/td\u003e\u003ctd\u003eD\u003c/td\u003e\u003ctd\u003e\u003c/td\u003e\u003ctd\u003eQ\u003c/td\u003e\u003ctd\u003eW/↑\u003c/td\u003e\u003ctd\u003eE/Space\u003c/td\u003e\u003ctd\u003eR\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e7\u003c/td\u003e\u003ctd\u003e8\u003c/td\u003e\u003ctd\u003e9\u003c/td\u003e\u003ctd\u003eE\u003c/td\u003e\u003ctd\u003e\u003c/td\u003e\u003ctd\u003eA/←\u003c/td\u003e\u003ctd\u003eS/↓\u003c/td\u003e\u003ctd\u003eD/→\u003c/td\u003e\u003ctd\u003eF\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eA\u003c/td\u003e\u003ctd\u003e0\u003c/td\u003e\u003ctd\u003eB\u003c/td\u003e\u003ctd\u003eF\u003c/td\u003e\u003ctd\u003e\u003c/td\u003e\u003ctd\u003eZ\u003c/td\u003e\u003ctd\u003eX\u003c/td\u003e\u003ctd\u003eC\u003c/td\u003e\u003ctd\u003eV\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n[Octo]: https://johnearnest.github.io/Octo/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytecurdler%2Fchippy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytecurdler%2Fchippy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytecurdler%2Fchippy/lists"}