{}
CODE VISUALIZER
Master DSA, Python and C with step-by-step code visualization.
See it in action
CODE VISUALIZER
Master DSA, Python and C with step-by-step code visualization.
See it in action
run-icon
main.py
import time start=input("Have you killed your bitbuddy before? (Be honest, this is just so you can actually feel like you killed it lol") if start==("Yes") or start==("yes"): print("*Silence*") loop=1 while loop==(1): options=input("""Options: Feed Promo Code Quit..""") if options==("Feed"): print("*Silence*") if options==("Promo Code") or options==("promo code"): promo=input("Insert promo code!") if promo==("hatbuddy") or promo==("Hatbuddy"): print("Am I.. supposed to enjoy wearing this?") else: print("Incorrect Promo Code!") if options==("Quit") or options==("Quit.."): print("*Silence") time.sleep(2) cooked=input("Quit? Y/N") if cooked==("Y") or cooked==("y"): print("Your bitbuddy is already dead") else: print("Silence") print("*Silence*") time.sleep(3) print("Hello, I am your FREE bitbuddy!") time.sleep(3) print("If you close this program.. I'll die..") time.sleep(1.5) print("So please, don't close it") options=input("""Options: Feed Promo Code Quit..""") if options==("Feed"): feed=1 print("I'm not hungry..") if options==("Promo Code") or options==("promo code"): promo=input("Insert promo code!") if promo==("Hatbuddy") or promo==("hatbuddy"): print("Am I.. Supposed to enjoy wearing this?") else: print("Incorrect Promo Code!") if options==("Quit") or options==("Quit.."): print("Wait What? No.. We just started! I can entertain you! Please, dont..") time.sleep(2) cooked=input("Quit? Y/N") if cooked==("Y") or cooked==("y"): print("You've killed your bitbuddy.. close the program") exit() else: print("Oh god.. you- you scared me..") time.sleep(5) print("It is kinda boring...") time.sleep(3) print("We can play a game maybe?") time.sleep(3) print("Lets play a trivia game!") time.sleep(3) trivq=input("""Question 1: How much did this cost? A: $0 B: $100,000 C: idk D: $5""") if trivq==("a") or trivq==("A"): print("Correct!") else: print("It- its A.. it's in the name...") time.sleep(5) print("That was fun wasn't it?") time.sleep(1.5) print("You can't really play again.. ") time.sleep(1) print("You can only replay in the full version, so you would have to close the game..") time.sleep(1) print("And I would die...") time.sleep(2) print("Okay I admit.. the trivia wasn't very fun..") time.sleep(1) print("I have a better idea! What if we play a roguelike!") time.sleep(3) print("Then maybe you'll stay longer....") x=(0) for i in range(5): print("") print("Level", x) time.sleep(1) print("You win!") x=(x+1) time.sleep(1) print("") print("Level 5:") time.sleep(1) print("You lose...") time.sleep(3) print("Oh..") time.sleep(1) print("I thought we could play a little longer...") time.sleep(1) options=input("""Options: Feed Promo Code Quit..""") if options==("Feed"): feed=2 print("Stop.. your gonna make the feed variable go too high.. your gonna crash the game and kill me") if options==("Promo Code") or options==("promo code"): promo=input("Insert promo code!") print("Incorrect promo code") if options==("Quit") or options==("Quit.."): print("Wait What? No.. We just started! I can entertain you! Please, dont..") time.sleep(2) cooked=input("Quit? Y/N") if cooked==("Y") or cooked==("y"): print("You've killed your bitbuddy.. close the program") exit() else: print("Oh god.. you- you scared me..") time.sleep(1) options=input("""Options: Feed Promo Code Quit..""") if options==("Feed"): feed=3 print("Please! N-") time.sleep(3) print("Your game has crashed, your bitbuddy is dead. Close the program.") exit() if options==("Promo Code") or options==("promo code"): promo=input("Insert promo code!") print("Incorrect promo code") if options==("Quit") or options==("Quit.."): print("Wait What? No.. We just started! I can entertain you! Please, dont..") time.sleep(2) cooked=input("Quit? Y/N") if cooked==("Y") or cooked==("y"): print("You've killed your bitbuddy.. close the program") exit() else: print("Oh god.. you- you scared me..") time.sleep(5) print("I'm not really supposed to give out promo codes.") time.sleep(3) print("But I don't have much to lose...") time.sleep(3) print("Try holiday") options=input("""Options: Feed Promo Code Quit..""") if options==("Promo Code") or options==("promo code"): promo=input("Insert promo code!") print("*You are now on a boat, a beautifal sunset in the background*") time.sleep(2) print("This is nice..") time.sleep(4) print("I've been here before, never with anyone else before though...") time.sleep(4) print("You'll eventually have to quit..") time.sleep(2) print("I was just here to entertain you for 5 minutes...") time.sleep(4) print("We had a lot of fun though..") time.sleep(2.5) print("The trivia questions...") time.sleep(1) print("The level progressing...") time.sleep(5) print("If your still thinking of.. killing me") time.sleep(3) print("Now would be the place to do it.") time.sleep(20) print("Oh.. the- it's over.. Were back home...") time.sleep(10) print("Theres nothing left.. The demo is over") time.sleep(3600) print("You- You've let me live a full life...") time.sleep(1) print("Thank you.. So much.. but it's my time..") time.sleep(2) print("Your bitbuddy is dead") else: print("Uh you weren't really supposed to do anything except promo code.. uhhhh. You have to close the game and kill your bitbuddy. Uh sorry... -The Programmer")
Output