{"id":13782697,"url":"https://github.com/cookerlyk/Chip8","last_synced_at":"2025-05-11T16:31:00.846Z","repository":{"id":65494243,"uuid":"91226281","full_name":"cookerlyk/Chip8","owner":"cookerlyk","description":"Chip-8 Interpreter written in C","archived":false,"fork":false,"pushed_at":"2017-10-06T06:42:45.000Z","size":70,"stargazers_count":15,"open_issues_count":5,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-08-03T18:16:46.641Z","etag":null,"topics":["emulator","interpreter","sdl2","system"],"latest_commit_sha":null,"homepage":"","language":"C","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/cookerlyk.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":"2017-05-14T07:09:35.000Z","updated_at":"2024-07-29T21:02:33.000Z","dependencies_parsed_at":"2023-01-25T21:25:11.565Z","dependency_job_id":null,"html_url":"https://github.com/cookerlyk/Chip8","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/cookerlyk%2FChip8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookerlyk%2FChip8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookerlyk%2FChip8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookerlyk%2FChip8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cookerlyk","download_url":"https://codeload.github.com/cookerlyk/Chip8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225068724,"owners_count":17416121,"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":["emulator","interpreter","sdl2","system"],"created_at":"2024-08-03T18:01:41.999Z","updated_at":"2024-11-17T17:31:57.068Z","avatar_url":"https://github.com/cookerlyk.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# Chip8\nA Chip-8 Interpreter written in C.\u003cbr\u003e\n\nCurrently, the interpreter is in a playable state. The only missing core features are the system buzzer and more accurate timing for the execution of the system.\n\nSome information about Chip-8 can be found [here](https://en.wikipedia.org/wiki/CHIP-8)\n\n### Screenshots:\n\u003cimg width=\"1278\" alt=\"chip8_pong\" src=\"https://user-images.githubusercontent.com/21052307/26961506-0c3be75c-4c94-11e7-87ab-ef0fe4d14325.png\"\u003e\n\n\u003cimg width=\"1279\" alt=\"chip8_space_invaders\" src=\"https://user-images.githubusercontent.com/21052307/26961510-11cfe704-4c94-11e7-921d-19f8f409d16a.png\"\u003e\n\n## Building and Running:\n\nTo build the project run: \u003cbr\u003e\n```\n\u003cunix\u003e location/of/project make\n```\nRunning from the command line:\u003cbr\u003e\n```\n\u003cunix\u003e ./chip8 path/to/rom\n```\nRunning from the command line with logging enabled:\u003cbr\u003e\n```\n\u003cunix\u003e ./chip8 path/to/rom log\n```\n### Compatibility:\nVerified compatible with Linux and Mac OS.\n\n### Dependencies:\nGNU C compiler\u003cbr\u003e\nCommand line tools if you are on Mac OS\u003cbr\u003e\n[SDL2](https://www.libsdl.org/download-2.0.php) installed on your machine\u003cbr\u003e\nA copy of a Chip-8 Rom\u003cbr\u003e\n\n## Keyboard Layout:\n\n### Chip8 Keypad:\n|   |   |   |   |\n|---|---|---|---|\n| 1 | 2 | 3 | C |\n| 4 | 5 | 6 | D |\n| 7 | 8 | 9 | E |\n| A | 0 | B | F |\n\n### Emulator Keyboard Mapping:\n|   |   |   |   |\n|---|---|---|---|\n| 1 | 2 | 3 | 4 |\n| Q | W | E | R |\n| A | S | D | F |\n| Z | X | C | V |\n\n'esc' Key  : Close the Emulator\u003cbr\u003e\n'Spacebar' : Pause / Resume the Emulator\u003cbr\u003e\n'F5 Key'   : Reset the emulator\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcookerlyk%2FChip8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcookerlyk%2FChip8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcookerlyk%2FChip8/lists"}