In order to be able to execute the game, python 3 is necessary. For all the remaining modules:
- Install Pillow, numpy, packages using
$ pip install Pillow numpy
- Install pyqt5 using
$ pip install pyqt5
. If it fails, try with$ sudo apt-get install python3-pyqt5
Just launch LifeLauncher.py with python (if having a virtual environment, remember to activate it).
$ python3 LifeLauncher.py
This game was created to practice on Model-View-Control design pattern. Also part of Human Computer Interaction exam at Unifi - Florence.