/pyadventure

A simple template for making Text Adventure games in Python and learning programming

Primary LanguagePython

pyadventure

A simple template for making Text Adventure games in Python and learning programming

  1. Click on code button above
  2. Click "HTTPS"
  3. Copy the link
  4. Go to terminal
  5. use the "cd" command to go to the directory you want the code to live
  6. enter command: git clone <use control-p to paste your link from step 2 here>
  7. enter command: cd pyadventure
  8. add folder to workspace: File -> Add Folder to Workspace -> choose folder
  9. run the code with command: python pyadventure