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: CampbellD84/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.
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 22, 2020

  1. Create Player and Room objects. Initial attempt at getting gplayermov…

    …ing in game. More work is needed.
    CampbellD84 committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    6cef666 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    58e6118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dba9bcf View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    a855eec View commit details
    Browse the repository at this point in the history
  2. Add items to room and show them in console. Logic to add items to pla…

    …yer inventory needs work.
    CampbellD84 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    a92ae25 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Items are being added to item_found list on player object. Bug with r…

    …etaining state, will fix later.
    CampbellD84 committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    6281036 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Merge pull request #1 from CampbellD84/douglas-campbell

    Create Player and Room objects. Initial attempt at getting player to move
    ckopecky authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    c10f691 View commit details
    Browse the repository at this point in the history
Loading