Skip to content
Snippets Groups Projects
Commit f59b4ae5 authored by Adriel Nuqui's avatar Adriel Nuqui
Browse files

Integrated Leaderboard to Level 1

parent a8b74d37
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,10 @@ def unlock_door():
if location_door["locked"]:
if item_key in inventory:
while True:
totalseconds = (minutes*60)+seconds
append_leaderboard(totalseconds, 'Times.csv')
print("WELL DONE! You've escaped LEVEL 1 in a time of", minutes, "minutes and", seconds,"seconds")
print("Type CONTINUE to begin the next level")
response = input()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment