Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 690 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 690 Bytes

Alien Invasion

made-with-python

This game has been built as part of the Python Crash Course 📘 Book. For more python books see here.

Running the game

Clone this project into your machine and install pygame module globally.

git clone https://github.com/anishLearnsToCode/alien-invasion
pip install pygame

enter project and run the driver file

cd alien-invasion
python driver.py 

Enjoy 😃👾

screen-shot