-
Notifications
You must be signed in to change notification settings - Fork 0
/
eisvodeerstenonsense.py
32 lines (12 loc) · 1.46 KB
/
eisvodeerstenonsense.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
print("Welcome player, to the lost forest\n************************************\n************************************\n************************************\n\n ze lost forest\n\n*****************************************\n******************************************\n*********************************************")
name = input("Give yourself a username\npleaz type below\n:_")
print ("cool bozz, your username for this round is:_ " +"< "+ name +" >")
print ("*************\n***********\n_0_ <------ " + name +"\n |\n LL\n*******************\n**********************\n*****************")
game = input("*************\n***********\n_0_. . . ?? Where do I go?\n |\n LL\n*******************\n**********************\n*****************\nGo left or right?\ntype the answer below\n:_")
while game == "right" or game == "Right":
game = input("*************\n***********\n_0_\n |\n LL\n*******************\n**********************\n*****************\nGo left or right?\ntype the answer below\n:_")
print ("*** *****\n**** *****\n*** *****\n_0_\n |\n LL\n\n*** ****\n**** *****\n**** *****\n ^ _0_\n | |\n LL\nwell done you are a free man/women")
exit = input("press any key but E to exit the program")
while exit == "E" or exit=="e":
exit = input ("press any key but E to exit the program\n:_")
print("goodbye, thanks for playing\n _0_\n | <----- Happy " + " " + name +"\n LL")