My take on the classic arcade game. :alien: :alien: :alien:
The logic was inspired from https://github.com/attreyabhatt/Space-Invaders-Pygame, and the video: https://www.youtube.com/watch?v=FfWpgLFMI7w.
This just happens to be my take on the classic game with the starting code coming from the video/repo (refactored to my liking).
Since the game is written in Python, it can be considered cross platform.
Recommended PC Specifications
Pre-requisites
git clone https://github.com/cavcrosby/SpaceInvaders.git
cd SpaceInvaders
python main.py
or (Windows users)
See LICENSE.