Commit ebfa1234 authored by simon.nutsey's avatar simon.nutsey

Update PythonGame

parent b46b9a45
......@@ -205,16 +205,34 @@ print("TIME: 07:00am")
print("BALANCE: £",bankbal)
if route1 == 1:
print("\n\nYou are woken up by your alarm at 7am and you are ready to continue with your journey ")
if route2 == 1:
print("\n\n\You are woken up by your alarm at 7am. You are ahead of schedule, you may even get a raise on your pay")
if contractpicked == 1:
print("DAYS LEFT: 2")
print("\nDAYS LEFT: 2")
print("Location: Atalantic Ocean")
print("Target Location: Port of Gothenburg - Sweden\n")
print("You are awaken by your alarm at 7am and you are ready to continue with your Journey\n")
response5 = ""
while response5 not in route:
response5 = input("You hear over the ships radio: \n ~STORM WARNING~ ATTENTION ALL SHIPS IN THE VICINITY A STORM WILL BE PASSING OVER THE AREA WITHIN THE NEXT HOUR PLEASE STEER CLEAR OF THE AREA ~STORM WARNING~\n\n The radio then goes silent and you look back at your GPS and notice 2 routes that you could take. Route 1, the safest option but you may arrive in Sweden a little bit later than you had planned. Route 2 heads through the stormy sea and you will arrive in Sweden ahead of schedule")
response5 = input("You hear over the ships radio: \n ~STORM WARNING~ ATTENTION ALL SHIPS IN THE VICINITY A STORM WILL BE PASSING OVER THE AREA WITHIN THE NEXT HOUR PLEASE STEER CLEAR OF THE AREA ~STORM WARNING~\n\n The radio then goes silent and you look back at your GPS and notice 2 routes that you could take. Route 1, the safest option but you may arrive in Sweden a little bit later than you had planned. Route 2 heads through the stormy sea and you will arrive in Sweden ahead of schedule\n\nWhich route do you want to take\n\n route 1/route2")
if response5 == "route 1":
route1 = 2
print("You choose to go the recommend route but this could make you late for your drop off")
if response5 == "route 2":
route = 2
print("You take the faster route as the rain begins to get gradually heavier and heavier")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment