BACKUP OF GRASSFIELDS PYTHON from csinsc import * from random import randint from time import sleep label .strt clear () print(" Welcome to...") print(" Grassfields;") print("The 3 cards of power!") money = 1 atck = 0 count = 0 car1 = 0 car2 = 0 car3 = 0 gum = 0 vbuk = 0 awns = input("start [NEW] game with 'A' >") if awns == "a": goto .gone if awns == "developer console": goto .DEVO else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .strt label .gone clear () print("location - Field 1") print("$",money) print("cards >",car1 + car2 + car3) print(" ^ ^ ^ ") print("^^ ^ ") print(" ^ ^ ^^") print("^^^ ^ ") print(" ^ ") direction = input("Where would you like to go:n or s or e: ") if direction == "n": goto .shop if direction == "s": goto .gtwo if direction == "e": goto .bank else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .gone label .shop clear () print("location - shop") print("$",money) print("cards >",car1 + car2 + car3) print(" ___") print(" / _ \ ") print("| |_| |") print("| |") print("_______") direction = input("Where would you like to do:USE or s or e: ") if direction == "use": goto .shop_use if direction == "s": goto .gone if direction == "e": goto .arena else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .shop label .shop_use clear () print("$",money) print("cards >",car1 + car2 + car3) print("location - The shop") print(" Da Shopz") print("do not buy the same stuff twice,") print("your our only customer so im keeping y'o money") print("[1] $100 for v-bucks card") print("[2] $20 for cartridge 1 of 3") print("[3] $35 for rasberry gum") print("type [L] to leave") direction = input(">>> ") if direction == "1": if money >= 99: print(Colour.green + "BOUGHT V-BUCKS") print(Colour.white + " ") vbuk = 1 money -= 100 sleep (3) goto .shop else: clear () print(Colour.red + "your broke, now get out!") print(Colour.white + " ") sleep (3) goto .shop if direction == "l": goto .shop if direction == "2": if money >= 19: print(Colour.green + "BOUGHT 'Cartridge 1'") print(Colour.white + " ") car1 = 1 money -= 20 sleep (3) goto .shop if direction == "3": if money >= 34: print(Colour.green + "BOUGHT rasberry gum") print(Colour.white + " ") gum = 1 money -= 35 sleep (3) goto .shop else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .shop label .gtwo clear () print("location - field 2") print("$",money) print("cards >",car1 + car2 + car3) print("^ ^ ^") print("^ ^^ ^^") print("^ ^^ ^") print(" ^^ ^ ") print("^ ^ ^ ^") direction = input("Where would you like to go:n or e or s: ") if direction == "e": goto .gtre if direction == "n": goto .gone if direction == "s": goto .popo else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .gtwo label .temp clear () print("location - temple") print("$",money) print("cards >",car1 + car2 + car3) print(" ./-\.") print(" ./ _ \.") print(" ||_|| ") print(" | | ") print("./ ^ \.") direction = input("Where would you like to go: use or n or w: ") if direction == "use": if car1 + car2 + car3 == 3: clear() print(".") sleep (1) clear () print("..") sleep (1) clear () print("...") sleep (3) clear () print("Player...") sleep (2) clear () print("i see...") sleep (1) print("That you have gained all the cardridges in the Grassfield's universe.") sleep (3) clear () sleep (3) print("i beleve..") sleep (1) print("that you, human..") sleep (3) print("may take..") sleep (3) print("my place...") sleep (2) print("as.....") sleep (2) clear () sleep (5) print("god... -") sleep (5) clear () sleep (5) print(" _") print(" / \.") print(" | |") print(" / 😌 \.") print("/ \.") print("| D D |") print("| | | |") print("\__/ \__/") sleep (1) clear () print(" _") print(" / \.") print(" | |") print(" / 😌 \.") print("/ \.") print("| D D |") print("| | | <>") print("\__/ 9?<") sleep (1) clear () print(" _") print(" / \.") print(" | |") print(" / 😌 \.") print("/ ..") print("| D ..0") print("| | --'") print("\__]'; -. ") sleep (1) clear () print(" _") print(" / \.") print(" | |") print(" / 😌\.") print("/..") print("| ..0") print("|--'") print("'; -. ") sleep (1) clear () print(" _") print(" / \.") print(" | |") print(" /😌") print("/..") print("..0") print("") print("") sleep (1) clear () print(" _") print(" / ") print(" | |") print(" 😌") print("") print("") print("") print("") sleep (1) clear () print("") print("") print("") print(" 😌") print("") print("") print("") print("") sleep (1) clear () print("") print("") print("") print(" πŸ™„") print("") print("") print("") print("") sleep (1) clear () print("") print("") print(" πŸ™„") print(" |") print("") print("") print("") print("") sleep (1) clear () print("") print(" πŸ™„") print(" |") print(" '") print("") print("") print("") print("") sleep (1) clear () print(" πŸ™„") print(" |") print(" .") print("") print(" |") print("") print("") sleep (3) clear () sleep (3) print("the world has been given thy cure...") sleep (2) print("you.., have ") sleep (1) clear () sleep (5) print(" !!!WON!!!") sleep (1) print("THANKS SO MUCH FOR PLAYING!!!") sleep (1) print("yipeeeeee!!!!") print("now that you have won, you can play again😈") input("press any key!!!") goto .strt else: print("you hear strange voices but nothing happens") input("press any key to leave") goto .temp if direction == "n": goto .gtre if direction == "w": goto .popo else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .gtwo label .popo clear () print("location - police road block") print("$",money) print("cards >",car1 + car2 + car3) print("|||P|||") print("| |O| |") print("|||L|||") print("| |I| |") print("|||C|||") print("| |E| |") print("At this roadblock, it costs $10 to go south.") direction = input("Where would you like to go:n or e or s: ") if direction == "n": goto .gtwo if direction == "e": goto .temp if direction == "s": if money >= 9: money -= 10 goto .gfor else: print("you don't have enough money") sleep (2) else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .popo label .gtre clear () print("location - field 3") print("$",money) print("cards >",car1 + car2 + car3) print("^ ^ ^ ^") print("^^ ^ ^^") print("^ ^^ ^") print(" ^ ^^^ ") print("^ ^ ^ ^") direction = input("Where would you like to go:n or w or s: ") if direction == "n": goto .bank if direction == "w": goto .gtwo if direction == "s": goto .temp else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .gtre label .gfor clear () print("location - field 4") print("$",money) print("cards >",car1 + car2 + car3) print("^ ^ ^ ^") print("^^ ^ ^^") print("^ ^^ ^") print(" ^ ^^^ ") print(" ^ ^") direction = input("Where would you like to go:n or s: ") if direction == "n": goto .popo if direction == "s": goto .hobo else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .gfor label .hobo clear () print("location - homeless shack") print("$",money) print("cards >",car1 + car2 + car3) print("/-_") print("| |-_") print("| 0 -_") print("| -_") print("|B--d -_") direction = input("Where would you like to go:n or use: ") if direction == "n": goto .gfor if direction == "use": clear () print("hobo- hello there sir.") sleep (1) print("hobo- do you want something?") sleep (1) print("you- [1] do you have a cardridge 3?") ch = input(" [2] do you have any chewing gum?") if ch == "2": print("hobo- no, leave me alone, creep...") sleep (1) goto .hobo if ch == "1": if gum == 1: print("hobo- yes, and il trade for the gum you have!") input("!!press [enter] to trade!!") gum = 0 car3 = 1 sleep (1) print("hobo- thanks!") print("you- thanks to you too!") sleep (2) goto .hobo if gum == 0: print("yeah, but i want chewing gum first.") print("if you want it, get me gum.") sleep (3) goto .hobo else: print("wrong input 202") sleep (1) goto .hobo else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .hobo label .bank clear () print("location - bank") print("$",money) print("cards >",car1 + car2 + car3) print(" /-\ ") print(" _| |_ ") print("/ $$$ \ ") print("| _ | ") print("| | | | ") direction = input("Where would you like to go:n or s or w. you may also attempt a robbery with r: ") if direction == "n": goto .arena if direction == "s": goto .gtre if direction == "w": goto .gone if direction == "r": dice = randint(1,4) if dice == 1: print("you gained $100") money += 100 sleep (2) goto .bank if dice == 2: print("you gained $135") print("lucky!") money += 135 sleep (2) goto .bank if dice == 3: print("you gained $30") print("can't of been to good of a robbery") money += 30 sleep (2) goto .bank else: clear () print(Colour.red + "you got caught! $-60!") print("STEALING IS BAD!!") print(Colour.white + " ") money -= 60 sleep (3) goto .bank else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .bank label .arena clear () print("location - $$$ CASINO $$$") print("$",money) print("cards >",car1 + car2 + car3) print(" /------\ ") print(" _|CASINO|_ ") print("/ \ ") print("| __ | ") print("| | | | ") print("$50 entry fee ") sleep(1) direction = input("Where would you like to go: use or s or w: ") if direction == "use": if money >= 50: money -= 50 goto .casi else: print("POOR") sleep (3) goto .arena if direction == "s": goto .bank if direction == "w": goto .shop else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .arena label .casi clear () print("your in the Masculine Monkeys casino") print("$",money) print("cards >",car1 + car2 + car3) print("Type 1 to use the jackpot wheel") print("^^(you must have at least $42,000,000,000)^^") print(" ") print("Type 2 to go to the arcade") print(" ^(you must have $69^") print(" ") print("type S to leave/go back ($-1)") locate = input(">>> ") if locate == "1": print("you cant afford this") print("fine for being broke > $12") money -= 12 sleep (4) goto .casi if locate == "2": if money >= 69: money -= 69 print("gambiling is the way.") print("The game will load part two within 45 seconds") sleep (4) goto .load else: print("you are poor, now get out!") print("fine for being poor > $130") money -= 130 sleep (4) goto .arena if locate == "s": if money >= 0: money -= 1 print("leaving...") sleep (3) goto .arena else: print("drunk dude - 'broke people like you...'") sleep (2) print("drunk dude - 'they don't belong here'") sleep (2) goto .arena else: print("Input error - code 101 - try again") print("because you went through this too fast...") print("you will now be fined 50 bucks. hehe.") money -= 50 sleep (5) goto .arena label .load clear () print(" hype load v0.1-4.9-A") if count == 100: goto .next else: count += 1 print("loading %",count) sleep (0.1) goto .load label .load_ clear () print(" hype load v0.1-4.9-B") if count == 100: goto .casi else: count += 1 print("loading %",count) sleep (0.1) goto .load_ #simple loader^^ label .next clear() print("the arcade") print("$",money) print("cards >",car1 + car2 + car3) print("A kid is lost in here and is looking for a v-bucks voucher") if vbuk == 1: print("he see's that you have v-bucks and forcefully trades") print("with you the card for a [Cardtridge 2] he found. ") sleep (10) vbuk = 0 car2 = 1 else: print("he looks at you with no intrest") input("press any key to leave...") count = 0 goto .load_ label .DEVO clear () print("DEVELOPER CONSOLE FOR grassfield's ") print("Version - - 4.9") print(" ") print(" ⏬options⏬ ") input("[ENTER] - INF money - spawns south") money += 1000000000 goto .gtre