Remake of the classic space invaders game made using Python and Pygame.
Of course, you should have python and python tkinter installed on your machine before typing this command.
And make sure you also install the pygame library before compiling the game. This command should do the trick:
pip install pygame
You can compile the game from the command line typing:
python3 SpaceInvaders.py