Little game create with pygame in python 3.
Third project of openclassrooms in cours developtment in python.
- python 3.7 (using virtualenv)
- pygame
-
Clone and change to the directory:
git clone https://github.com/nerangel/P3-HelpMacGuyver.git cd P3-HelpMacGuyver -
Create a virtual environment:
virtualenv -p python3 env (mac & linux) virtualenv -p $env:python3 env (windows -> PowerShell)
-
Activate a virtual environment:
source env/bin/activate (mac & linux) ./env/scripts/activate.ps1 (windows -> PowerShell)
-
Install requirements:
pip install -r requirements.txt
-
Run it:
python3 main.py