Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishLearnsToCode/alien-invasion
Basic Alien Invasion 👾 game built on Python 🐍. Part of the Python Crash Course 📕 Book.
https://github.com/anishLearnsToCode/alien-invasion
alien-invasion game programming pygame python python-crash-course-book python-project python3 small-game
Last synced: 9 days ago
JSON representation
Basic Alien Invasion 👾 game built on Python 🐍. Part of the Python Crash Course 📕 Book.
- Host: GitHub
- URL: https://github.com/anishLearnsToCode/alien-invasion
- Owner: anishLearnsToCode
- License: mit
- Created: 2020-07-16T05:19:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T14:11:00.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T04:02:40.104Z (3 months ago)
- Topics: alien-invasion, game, programming, pygame, python, python-crash-course-book, python-project, python3, small-game
- Language: Python
- Homepage:
- Size: 3.48 MB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- python-workshop-wac-5 - here
- python-workshop-8 - Alien Invasion 👾 (GUI)
- python-workshop-7 - Alien Invasion 👾 (GUI)
README
# Alien Invasion
![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)
This game has been built as part of the
[Python Crash Course](https://github.com/anishLearnsToCode/books/blob/master/python/python-crash-course.pdf) 📘 Book.
For more python books [see here](https://github.com/anishLearnsToCode/books/tree/master/python).## Running the game
Clone this project into your machine and install __pygame__ module globally.
```bash
git clone https://github.com/anishLearnsToCode/alien-invasion
pip install pygame
```enter project and run the driver file
```bash
cd alien-invasion
python driver.py
```Enjoy 😃👾
![screen-shot](alien-invasion.gif)