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: mredig/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.
  • 18 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 14, 2020

  1. updated gitignore

    mredig committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    804bc14 View commit details
    Browse the repository at this point in the history
  2. basic game working

    mredig committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    c07cbe8 View commit details
    Browse the repository at this point in the history
  3. refactored to allow for *not* assuming that the player will only want…

    … to move directions. scalable for other commands
    mredig committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    69bea32 View commit details
    Browse the repository at this point in the history
  4. started adding items

    mredig committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    cb6a17c View commit details
    Browse the repository at this point in the history
  5. can list items in a room

    mredig committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    92fc311 View commit details
    Browse the repository at this point in the history
  6. can pick up items

    mredig committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    8b8102f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. can interact with items

    mredig committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    8b78fd1 View commit details
    Browse the repository at this point in the history
  2. added ability to view your own inventory

    scattered items through cave
    mredig committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    7f79191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bce3e7 View commit details
    Browse the repository at this point in the history
  4. better rock handling

    mredig committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    a722bc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. better room direction

    mredig committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    9b28760 View commit details
    Browse the repository at this point in the history
  2. refactoring for simplicity

    mredig committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    2b1adc5 View commit details
    Browse the repository at this point in the history
  3. finished input refactor

    mredig committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    188d6e8 View commit details
    Browse the repository at this point in the history
  4. cleaner movement

    mredig committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    477f328 View commit details
    Browse the repository at this point in the history
  5. cleaner item pickup

    mredig committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    211a01b View commit details
    Browse the repository at this point in the history
  6. simplified item usage

    mredig committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    5c7a91d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfdf117 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. added key function to treasure room

    added flavor text to some items
    mredig committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    34f5dd4 View commit details
    Browse the repository at this point in the history
Loading