{"id":13782638,"url":"https://github.com/rgburke/CHIP-8","last_synced_at":"2025-05-11T16:30:42.526Z","repository":{"id":144238589,"uuid":"51553302","full_name":"rgburke/CHIP-8","owner":"rgburke","description":"CHIP-8 interpreter","archived":false,"fork":false,"pushed_at":"2016-02-11T22:59:04.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-16T00:38:21.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rgburke.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}},"created_at":"2016-02-11T22:54:56.000Z","updated_at":"2018-02-05T01:54:58.000Z","dependencies_parsed_at":"2023-03-30T14:22:33.229Z","dependency_job_id":null,"html_url":"https://github.com/rgburke/CHIP-8","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/rgburke%2FCHIP-8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgburke%2FCHIP-8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgburke%2FCHIP-8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgburke%2FCHIP-8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rgburke","download_url":"https://codeload.github.com/rgburke/CHIP-8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225068715,"owners_count":17416119,"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-03T18:01:40.536Z","updated_at":"2024-11-17T17:31:52.220Z","avatar_url":"https://github.com/rgburke.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# CHIP-8 Interpreter\n\nA CHIP-8 interpreter written for fun.\n\n## Screenshots\n\n![SpaceInvaders](screenshots/SpaceInvaders.png)\n![Pong](screenshots/Pong.png)\n\n## Build\n\nThe only library dependency is libsdl2. Run `make` to build the interpreter.\n\n## Usage\n\n```\nchip8 [OPTIONS] ROMFILE\n\nROMFILE:\nFile path to a CHIP-8 ROM (required).\n\nOPTIONS:\n-h, --help                   Print this message.\n-r, --instr-rate=RATE        Run (roughly) RATE instructions per second.\n                             Default: 300, Min: 1.\n-s, --scale-factor=FACTOR    Scale display resolution by FACTOR.\n                             Default: 8, Min: 1, Max: 16.\n```\n\nFor example, to run Space Invaders: `./chip8 SI.ch8`\n\n## Contributing\n\nFeel free to use or play around with this code. It is licensed under GPL v2.\nSome idea's for improving the interpreter are:\n\n  - Add support for SCHIP opcodes.\n  - Add debugging functionality e.g. step through games one opcode at a time.\n  - Add menu bar with various user friendly options:\n    - Load ROM\n    - Pause\n    - Exit\n    - Save and resume.\n    - etc...\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgburke%2FCHIP-8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frgburke%2FCHIP-8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgburke%2FCHIP-8/lists"}