Space Invaders Clone
This is a learning project to study Python.
It is a Space Invaders clone made with free assets, and following instructions from the book "Python Crash Course (1st Edition)"
I've taken some liberties with the theme, I'm using planes instead of ships and clouds instead of stars, but the game is the same.
Development has now slowed down since the game is, if a bit rough, playable and relatively bug free.
I'll resume development later on, to practice polishing the product a bit more.
Visual assets made by Kenney, all credit to him/them.
Dependencies
It relies on pygame to work, here are instructions on how to get it for your chosen platform:
Playing the game
To play it, clone the repository into a folder of your choosing.
Then, from the src/ folder and run game.py, like so:
git clone https://github.com/orenofrancisco/study-python-game.git
cd study-python-game/src/
python3 game.py