{"id":18813659,"url":"https://github.com/mehmetumit/chip-8","last_synced_at":"2026-06-25T04:31:04.181Z","repository":{"id":159896124,"uuid":"633597820","full_name":"mehmetumit/CHIP-8","owner":"mehmetumit","description":"CHIP-8 emulator written in Go","archived":false,"fork":false,"pushed_at":"2023-05-01T13:50:43.000Z","size":82,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T00:28:09.615Z","etag":null,"topics":["cgo-bindings","chip-8","chip8","chip8-emulator","emulator","go","go-sdl2","golang","sdl2"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mehmetumit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-27T21:31:17.000Z","updated_at":"2023-11-09T15:22:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a1246c6-6f1d-41e5-872b-11b97a961101","html_url":"https://github.com/mehmetumit/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/mehmetumit%2FCHIP-8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehmetumit%2FCHIP-8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehmetumit%2FCHIP-8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehmetumit%2FCHIP-8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehmetumit","download_url":"https://codeload.github.com/mehmetumit/CHIP-8/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239748299,"owners_count":19690237,"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":["cgo-bindings","chip-8","chip8","chip8-emulator","emulator","go","go-sdl2","golang","sdl2"],"created_at":"2024-11-07T23:38:03.799Z","updated_at":"2026-06-25T04:31:04.174Z","avatar_url":"https://github.com/mehmetumit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CHIP-8\n* CHIP-8 emulator written in go\n## Demo\n![IBMLogo](/assets/IBMLogo.png)\n![Test](/assets/Test.png)\n![Pong](/assets/Pong.png)\n![Tetris](/assets/Tetris.png)\n## Usage\n```\nUsage of ./CHIP-8:\n  -path string\n        The file path of rom (default \"./roms/Instruction-Test.ch8\")\n  -scale int\n        The display scale (default 12)\n  -speed uint\n        The emulation speed (default 3)\n```\n### Run\n```\n# Without creating executable in current folder\n# It can take some time on first run because of the sdl2 package\n$ go run . -path \u003c./roms/Pong.ch8\u003e -speed \u003c3\u003e -scale \u003c12\u003e\n# Using executable file which is created after build operation\n$ ./CHIP-8 -path \u003c./roms/Pong.ch8\u003e -speed \u003c3\u003e -scale \u003c12\u003e\n```\n### Build\n```\n# Print the build process using flags\n# It can take some time on first build because of the sdl2 package\n$ go build -x -v\n```\n## Dependencies\n* `Go`\n* `SDL2(go-sdl2)`\n* `cgo`\n## Opcodes\n```\n00E0 00EE (0NNN)-\u003e not necessary for most roms\n1NNN\n2NNN\n3XNN\n4XNN\n5XY0\n6XNN\n7XNN\n8XY0 8XY1 8XY2 8XY3 8XY4 8XY5 8XY6 8XY7 8XYE\n9XY0\nANNN\nBNNN\nCXNN\nDXYN\nEX9E EXA1\nFX07 FX0A FX15 FX18 FX1E FX29 FX33 FX55 FX65\n```\n## Keymaps\n```\nDefault        Custom\n1 2 3 C        1 2 3 4\n4 5 6 D   -\u003e   Q W E R\n7 8 9 E        A S D F\nA 0 B F        Z X C V\n```\n## References\n* https://en.wikipedia.org/wiki/CHIP-8\n* https://www.cs.columbia.edu/~sedwards/classes/2016/4840-spring/designs/Chip8.pdf\n* https://github.com/corax89/chip8-test-rom\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehmetumit%2Fchip-8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehmetumit%2Fchip-8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehmetumit%2Fchip-8/lists"}