{"id":26562068,"url":"https://github.com/intedai/chip8","last_synced_at":"2025-03-22T14:27:27.629Z","repository":{"id":281963476,"uuid":"945120071","full_name":"Intedai/CHIP8","owner":"Intedai","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-19T21:49:00.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T22:38:28.887Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Intedai.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-08T17:49:40.000Z","updated_at":"2025-03-19T21:49:04.000Z","dependencies_parsed_at":"2025-03-12T04:35:35.523Z","dependency_job_id":null,"html_url":"https://github.com/Intedai/CHIP8","commit_stats":null,"previous_names":["intedai/chip8"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intedai%2FCHIP8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intedai%2FCHIP8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intedai%2FCHIP8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intedai%2FCHIP8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Intedai","download_url":"https://codeload.github.com/Intedai/CHIP8/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244968973,"owners_count":20540234,"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":"2025-03-22T14:27:26.829Z","updated_at":"2025-03-22T14:27:27.619Z","avatar_url":"https://github.com/Intedai.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CHIP8 EMULATOR\n\n## Tech Stack\nUsing C++ and sfml for graphics (and audio in the future)\n\n## Compilation\n`g++ -Wall -Wextra src/chip8.cpp src/cpu.cpp src/instructions.cpp src/main.cpp src/screen.cpp src/keyboard.cpp -o ch8emu -lsfml-graphics -lsfml-window -lsfml-system`\n\nfor now, it will be a `makefile`,`cmake` or `ninja` in the future, i have yet to decide and learn most of these.\n\n## Tests\nTests are taken from [Timendus/chip8-test-suite](https://github.com/Timendus/chip8-test-suite) \nOnly the random number test is taken from [mattmikolay/chip-8](https://github.com/mattmikolay/chip-8)\nTESTS PASSED:\n\n - [x] `1-chip8-logo.ch8`\n - [x] `2-ibm-logo.ch8`\n - [x] `3-corax+.ch8`\n - [x] `4-flags.ch8`\n - [ ] `5-quirks.ch8`\n - [ ] `6-keypad.ch8`\n - [ ] `7-beep.ch8`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintedai%2Fchip8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintedai%2Fchip8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintedai%2Fchip8/lists"}