{"id":18326061,"url":"https://github.com/mthaler/alien-invasion","last_synced_at":"2026-04-28T08:05:10.811Z","repository":{"id":146919911,"uuid":"350641631","full_name":"mthaler/alien-invasion","owner":"mthaler","description":"Alien invasion game from Python Crash Course book","archived":false,"fork":false,"pushed_at":"2021-04-03T13:03:42.000Z","size":220,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T15:57:43.292Z","etag":null,"topics":["pygame","python","python-3","python-crash-course-book"],"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/mthaler.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":"2021-03-23T08:53:00.000Z","updated_at":"2025-03-16T11:29:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c6ac5be-fbcd-48a6-99be-7d18c440d7d4","html_url":"https://github.com/mthaler/alien-invasion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mthaler/alien-invasion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthaler%2Falien-invasion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthaler%2Falien-invasion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthaler%2Falien-invasion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthaler%2Falien-invasion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mthaler","download_url":"https://codeload.github.com/mthaler/alien-invasion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthaler%2Falien-invasion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32371708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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":["pygame","python","python-3","python-crash-course-book"],"created_at":"2024-11-05T19:05:39.734Z","updated_at":"2026-04-28T08:05:10.788Z","avatar_url":"https://github.com/mthaler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alien-invasion\n\nAlien Invasion game from Python Crash Course book\n\n![alt text](screenshots/alien_invasion.jpg \"Alien Invasion\")\n\n## Add Pygame package when using PyCharm\n\nThe Alien Invasion game requires the Pygame package to be installed.\nIf it is missing, PyCharm will show the following error:\n\n![alt text](screenshots/missing_pygame_package.jpg \"Missing Pygame package\")\n\nTo add the package for the Alien Invasion game, move the cursor to *import pygame* and press *Alt-enter*. The following popup menu should be shown:\n\n![alt text](screenshots/install_pygame_package.jpg \"Install Pygame package\")\n\nTo install the Pygame package, select *Install package pygame*. This only works when using a correctly configured virtual environment.\n\n## Installing Pygame\n\nTo install Pygame for the current user, enter the following command at a terminal prompt:\n\n```\n$ python -m pip install --user pygame\n```\n\nTo install Pygame globally on Debian based systems, do:\n\n```\n# apt-get install python3-pygame\n```\n\n# Quitting the game\n\nThe alien invasion game will start in fullscreen mode. To exit the game, type 'q'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmthaler%2Falien-invasion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmthaler%2Falien-invasion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmthaler%2Falien-invasion/lists"}