Skip to content
Snippets Groups Projects
Commit fc937837 authored by Joe Stephenson's avatar Joe Stephenson
Browse files

finished

parent 0c8c0478
Branches WithDatabase
No related tags found
1 merge request!1With database
No preview for this file type
......@@ -76,7 +76,6 @@ def print_inventory_items(items):
print(item["description"])
print()
print()
......@@ -152,7 +151,13 @@ def print_menu(exits, room_items, inv_items):
)
if puzzle_check():
print("ATTEMPT", current_room["puzzle"].upper(), "to attempt the", current_room["puzzle"], "puzzle.")
print(
"ATTEMPT",
current_room["puzzle"].upper(),
"to attempt the",
current_room["puzzle"],
"puzzle.",
)
if current_room == locations["House"]:
print("TALK to talk the family.")
......@@ -366,7 +371,7 @@ visited and met up with Marco before his death.
def execute_question():
global complete
global complete, save
print_investigation()
questions_asked = 0 # Track the number of questions asked
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment