This is the remake of classical alien:alien: invasion game using python3 and pygame.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Any version of python higher than python2 (If you don't have one dowmload from python.org)
Latest version of pygame and pip (download from pygame.org or use below command lines to downlad both)
A step by step series of examples that tell you how to get a development env running
Commands given below can also be used for windows with some altercation, if ran into a problem simply google how to install in windows
command to install python3 on your desktop
$ sudo apt-get install python3
To install pip, go to https://bootstrap.pypa.io/get-pip.py. Command to install pip.
$ sudo python get-pip.py
To install pygame library.
$ sudo apt-get install python-pygame
MIT