My variation of Alien Invasion game from the book.
apt install python3-pip
git clone https://github.com/innxrmxst/alien-invasion.git
cd alien-invasion/
pip3 install -r requirements.txt
python3 alien_invasion.py
Feel free to change ship and alien icons. Also you can set your own bullet, ship weight , height and speed. Pull requests are welcome.