Skip to content

bsacks99/cst205_lab11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

player = Player()

key = Item('key', 'unlock')

player.pickUp(key)

printNow(player.listItems())

printNow("There is a locked door in front of you")

choice = requestString("What would you like to do: ")

if choice.lower() == 'use key': if player.useItem('key') == 'unlock': printNow("You have unlocked the door")

Etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages