Advertisement
Nitoa

A Legend's Journey

Jul 2nd, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.81 KB | None | 0 0
  1. #!/usr/bin/env python
  2. __author__ = "Nitoa"
  3. __copyright__ = "Copyright 2016, The Cogent Project"
  4. __license__ = "GPL"
  5. __version__ = "0.1"
  6. __email__ = "agelos200@gmail.com, agelos200@hotmail.com"
  7. __status__ = "Production"
  8. import random
  9.  
  10. def Level_0():
  11.     global Weapon
  12.     print " WELCOME TO LEVEL 0  YA DUN "
  13.     print "Choose weapon"
  14.     print "Axe"
  15.     print "Sword"
  16.     print "Bow"
  17.     Weapon = raw_input(" choose a weapon ")
  18.     while (Weapon != "Axe") and (Weapon != "Sword" ) and (Weapon != "Bow"):
  19.         Weapon = raw_input(" you made a typo bruh try again ")
  20.  
  21. def Level_1():
  22.     print " WELCOME TO LEVEL 1 ! "
  23.     Monsters = ["Jungle Spider", "Cthulhu","Skeleton"]
  24.     monstertofight=random.randrange(2)
  25.     if Monsters[monstertofight]=="Jungle Spider":
  26.         MonsterStats=[ 7, 2]
  27.     elif Monsters[monstertofight]=="Cthulhu":
  28.         MonsterStats=[8, 2]
  29.     elif Monsters[monstertofight]=="Skeleton":
  30.         MonsterStats=[8, 2]
  31.        
  32.     print "Good Luck Mate", Monsters[monstertofight], "HP", ChampionStats[0], "Damage", ChampionStats[1]
  33.     while MonsterStats[0] >= 0:
  34.         raw_input(" Press Enter To Attack ")
  35.         MonsterStats[0] = MonsterStats[0]-ChampionStats[1]
  36.         ChampionStats[0] = ChampionStats[0]-MonsterStats[1]
  37.         print " YOUR HP ", ChampionStats[0], "-----", "DA MONSTER'S HP", MonsterStats[0]
  38.     ChampionStats[0] = ChampionStats[0] + 20
  39.     print "Congratulations !!", " SURPIRSE YOU GAINED +20 HP", " Your HP --->",ChampionStats[0]
  40.    
  41.  
  42. def Level_2():
  43.     print "WELCOME TO LEVEL 2 !"
  44.     Monsters = ["KAMEHAMEHA", "GOKU", "MAH BOI VEGETA"]
  45.     monstertofight=random.randrange(2)
  46.     if Monsters[monstertofight]=="KAMEHAMEHA":
  47.         MonsterStats=[ 13, 4]
  48.     elif Monsters[monstertofight]=="GOKU":
  49.         MonsterStats=[14, 4]
  50.     elif Monsters[monstertofight]=="MAH BOI VEGETA":
  51.         MonsterStats=[14, 4]
  52.     print "Good Luck Mate", Monsters[monstertofight], "HP", ChampionStats[0], "Damage", ChampionStats[1]
  53.     while MonsterStats[0] >= 0:
  54.         raw_input(" Press Enter To Attack ")
  55.         MonsterStats[0] = MonsterStats[0]-ChampionStats[1]
  56.         ChampionStats[0] = ChampionStats[0]-MonsterStats[1]
  57.         print " YOUR HP ", ChampionStats[0], "-----", "DA MONSTER'S HP", MonsterStats[0]
  58.     ChampionStats[0] = ChampionStats[0] + 3000
  59.     print "Congratulations !!", "WOAAAH A WIZARD JUST GAVE YOU +3000 HP !!!", " Your HP --->", ChampionStats[0]
  60.  
  61. def Boss_Level():
  62.     print "WELCOME TO LEVEL DA BOSS!"
  63.     Monster = "Saitama"
  64.     MonsterStats =[999999, 999999]
  65.     print "Good Luck Mate","HP", MonsterStats[0], "Damage", MonsterStats[1]
  66.     raw_input(" Press Enter To Attack ")
  67.     MonsterStats[0] = MonsterStats[0]-ChampionStats[1]
  68.     print " YOUR HP ", ChampionStats[0], "-----", "DA MONSTER'S HP", MonsterStats[0]
  69.     for i in range(1, 3):
  70.         print i
  71.  
  72.     print " ONE PUUUUUUNNCHHHHHH"
  73.     ChampionStats[0] = ChampionStats[0]-MonsterStats[1]
  74.     print "YA DUN !!", ChampionStats[0]
  75.    
  76. def Champion_Select():
  77.     global champion
  78.     global Skin
  79.     global ChampionStats
  80.     ChampionStats = [10, 3]
  81.    
  82.     print " 1)Olaf 2)Naruto 3)Kage Bunshin No Jutsu "
  83.     champion = raw_input(" choose a champion ")
  84.  
  85.     while (champion != "Olaf") and (champion != "Naruto") and (champion != "Kage Bunshin No Jutsu"):
  86.         champion = raw_input(" you made a typo bruh try again ")
  87.     print ""
  88.  
  89.     if champion == "Olaf":
  90.         print " Olaf Fog Lake , Olaf Da Boi "
  91.         Skin = raw_input(" choose a skin ")
  92.         while (Skin != "Olaf Fog Lake")and (Skin != "Olaf Da Boi"):
  93.             Skin = raw_input(" you made a typo bruh try again ")
  94.     elif champion == "Naruto":
  95.         print "Naruto Da Hinata , NarutoKllo"
  96.         Skin = raw_input(" choose a skin ")
  97.         while (Skin != "Naruto Da Hinata")and (Skin != "NarutoKllo"):
  98.             Skin = raw_input(" you made a typo bruh try again ")
  99.     elif champion == "Kage Bunshin No Jutsu":
  100.         print " Kage Bunshin no April's fool , Majestic Kage Bunshin "
  101.         Skin = raw_input(" choose a skin ")
  102.         while (Skin != "Kage Bunshin no April's fool")and (Skin != "Majestic Kage Bunshin"):
  103.             Skin = raw_input(" you made a typo bruh try again ")
  104.  
  105.  
  106. def music():
  107.     global Music
  108.     print " 1)Lucian 2)Elohim 3)Catfish And The Bottlemen"
  109.     Music = raw_input(" choose music ")
  110.     while (Music != "Lucian" ) and (Music != "Elohim") and (Music != "Catfish And The Bottlemen"):
  111.         Music = raw_input(" you made a typo bruh try again ")
  112.        
  113.  
  114.        
  115. Champion_Select()
  116. print ""
  117. music()
  118. print ""
  119.  
  120. print champion , " You chose this champion "
  121. print ""
  122. print Skin , " You chose this skin "
  123. print ""
  124. print Music , " You chose this Music "
  125. print ""
  126.  
  127.  
  128. print ""
  129.  
  130. Level_0()
  131. Level_1()
  132. Level_2()
  133. Boss_Level()
  134. champion = raw_input("press enter to end")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement