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-II
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: joerlop/Intro-Python-II
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.
  • 11 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 4, 2019

  1. Player and Room classes developed

    Geraldine Lustgarten Geraldine Lustgarten
    Geraldine Lustgarten authored and Geraldine Lustgarten committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    8f25868 View commit details
    Browse the repository at this point in the history
  2. Completed first version of player movement dynamics

    Geraldine Lustgarten Geraldine Lustgarten
    Geraldine Lustgarten authored and Geraldine Lustgarten committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    f1ef882 View commit details
    Browse the repository at this point in the history
  3. Modified player movement loop so that it keeps looping until user hits q

    Geraldine Lustgarten Geraldine Lustgarten
    Geraldine Lustgarten authored and Geraldine Lustgarten committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    46e87c1 View commit details
    Browse the repository at this point in the history
  4. Added direction attributes to room class

    Geraldine Lustgarten Geraldine Lustgarten
    Geraldine Lustgarten authored and Geraldine Lustgarten committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    e1d1e9f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Created Item class

    Geraldine Lustgarten Geraldine Lustgarten
    Geraldine Lustgarten authored and Geraldine Lustgarten committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    f2bcd31 View commit details
    Browse the repository at this point in the history
  2. Added items attribute and directions attributes to Room class

    Geraldine Lustgarten Geraldine Lustgarten
    Geraldine Lustgarten authored and Geraldine Lustgarten committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    7945049 View commit details
    Browse the repository at this point in the history
  3. Main loop prints all items in current room

    Geraldine Lustgarten Geraldine Lustgarten
    Geraldine Lustgarten authored and Geraldine Lustgarten committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    fc18403 View commit details
    Browse the repository at this point in the history
  4. Added some items to the rooms

    Geraldine Lustgarten Geraldine Lustgarten
    Geraldine Lustgarten authored and Geraldine Lustgarten committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    9bc4ada View commit details
    Browse the repository at this point in the history
  5. Get/take functionality developed

    Geraldine Lustgarten Geraldine Lustgarten
    Geraldine Lustgarten authored and Geraldine Lustgarten committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    78bb56d View commit details
    Browse the repository at this point in the history
  6. Implemented on_take method for item class

    Geraldine Lustgarten Geraldine Lustgarten
    Geraldine Lustgarten authored and Geraldine Lustgarten committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    ee70cf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    6b6b33a View commit details
    Browse the repository at this point in the history
Loading