#-------------------------------------------------- # Name : Endgame # Purpose : 11DGT # Auther : Rorie # Created : ... # Copyright : Rorir ... #-------------------------------------------------- # Import Libraries import random import time # Set starting variables -------------------------- # Staring Health cap_health = 50 thanos_health = 100 # Damage presets thanos_sword = 0 cap_mjolnir = 0 # Deflect Preset deflect = 0 # Player Decision Preset cap_choice = " " #Intro print("The sky grows darker as the army of Thanos moves closer.") time.sleep(2) print("Thor and Tony lie battered and motionless on the ground from the previous encounter") time.sleep(3) print("It is up to you Cap, to finish this. The fate of the universe is your weight to bare.") time.sleep(3.5) print("You stand there, hurt. But you have your shield in arm hand and wield Mjolnir in the other.") time.sleep(4) print("You are worthy, but will the power of Thor be enough....") time.sleep(3) print("Yor are in the ENDGAME now") time.sleep(1) print("Bee Movie By Jerry Seinfeld NARRATOR: Black screen w1th text; The sound of buzzing bees can be heard According to @ll known laws of aviation, : there i5 no way a bee should be able to fly. : Its wings are too small to get its fat little body off the ground. : The bee, of course, flies anyway : because bees dont care what humans think i5 impossible. BARRY BENSON: Barry i5 picking out a shirt Yellow, black. Yellow, black. Yellow, black. Yellow, black. : Ooh, black @nd yellow! Lets shake it up a little.")