Space Invasion Game - Built with Python.
To clone and run this application, you'll need Git, Python 3 and Pip installed on your computer. From your command line:
#First Install pipenv
$ pip install pipenv
# Clone this repository
$ git clone https://github.com/RosarioDeveloper/space-invasion-game.git
# Go into the project folder
$ cd space-invasion-game
# Create and activate virtual env
$ python venv -m .venv
$ pipenv shell
# Install dependencies
$ pipenv install
# Run the app
$ python main.py