Commit 5c710bfe authored by simon.nutsey's avatar simon.nutsey

Update PythonGame

parent 4fdf2c51
...@@ -48,9 +48,55 @@ Outcomes = [ ...@@ -48,9 +48,55 @@ Outcomes = [
# Start of the game. # Start of the game.
# Player will set up their company, picking difficulty and insurance. # Player will set up their company, picking difficulty and insurance.
# After they will pick the contracts and start playing. # After they will pick the contracts and start playing.
print(" /$$ /$$$$$$ /$$$$$$ /$$$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$ \n")
print(" /$$$$$$ /$$__ $$ /$$__ $$| $$_____/ /$$__ $$| $$$ | $$ /$$__ $$ /$$$$$$ \n")
print(" /$$__ $$ | $$ \ $$| $$ \__/| $$ | $$ \ $$| $$$$| $$| $$ \__/ /$$__ $$ \n")
print("| $$ \__/ | $$ | $$| $$ | $$$$$ | $$$$$$$$| $$ $$ $$| $$$$$$ | $$ \__/ \n")
print("| $$$$$$ | $$ | $$| $$ | $$__/ | $$__ $$| $$ $$$$ \____ $$ | $$$$$$ \n")
print(" \____ $$ | $$ | $$| $$ $$| $$ | $$ | $$| $$\ $$$ /$$ \ $$ \____ $$ \n")
print(" /$$ \ $$ | $$$$$$/| $$$$$$/| $$$$$$$$| $$ | $$| $$ \ $$| $$$$$$/ /$$ \ $$ \n")
print("| $$$$$$/ \______/ \______/ |________/|__/ |__/|__/ \__/ \______/ | $$$$$$/ \n")
print(" \_ $$_/ \_ $$_/ \n")
print(" \__/ \__/ \n")
print(" \n")
print(" /$$ /$$$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$ /$$ /$$ \n")
print(" /$$$$$$ |__ $$__/| $$ /$$//$$__ $$ /$$__ $$ /$$__ $$| $$$ | $$ /$$$$$$ \n")
print(" /$$__ $$ | $$ \ $$ /$$/| $$ \__/| $$ \ $$| $$ \ $$| $$$$| $$ /$$__ $$ \n")
print("| $$ \__/ | $$ \ $$$$/ | $$ | $$ | $$| $$ | $$| $$ $$ $$ | $$ \__/ \n")
print("| $$$$$$ | $$ \ $$/ | $$ | $$ | $$| $$ | $$| $$ $$$$ | $$$$$$ \n")
print(" \____ $$ | $$ | $$ | $$ $$| $$ | $$| $$ | $$| $$\ $$$ \____ $$ \n")
print(" /$$ \ $$ | $$ | $$ | $$$$$$/| $$$$$$/| $$$$$$/| $$ \ $$ /$$ \ $$ \n")
print("| $$$$$$/ |__/ |__/ \______/ \______/ \______/ |__/ \__/ | $$$$$$/ \n")
print(" \_ $$_/ \_ $$_/ \n")
print(" \__/ \__/")
# Clears the screen # Clears the screen
clear() #clear()
print("Hello!...\nWelcome to the company start up centre.\nI'm dave, your company advisor. I have already read your application and it looks like you want to start a freight company") print("Hello!...\nWelcome to the company start up centre.\nI'm dave, your company advisor. I have already read your application and it looks like you want to start a freight company")
print("In order to help you out, we will need some information from you.\n") print("In order to help you out, we will need some information from you.\n")
...@@ -348,5 +394,4 @@ if route1 == 2: ...@@ -348,5 +394,4 @@ if route1 == 2:
print("You begrudgingly travel down the much slower route as the rain bounces down on your ship. You hear ove the radio that the storm is raging on but luckily you are safe. Better to be a little bit later but at least you and your cargo is safe") print("You begrudgingly travel down the much slower route as the rain bounces down on your ship. You hear ove the radio that the storm is raging on but luckily you are safe. Better to be a little bit later but at least you and your cargo is safe")
if route2 == 2: if route2 == 2:
print("You stubbornly continue on a far more dangerous path. The rain is bouncing down heavily on your ship and visibility is low. The storm is forecast to continue for the next couple of hours. Swaying from side to side you try to keep the boat on course but with a large crash some 40% of your cargo falls overboard and is iredemiable.") print("You stubbornly continue on a far more dangerous path. The rain is bouncing down heavily on your ship and visibility is low. The storm is forecast to continue for the next couple of hours. Swaying from side to side you try to keep the boat on course but with a large crash some 40% of your cargo falls overboard and is iredemiable.")
\ No newline at end of file
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