Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bloominstituteoftechnology/Intro-Python-I
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bbenefield89/Intro-Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 14 files changed
  • 1 contributor

Commits on Jul 9, 2018

  1. Day 1: completed

    bbenefield89 committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    6e8d95b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. feat(adv.py): Player class contains methods to move character from ro…

    …om to room displaying errors if selected room does not exist
    bbenefield89 committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    6b3138d View commit details
    Browse the repository at this point in the history
  2. feat(adv.py): Player class methods now use `self.display_room_descrip…

    …tion` to determine where player is located
    
    feat(adv.py): `self.display_room_description` uses try/except blocks to avoid errors where a room does not exist
    style(adv.py): `self.display_direction` renamed to `self.handle_player_direction`
    bbenefield89 committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    95b10e7 View commit details
    Browse the repository at this point in the history
  3. style(adv.py): self.display_room_description renamed to `self.print…

    …_room_description`
    
    feat(adv.py): `self.print_room_description` now returns the current rooms description
    style(adv.py): add double newlines "\n\n" to each passage description in `self.print_room_description`
    bbenefield89 committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    8295608 View commit details
    Browse the repository at this point in the history
Loading