{"id":28198028,"url":"https://github.com/alpacamax/python-chip8-emulator","last_synced_at":"2025-05-16T17:17:26.614Z","repository":{"id":174124278,"uuid":"204009006","full_name":"AlpacaMax/Python-CHIP8-Emulator","owner":"AlpacaMax","description":"A CHIP-8 Emulator implemented in Python3","archived":false,"fork":false,"pushed_at":"2023-12-31T21:32:33.000Z","size":11,"stargazers_count":11,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-12-31T22:58:51.296Z","etag":null,"topics":["chip-8","game","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/AlpacaMax.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}},"created_at":"2019-08-23T13:57:29.000Z","updated_at":"2023-12-31T22:58:51.483Z","dependencies_parsed_at":"2023-08-21T01:32:02.526Z","dependency_job_id":null,"html_url":"https://github.com/AlpacaMax/Python-CHIP8-Emulator","commit_stats":null,"previous_names":["alpacamax/python-chip8-emulator"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlpacaMax%2FPython-CHIP8-Emulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlpacaMax%2FPython-CHIP8-Emulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlpacaMax%2FPython-CHIP8-Emulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlpacaMax%2FPython-CHIP8-Emulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlpacaMax","download_url":"https://codeload.github.com/AlpacaMax/Python-CHIP8-Emulator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254573547,"owners_count":22093732,"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":["chip-8","game","python3"],"created_at":"2025-05-16T17:17:20.813Z","updated_at":"2025-05-16T17:17:26.598Z","avatar_url":"https://github.com/AlpacaMax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CHIP-8 Emulator\n\n\u003e **CHIP-8** is an interpreted programming language, developed by Joseph Weisbecker. It was initially used on the COSMAC VIP and Telmac 1800 8-bit microcomputers in the mid-1970s. CHIP-8 programs are run on a CHIP-8 virtual machine. It was made to allow video games to be more easily programmed for these computer             \n\u003cbr\u003e--[Wikipedia](https://en.wikipedia.org/wiki/Chip-8)\n\n## Introduction\n\nThis is a python version CHIP-8 Emulator. Although it was originally created as a virtual machine, CHIP-8 could be treated as a simple game console. As a result, implementing this emulator is a good way to get a brief understanding of how computer works.\n\n## Usage\n\n```\npip3 install pygame\nsudo apt install sox\ngit clone git@github.com:AlpacaMax/Python-CHIP8-Emulator\ncd Python-CHIP8-Emulator\npython3 chip8.py games/\u003cYour game\u003e\n```\n\n## Screenshots\n\n![IBM Logo](screenshots/IBMLogo.png)\n\n![Bricks](screenshots/Bricks.png)\n\n![Tetris](screenshots/Tetris.png)\n\n![Space Invader](screenshots/SpaceInvader.png)\n\n**Note:** If you don't like the color, you can go to `line 154` and `line 155` and change `self.zeroColor` and `self.oneColor`.\n\n## More CHIP-8 ROMs(Games)\n\nVisit [The Old Computer](https://www.theoldcomputer.com/roms/index.php?folder=Chip-8/Chip-8/Games) for more CHIP-8 games","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpacamax%2Fpython-chip8-emulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpacamax%2Fpython-chip8-emulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpacamax%2Fpython-chip8-emulator/lists"}