The Game
Developed for a Master's degree in Applied Computer Graduation Program (PIPCA) at Unisinos University - Brazil, to attend the Techniques of Programming Class. It's an experimental game to learn the Python language.
The aliens want to invade Earth. Help us to eliminate them!
How Do i play?
First, you need download and install the Python, Pygame and Numpy.
- Download Python 3.5 and Install: https://www.python.org/downloads/
- Download Pygame and Install: http://www.pygame.org/download.shtml
- Download Numpy and Install: https://pypi.python.org/pypi/numpy
- Download the project: https://github.com/AdorableMonsters/AdorableMonstersProject
Install Pygame and Numpy
- To install Pygame, type the command: pip install pygame-1.9.2a0-cp35-none-win_amd64.whl (if download this file)
- To install numpy, type the command: pip install numpy-1.11.0-cp35-none-win_amd64.whl (if download this file)
Note: if your Python installation is 64bits, download the pygame and numpy file 64bits too.
Second, open the run.py file in the IDLE Python and press F5.
Good game!