{"id":27959107,"url":"https://github.com/kitsuyaazuma/space-invaders-python","last_synced_at":"2026-05-03T06:31:12.154Z","repository":{"id":149374510,"uuid":"566228113","full_name":"kitsuyaazuma/Space-Invaders-Python","owner":"kitsuyaazuma","description":"nInvaders-like Space Invaders game implemented in Python","archived":false,"fork":false,"pushed_at":"2022-11-18T04:52:34.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-20T06:44:32.944Z","etag":null,"topics":["python","raspberry-pi","space-invaders","wiringpi"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kitsuyaazuma.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":"2022-11-15T08:28:17.000Z","updated_at":"2022-11-18T04:42:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c0beee8-104a-4f9d-aeda-8beaed82eaaa","html_url":"https://github.com/kitsuyaazuma/Space-Invaders-Python","commit_stats":null,"previous_names":["kitsuyaazuma/space-invaders-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kitsuyaazuma/Space-Invaders-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FSpace-Invaders-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FSpace-Invaders-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FSpace-Invaders-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FSpace-Invaders-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitsuyaazuma","download_url":"https://codeload.github.com/kitsuyaazuma/Space-Invaders-Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FSpace-Invaders-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python","raspberry-pi","space-invaders","wiringpi"],"created_at":"2025-05-07T18:28:33.875Z","updated_at":"2026-05-03T06:31:12.131Z","avatar_url":"https://github.com/kitsuyaazuma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Space Invaders Python\n\n\nhttps://user-images.githubusercontent.com/60843722/202617572-89b5d90c-09b9-4f69-93a4-50efb591eb2c.mp4\n\n\n## Development Environment\n* MacBook Pro (2021, Apple M1 Pro)\n* Python 3.9.15\n\n## Usage\nBy using `--help` or `-h` option, you can get a useful message about the game settings.\n\n```zsh\n% python main.py --help\nusage: main.py [-h] [--diff DIFF] [--lives LIVES]\n\noptional arguments:\n  -h, --help     show this help message and exit\n  --diff DIFF    the game difficulty (default=easy, easy | medium | hard)\n  --lives LIVES  the initial number of lives (default=3)\n```\n\nYou can run the program with the following commands:\n\n```zsh\npython main.py\n```\n\n---\n\n## Raspberry Pi Implementation\n\n![IMG_8485](https://user-images.githubusercontent.com/60843722/202617798-607b696c-6665-46c3-92a4-176ee3fb63ca.jpg)\n![IMG_8486](https://user-images.githubusercontent.com/60843722/202619605-caaf7992-21b9-4f47-9fb7-0fd83f00d420.jpg)\n\n\nYou can also run this program on the [Raspberry Pi](https://en.wikipedia.org/wiki/Raspberry_Pi).\n\n[WiringPi](https://github.com/WiringPi/WiringPi-Python) is an implementation of most of the Arduino Wiring functions for the Raspberry Pi. The library is packaged on PyPI and can be installed with pip:\n```\npip install wiringpi\n```\n\nBefore running the program, execute the following command on the LXTerminal.\n\n```zsh\ngpio export 5 out\ngpio export 6 out\ngpio export 13 out\ngpio export 19 in\ngpio export 21 in\ngpio export 26 in\n```\n\nNow, you can run the program with the following commands:\n\n```zsh\npython raspi_main.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitsuyaazuma%2Fspace-invaders-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitsuyaazuma%2Fspace-invaders-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitsuyaazuma%2Fspace-invaders-python/lists"}