Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)