Skip to content

Instantly share code, notes, and snippets.

View lbattaglioli2000's full-sized avatar
🏠
Working from home

Luigi Battaglioli lbattaglioli2000

🏠
Working from home
View GitHub Profile
@lbattaglioli2000
lbattaglioli2000 / adventure.py
Created February 6, 2016 03:27
Our take on Will Crowther's text adventure game.
def takeCanoe():
print("hi")
def keepWalking():
print("After walking for another mile, you encounter a tombstone.")
print("At the base of the tombstone, there is a ferrel cat playing with a coin.")
print("The cat paws the coin in your direction, almost telling you to look at the coin.")
print("You look at the coin and notice it's not a real coin. It appears as if there is a map engraved "
"on it.")
print("")