def play_game(): while True: global name global moves print("Welcome to my game! To quit enter :q at any time. Good luck!") name = input("\nLet's play. Enter your name. > ") if (name == ':q'): exit(1) #Difficulty--------------------------------------------- multiplier = eval( input( "Choose level of difficulty: \n[1] Easy (*1 score multiplier)\n[2] Medium(*.75 score multiplier)\n[3] Hard(*.5 score multiplier)\n >" )) try: multiplier = int(multiplier) except: raise ValueError("Error: Please enter an integer 1-3") if not (multiplier < 4 or multiplier > 0): raise ValueError("Error: Incorrect level of difficulty") if multiplier == 1: lives = 3 r_multiplier = 1 if multiplier == 2: r_multiplier = .75 lives = 2 if multiplier == 3: r_multiplier = .5 lives = 1 #End of Difficulty Programming---------------------------------- a_map = Map('den') a_game = Engine(a_map, lives) moves = a_game.play() moves *= r_multiplier game_over(a_game.won()) break
def play_game(): while True: global name global moves print("\t ===========================================================================================================") print("") print("\t ///// ///// //// // ////// ////// //// ///// // // /| //// ") print("\t // // // //| // // // // // // // / | /// ") print("\t //// // // // | ///// //// // //// // // / | // ") print("\t // /// // / ////| // // // / // // // ////// // ") print("\t ///// ///// //// // | // ////// //// ///// ///// ///// | ////// ") print("") print("\t ===========================================================================================================") print("\t * It's midnight and the prison guards are drunk.") print("\t * They start a fight tournament between the inmates.") print("\t * The winner of the tournament gets a day out of prison.") print("\t * There are three other inmates in the tournament left.") print("\t * Your mission is to defeat the other three inmates.") print("\t * You will have three lives. Good luck!") print("") print("\t NOTE: To quit, enter :q at any time.") name = input("\t Let's play. What is your name? > ") difficulty_var = eval(input("\t This game is hard. How many lives do you want? ")) if (name == ':q'): exit(1) os.system("clear") a_map = Map('round_1') a_game = Engine(a_map) a_game.lives = difficulty_var moves = a_game.play() game_over(a_game.won())
def play_game(): while True: global name global moves print( "Welcome to The Program. This Program is running from an AI chip that was inserted\ninto your arm by the Hostile Political Party as a means of maintaining control." ) print(" ") print( "Because you committed a small infraction, this Program was initiated\nas a way to eliminate you. In the Program, you'll be transported through a series of scenarios." ) print(" ") print( "In each of the scenarios, you will be faced with a series of tasks which you will have to complete.\nYour goal is to complete all the tasks so that you can terminate the Program and reclaim your livelihood!\nTo quit enter :q at any time. You will have 5 lives.\nHope you will make it!" ) print( "*****************************************************************" ) name = input("\nLet's play. Enter your name. > ") if (name == ':q'): exit(1) a_map = Map('treehouse_jungle') a_game = Engine(a_map) moves = a_game.play() game_over(a_game.won())
def play_game(): while True: global name global moves print ("Welcome to Sophia's game! To quit enter :q at any time. The goal is to escape with the lowest score possible. Each choice you make adds one to your score. Be careful though. The shortest path may not be the safest path. Good luck!") # Explains to the user what you are running and how to exit the program if they need. name = input("\nTo start please enter your name(no spaces please!).\nNAME: ") # assigns the name variable to the user's input of their name if (name == ':q'): exit(1) difficulty = input("Choose your difficulty by entering the amount of lives you would like to have. Every life adds 100 points to your score.\n1-2:Pretty Hard\n3-4:Average\n5-6:Easy Peasy\nLives: ")#creating difficulty levels #lets the player choose their difficulty level based on the amount of lives they choose. The amount of lives will affect their final score to make the leaderboard more fair. if (difficulty == ':q'): exit(1) difficulty = eval(difficulty) while int(difficulty) > 6 or int(difficulty) < 1: if int(difficulty) > 6: print("I don't want the game to be boring... Input fewer lives.") else: print("How can you play the game if you aren't alive??? Input more lives please.") difficulty = input("Choose your difficulty by entering the amount of lives you would like to have. Every life adds 100 points to your score.\n1-2:Pretty Hard\n3-4:Average\n5-6:Easy Peasy\nLives: ") if (difficulty == ':q'): exit(1) difficulty = eval(difficulty) a_map = Map('the_beginning') # Putting the user at the start scene a_game = Engine(a_map, difficulty) #Sends the amount of lives the player chose as well as the map to the game engine. moves = a_game.play() moves = moves + (difficulty*100) #changes the players score/moves to reflect the amount of lives they chose. game_over(a_game.won(), difficulty)
def play_game(): while True: global name global moves print ("Beware \n" "\n" " ██▓ ███▄ █ ██████ ▄▄▄ ███▄ █ ██▓▄▄▄█████▓▓██ ██▓\n" "▓██▒ ██ ▀█ █ ▒██ ▒ ▒████▄ ██ ▀█ █ ▓██▒▓ ██▒ ▓▒ ▒██ ██▒\n" "▒██▒▓██ ▀█ ██▒░ ▓██▄ ▒██ ▀█▄ ▓██ ▀█ ██▒▒██▒▒ ▓██░ ▒░ ▒██ ██░\n" "░██░▓██▒ ▐▌██▒ ▒ ██▒░██▄▄▄▄██ ▓██▒ ▐▌██▒░██░░ ▓██▓ ░ ░ ▐██▓░\n" "░██░▒██░ ▓██░▒██████▒▒ ▓█ ▓██▒▒██░ ▓██░░██░ ▒██▒ ░ ░ ██▒▓░\n" "░▓ ░ ▒░ ▒ ▒ ▒ ▒▓▒ ▒ ░ ▒▒ ▓▒█░░ ▒░ ▒ ▒ ░▓ ▒ ░░ ██▒▒▒ \n" " ▒ ░░ ░░ ░ ▒░░ ░▒ ░ ░ ▒ ▒▒ ░░ ░░ ░ ▒░ ▒ ░ ░ ▓██ ░▒░ \n" " ▒ ░ ░ ░ ░ ░ ░ ░ ░ ▒ ░ ░ ░ ▒ ░ ░ ▒ ▒ ░░ \n" " ░ ░ ░ ░ ░ ░ ░ ░ ░ \n" " ░ ░ \n" " The Game\n") time.sleep (4) print ("Welcome to The Game! To quit enter :q at any time. Be careful to not lose your mind...") time.sleep (3) name = input("\n Who is so unlucky to end up traped in Radcliffe Asylym. Enter your name. > ") if (name == ':q'): exit(1) difficultyl = str(input ("How much do you wish to suffer? (Difficulty Level) (easy, hard): ")) if difficultyl == "easy" or difficultyl == "hard": break else: print ("Incorrect Input, Please Choose a Provided Level.") a_map = Map('lobby') a_game = Engine(a_map, difficultyl) moves = a_game.play() game_over(a_game.won())
def play_game(): while True: global name global moves print ("Welcome to my game! To quit enter :q at any time.") # raise ValueError ('todo') name = input("\nOkay Let's play. Enter your name. > ") # raise ValueError ('todo') if (name == ':q'): exit(1) a_map = Map('round_one') # raise ValueError ('todo') a_game = Engine(a_map) moves = a_game.play() game_over(a_game.won())
def play_game(): while True: global name global moves print( " Let's say you're going out with a Russian girl.\n Over the span of some years, you two have gotten pretty serious.\n Your Russian princess decides it's time for you to meet her family.\n So, you two go over to her mom's house for dinner.To quit enter 'quit' at any time.\n The score operates as it does in golf. You want the least amount of points.\n Each time you advance and each time you die will result in an extra point.\n The lower the score the closer you are to acceptance/tolerance from the Russian girl's mother.\n Good luck!" ) name = input("\nLet's play. Enter your name. > ") if (name == 'quit'): exit(1) a_map = Map("doorway") ##raise ValueError ('todo') a_game = Engine(a_map) #a_game = Engine(Map(doorway)) moves = a_game.play() game_over(a_game.won())
def play_game(): while True: global name global moves print( "Welcome to The Mystery of Campus North! To quit enter :q at any time. You will have three lives. Good luck!" ) # raise ValueError ('todo') name = input("\nLet's play. Please enter your name. > " ) # raise ValueError ('todo') if (name == ':q'): exit(1) a_map = Map('dorm') # raise ValueError ('todo') a_game = Engine(a_map) moves = a_game.play() game_over(a_game.won())
def play_game(): while True: global name global moves print( "Welcome to my game! To quit enter :q at any time. You will have three lives. Good luck!" ) # raise ValueError ('todo') name = input( "\nLet's play. Enter your name. > ") # raise ValueError ('todo') if (name == ':q'): exit(1) a_map = Map('RiddleTown') a_game = Engine(a_map) moves = a_game.play() game_over(a_game.won()) break
def play_game(): while True: global name global moves print( "Welcome to CTA Adventure! To quit enter ':q' at any time. You will have three lives. Good luck!" ) name = input("\nEnter your name. > ") if (name == ':q'): exit(1) a_map = Map( 'difficulty' ) #create a map object, starting at scene to select difficulty a_game = Engine(a_map) #pass the map into the engine moves = a_game.play( ) #begin play and return the number of moves into moves variable game_over(a_game.won()) #pass
def play_game(): while True: global name global moves global difficulty print( "Welcome to my game! To quit enter :q at any time. You will have three lives. Good luck!" ) # raise ValueError ('todo') name = input( "\nLet's play. Enter your name. > ") # raise ValueError ('todo') if (name == ':q'): exit(1) difficulty = eval(input("Enter the amount of lives you want")) a_map = Map('Room') # raise ValueError ('todo') [this is a map object] a_game = Engine(a_map, difficulty) moves = a_game.play() game_over(a_game.won())
def play_game(): while True: global name global moves print( "This game is a challenge! To quit enter :q at any time. Good luck!" ) name = input("\n Player name. > ") if (name == ':q'): exit(1) else: print( "Choose your difficulty level: 1-3. 1 is easiest, 3 is hardest.:" ) diff = input("\n Difficulty. > ") a_map = Map( 'central_corridor') # This calls the starting location. a_game = Engine(a_map, diff) moves = a_game.play() game_over(a_game.won())
def play_game(): while True: global name global moves print( "Welcome to my game! To quit enter :q at any time. You will have three lives. Good luck!" ) # raise ValueError ('todo') lives = input( "\nPlease select a difficulty\n\n1) Hard\n2) Medium\n3) Easy\n > ") if int(lives) > 3: print( "\nOkay, it's clear you meant to select easy. Please read the directions." ) lives = 3 name = input( "\nLet's play. Enter your name. > ") # raise ValueError ('todo') if (name == ':q'): exit(1) a_map = Map('wake_up') # raise ValueError ('todo') a_game = Engine(a_map, lives) moves = a_game.play() game_over(a_game.won())
def play_game(): while True: global name global moves print( "Welcome to my How to survive college game! To quit enter :q at any time. You will have three lives. Good luck!" ) name = input("\nLet's play. Enter your name. > ") if (name == ':q'): exit(1) dificulty_level = "" while True: dificulty_level = str( input("Which dificulty do you want: Easy, Medium or hard?")) if dificulty_level == "easy" or dificulty_level == "medium" or dificulty_level == "hard": break else: print("Not one of the levels") a_map = Map('oweek-scene') a_game = Engine(a_map, dificulty_level) moves = a_game.play() game_over(a_game.won())
def play_game(): #this is where you go to make the leaderboard permanent while True: global name global moves print( "\nWelcome to FOOT CHASE! To quit enter :q at any time. Good luck!" ) # raise ValueError ('todo') difficulty = input( "\nEnter the number of lives that you want to have, be a man or a chicken.\n(1-2 Hard / 3-5 Medium / 5+ Too easy): " ) if (difficulty == ':q'): exit(1) try: difficulty = int(difficulty) except ValueError: exit(1) name = input("\nLet's play. Enter your name. > ") if (name == ':q'): exit(1) a_map = Map('the_forest') a_game = Engine(a_map, difficulty) moves = a_game.play() game_over(a_game.won())
def play_game(): while True: global name global moves global difficulty print( "Welcome to Lost at Sea! To quit, enter :q at any time. Good luck!" ) # raise ValueError ('todo') print( "What difficulty do you want to set the game to have? " + " \nSelect a difficulty level\n Enter 1 for 'easy', enter 2 for 'medium', and enter 3 for 'hard': > " ) difficulty = int(input("Difficulty level: ")) lives = 4 - difficulty print("You will have", lives, "lives") name = input("\nLet's begin! To begin, please input your name: > " ) # raise ValueError ('todo') if (name == ':q'): exit(1) a_map = Map('starting_out') a_game = Engine(a_map) moves = a_game.play() game_over(a_game.won())
def play_game(): while True: global name global moves print( "Welcome to \n .----------------. .----------------. .----------------. .----------------. .-----------------. .----------------. \n | .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. | \n | | ____ ____ | || | _____ _____ | || | _________ | || | __ | || | ____ _____ | || | _________ | | \n | ||_ \ / _|| || ||_ _||_ _|| || | | _ _ | | || | / \ | || ||_ \|_ _| | || | | _ _ | | | \n | | | \/ | | || | | | | | | || | |_/ | | \_| | || | / /\ \ | || | | \ | | | || | |_/ | | \_| | | \n | | | |\ /| | | || | | ' ' | | || | | | | || | / ____ \ | || | | |\ \| | | || | | | | | \n | | _| |_\/_| |_ | || | \ `--' / | || | _| |_ | || | _/ / \ \_ | || | _| |_\ |_ | || | _| |_ | | \n | ||_____||_____|| || | `.__.' | || | |_____| | || ||____| |____|| || ||_____|\____| | || | |_____| | | \n | | | || | | || | | || | | || | | || | | | \n | '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' | \n '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' \n .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------.\n | .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |\n | | _________ | || | ____ | || | ________ | || | ________ | || | _____ | || | _________ | || | _______ | || | _______ | |\n | | | _ _ | | || | .' `. | || | |_ ___ `. | || | |_ ___ `. | || | |_ _| | || | |_ ___ | | || | |_ __ \ | || | / ___ | | |\n | | |_/ | | \_| | || | / .--. \ | || | | | `. \ | || | | | `. \ | || | | | | || | | |_ \_| | || | | |__) | | || | | (__ \_| | |\n | | | | | || | | | | | | || | | | | | | || | | | | | | || | | | _ | || | | _| _ | || | | __ / | || | '.___`-. | |\n | | _| |_ | || | \ `--' / | || | _| |___.' / | || | _| |___.' / | || | _| |__/ | | || | _| |___/ | | || | _| | \ \_ | || | |`\____) | | |\n | | |_____| | || | `.____.' | || | |________.' | || | |________.' | || | |________| | || | |_________| | || | |____| |___| | || | |_______.' | |\n | | | || | | || | | || | | || | | || | | || | | || | | |\n | '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |\n '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' \n To quit enter :q at any time. Good luck!" ) # raise ValueError ('') name = input( "\nLet's play. Enter your name. > ") # raise ValueError ('todo') if (name == ':q'): exit(1) difficulty_level = "" while True: difficulty_level = str( input("Choose a difficulty level: easy, medium, or hard: ")) if difficulty_level == "easy" or difficulty_level == "medium" or difficulty_level == "hard": break else: print("Error. Please choose 'easy', 'medium', or 'hard'.") a_map = Map('center_alley') a_game = Engine(a_map, difficulty_level) moves = a_game.play() game_over(a_game.won())