Skip to content

qdtrl/P3-HelpMacGyver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Help Macguyver to escape

Little game create with pygame in python 3.

Third project of openclassrooms in cours developtment in python.

Development

Requirements

Install and Run the Game

  1. Clone and change to the directory:

    git clone https://github.com/nerangel/P3-HelpMacGuyver.git
    cd P3-HelpMacGuyver
  2. Create a virtual environment:

    virtualenv -p python3 env (mac & linux)
    virtualenv -p $env:python3 env (windows -> PowerShell)
  3. Activate a virtual environment:

    source env/bin/activate (mac & linux)
    ./env/scripts/activate.ps1 (windows -> PowerShell)
  4. Install requirements:

    pip install -r requirements.txt
  5. Run it:

    python3 main.py

About

Projet 3 du parcours python d'OpenClassRooms !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages