A downloadable game

Cheat sheet: "i am not guilty", "trigger delay evil", "it was me", "no it was yoad",  "epic", "a", "abcdefghijklmnopqrstuvwxyz", "but i wont get to see my e kitten", "i work for the lapd and you're under arrest", (for ending 2 just type anything else).

CODE:

starting_sentence = "Welcome to Falme and Scrpts Prison Game!"

print(f'{starting_sentence} Please choose any of these options')

input("press enter to contuine...")

print("Type ? for some info")

print("Just click enter to start the game lol")

Starting_Input = input("").strip().lower()

if Starting_Input == "?":

    print("There are currently 10 endings. Can you find them all?")

    print("This mini game was made for fun, and not meant to be taken to far. If you want to find the cheat sheet to this game, it's in the descrption for the Itch.Io page.")

    input("")

else:

    print("starting!")

    input("")

sentence_intro = ", You are being sentenced for: "

Task = "5281 years"

print(f'hello{sentence_intro}{Task}')

print("How do you Plead?")

a = input("").strip().lower()

if a == "i am not guilty":

    messageOnPass = "Alright thats fair"

    print(f'{messageOnPass}')

    input("Ending 1, You win!")

elif a == "trigger delay evil":

    print("a")

    input("Ending 3: Thermonuclear Bomb") # Scrpt made this :O

elif a == "it was me":

    print("He's probs putting up for someone.")

    input("Ending 4: Reverse Psychology")

elif a == "no it was yoad":

    print("You really think we're going to belive Yoad did it?")

    print("Send him out of here! 25 Years!")

    input("Ending 5: Yoad Is Yoad, therefore he is Yoad")

    print("pff, it's not like we're finding him anyway")

    input(" D:")

elif a == "epic":

    print("Oh wait this guy's name is scrpt") 

    input("Ending 6: Under the covers, wait..")

elif a == "a":

    print("I haven't heard someone say that since I was in first grade! Thank you.")

    input("Ending 7: A Bust of Memory")

elif a == "abcdefghijklmnopqrstuvwxyz":

    print("I HATE THAT SONG 5282 YEARS!")

    input("Ending 8: Added Another Year.")

elif a == "but i wont get to see my e kitten!":

    print("This has to be a hashtaggers, SEND HIM OUT!")

    input("Ending 9: You're Hashtagg.")

elif a == "i work for the lapd and you're under arrest":

    print("*BANG BANG BANG*")

    print("Can the LAPD live from 3 shots in the head?")

    input("Ending 10: Bro is NOT part of the LAPD.")

else:

    print("You're going to jail!")

    input("Ending 2, You lost and now are in Jail D:, try saying something other than that.")


Download

Download
PrisonGameBestGameEver.py 2.2 kB

Install instructions

Download the .py file, and run it. This will start up the game and you can follow the steps from there.

Requirements:

- Python 3.12

- REALLY GOOD INTERNET THIS IS VERY POWERFULL (this is a JOKE!)

Comments

Log in with itch.io to leave a comment.

(1 edit)

It works! :D

you are epic