-
Notifications
You must be signed in to change notification settings - Fork 3
/
intro.py
309 lines (265 loc) · 27.1 KB
/
intro.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
import winsound
import time
import os
# had to move intro_animation from animation
#to intro as it was stuttering for some odd reason
def intro_animation():
print("""
_____ _ _
| __ \ (_) | | _
| | \/_ __ _ _ __ ___ | | ___ _ __ ___ (_)
| | __| '__| | '_ ` _ \ | |/ _ \| '__/ _ \
| |_\ \ | | | | | | | || | (_) | | | __/ _
\____/_| |_|_| |_| |_||_|\___/|_| \___| (_)
_ _ __ _ _ _ _ _ _ _ _ _
| | | | / _| | | | | | | | | | | (_) | | | | | |
| | __ _ _ __ __| | ___ | |_ | |_| |__ ___ | |_| | ___ _ __ ___| |_ _ ___ | |_| | __ _ _ __ __| |
| | / _` | '_ \ / _` | / _ \| _| | __| '_ \ / _ \ | _ |/ _ \ '__/ _ \ __| |/ __| | _ |/ _` | '_ \ / _` |
| |___| (_| | | | | (_| | | (_) | | | |_| | | | __/ | | | | __/ | | __/ |_| | (__ | | | | (_| | | | | (_| |
\_____/\__,_|_| |_|\__,_| \___/|_| \__|_| |_|\___| \_| |_/\___|_| \___|\__|_|\___| \_| |_/\__,_|_| |_|\__,_|
dddddddddddddddddddddddddddddddddddddddddddddddd
hh::::::::::::::::::::::::::::::::::::::::::::::::hh
hh:: ::hh
hh:: ::hh
yy// //yy
s MM MM
yy MM MM M
yyyy s MM MM M
s MMMM MM MM M
ssMMMMss MM MM M
ssMMMMMMMss MM MM M
ssMMMMMMMMMMMMss MM MM M
MMooooooooooooMM MM MM M
oooo oooo MM MM ooooMoooo
oooo oooo MM MM M
ss++++ss MM MM M
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
::::::::::MMMM::::::::::MM MM::::::::::::
""")
time.sleep(1)
os.system("cls")
print("""
_____ _ _
| __ \ (_) | | _
| | \/_ __ _ _ __ ___ | | ___ _ __ ___ (_)
| | __| '__| | '_ ` _ \ | |/ _ \| '__/ _ \
| |_\ \ | | | | | | | || | (_) | | | __/ _
\____/_| |_|_| |_| |_||_|\___/|_| \___| (_)
_ _ __ _ _ _ _ _ _ _ _ _
| | | | / _| | | | | | | | | | | (_) | | | | | |
| | __ _ _ __ __| | ___ | |_ | |_| |__ ___ | |_| | ___ _ __ ___| |_ _ ___ | |_| | __ _ _ __ __| |
| | / _` | '_ \ / _` | / _ \| _| | __| '_ \ / _ \ | _ |/ _ \ '__/ _ \ __| |/ __| | _ |/ _` | '_ \ / _` |
| |___| (_| | | | | (_| | | (_) | | | |_| | | | __/ | | | | __/ | | __/ |_| | (__ | | | | (_| | | | | (_| |
\_____/\__,_|_| |_|\__,_| \___/|_| \__|_| |_|\___| \_| |_/\___|_| \___|\__|_|\___| \_| |_/\__,_|_| |_|\__,_|
dddddddddddddddddddddddddddddddddddddddddddddddd
hh::::::::::::::::::::::::::::::::::::::::::::::::hh
hh:: ::hh
hh:: ::hh
s yy// //yy
MM MM
yy s MM MM M
s yyyy MM MM M
MMMM MM ss ss MM M
ssMMMMss MM MM MM MM M
ssMMMMMMMss MM MM M
ssMMMMMMMMMMMMss MM MM M
MMooooooooooooMM MM MM M
oooo oooo MM MM ooooMoooo
oooo oooo MM MM M
ss++++ss MM MM M
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
::::::::::MMMM::::::::::MM MM::::::::::::
""")
time.sleep(1)
os.system("cls")
print("""
_____ _ _
| __ \ (_) | | _
| | \/_ __ _ _ __ ___ | | ___ _ __ ___ (_)
| | __| '__| | '_ ` _ \ | |/ _ \| '__/ _ \
| |_\ \ | | | | | | | || | (_) | | | __/ _
\____/_| |_|_| |_| |_||_|\___/|_| \___| (_)
_ _ __ _ _ _ _ _ _ _ _ _
| | | | / _| | | | | | | | | | | (_) | | | | | |
| | __ _ _ __ __| | ___ | |_ | |_| |__ ___ | |_| | ___ _ __ ___| |_ _ ___ | |_| | __ _ _ __ __| |
| | / _` | '_ \ / _` | / _ \| _| | __| '_ \ / _ \ | _ |/ _ \ '__/ _ \ __| |/ __| | _ |/ _` | '_ \ / _` |
| |___| (_| | | | | (_| | | (_) | | | |_| | | | __/ | | | | __/ | | __/ |_| | (__ | | | | (_| | | | | (_| |
\_____/\__,_|_| |_|\__,_| \___/|_| \__|_| |_|\___| \_| |_/\___|_| \___|\__|_|\___| \_| |_/\__,_|_| |_|\__,_|
dddddddddddddddddddddddddddddddddddddddddddddddd
hh::::::::::::::::::::::::::::::::::::::::::::::::hh
hh:: ::hh
hh:: ::hh
yy// //yy
s MM yyyyyyyyyy MM
yy MM yy//////////yy MM M
yyyy s MM yy// //yy MM M
s MMMM MM MM ss ss MM MM M
ssMMMMss MM MM MM MM MM MM M
ssMMMMMMMss MM MM MM MM M
ssMMMMMMMMMMMMss MM ++ssss ssss++ MM M
MMooooooooooooMM MM ooooo ooooo MM M
oooo oooo MM MM ooooMoooo
oooo oooo MM MM M
ss++++ss MM MM M
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
MMMM MM MM
::::::::::MMMM::::::::::MM MM::::::::::::
""")
time.sleep(1)
os.system("cls")
print("""
_____ _ _
| __ \ (_) | | _
| | \/_ __ _ _ __ ___ | | ___ _ __ ___ (_)
| | __| '__| | '_ ` _ \ | |/ _ \| '__/ _ \
| |_\ \ | | | | | | | || | (_) | | | __/ _
\____/_| |_|_| |_| |_||_|\___/|_| \___| (_)
_ _ __ _ _ _ _ _ _ _ _ _
| | | | / _| | | | | | | | | | | (_) | | | | | |
| | __ _ _ __ __| | ___ | |_ | |_| |__ ___ | |_| | ___ _ __ ___| |_ _ ___ | |_| | __ _ _ __ __| |
| | / _` | '_ \ / _` | / _ \| _| | __| '_ \ / _ \ | _ |/ _ \ '__/ _ \ __| |/ __| | _ |/ _` | '_ \ / _` |
| |___| (_| | | | | (_| | | (_) | | | |_| | | | __/ | | | | __/ | | __/ |_| | (__ | | | | (_| | | | | (_| |
\_____/\__,_|_| |_|\__,_| \___/|_| \__|_| |_|\___| \_| |_/\___|_| \___|\__|_|\___| \_| |_/\__,_|_| |_|\__,_|
dddddddddddddddddddddddddddddddddddddddddddddddd
hh::::::::::::::::::::::::::::::::::::::::::::::::hh
hh:: ::hh
hh:: ::hh
s yy// //yy
MM yyyyyyyyyy MM
yy s MM yy//////////yy MM M
s yyyy MM yy// //yy yy MM M
MMMM MM MM ss ss MM MM MM M
ssMMMMss MM MM MM MM MM ssMMss MM M
ssMMMMMMMss MM MM MM ++MM++ MM M
ssMMMMMMMMMMMMss MM ++ssss ssss++ MM MM M
MMooooooooooooMM MM ooooo ooooo MM MM M
oooo oooo MM oooo oooooooooooooo MM MM ooooMoooo
oooo oooo MM ooMMMMoo ooMMMM MMMMoo MM MM M
ss++++ss MM ++MMMMMMMM++MMssMM MMssMM++++MM MM M
MMMM MM MMMMMMMMMMMM MM MM ssssMMMM MM
MMMM MM ssMMMMMMMMs MM++ ++MM MM MM
MMMM MM ssMMMMss ssMM++MMss MM MM
MMMM MM yyyy //yyyyyy// MM MM
MMMM MM MM MM
MMMM MM MM MM
MMMM MM MM MM
MMMM MM hh MM
::::::::::MMMM::::::::::MM MM::::::::::::
""")
time.sleep(1)
os.system("cls")
print("""
_____ _ _
| __ \ (_) | | _
| | \/_ __ _ _ __ ___ | | ___ _ __ ___ (_)
| | __| '__| | '_ ` _ \ | |/ _ \| '__/ _ \
| |_\ \ | | | | | | | || | (_) | | | __/ _
\____/_| |_|_| |_| |_||_|\___/|_| \___| (_)
_ _ __ _ _ _ _ _ _ _ _ _
| | | | / _| | | | | | | | | | | (_) | | | | | |
| | __ _ _ __ __| | ___ | |_ | |_| |__ ___ | |_| | ___ _ __ ___| |_ _ ___ | |_| | __ _ _ __ __| |
| | / _` | '_ \ / _` | / _ \| _| | __| '_ \ / _ \ | _ |/ _ \ '__/ _ \ __| |/ __| | _ |/ _` | '_ \ / _` |
| |___| (_| | | | | (_| | | (_) | | | |_| | | | __/ | | | | __/ | | __/ |_| | (__ | | | | (_| | | | | (_| |
\_____/\__,_|_| |_|\__,_| \___/|_| \__|_| |_|\___| \_| |_/\___|_| \___|\__|_|\___| \_| |_/\__,_|_| |_|\__,_|
All Music/Art/Programming by Tommy Kwong
dddddddddddddddddddddddddddddddddddddddddddddddd
hh::::::::::::::::::::::::::::::::::::::::::::::::hh
hh:: ::hh
hh:: ::hh
yy// //yy
s MM yyyyyyyyyy MM
yy MM yy//////////yy MM M
yyyy s MM yy// //yy yy MM M
s MMMM MM MM ss ss MM MM MM M
ssMMMMss MM MM MM MM MM ssMMss MM M
ssMMMMMMMss MM MM MM ++MM++ MM M
ssMMMMMMMMMMMMss MM ++ssss ssss++ MM MM M
MMooooooooooooMM MM ooooo ooooo MM MM M
oooo oooo MM oooo oooooooooooooo MM MM ooooMoooo
oooo oooo MM ooMMMMoo ooMMMM MMMMoo MM MM M
ss++++ss MM ++MMMMMMMM++MMssMM MMssMM++++MM MM M
MMMM MM MMMMMMMMMMMM MM MM ssssMMMM MM
MMMM MM ssMMMMMMMMs MM++ ++MM MM MM
MMMM MM ssMMMMss ssMM++MMss MM MM
MMMM MM yyyy //yyyyyy// MM MM
MMMM MM //MM MM// MM MM
MMMM MM MMyy yyMM MM MM
MMMM MM MM MM MM MM
MMMM MM ::MM MM:: hh MM
::::::::::MMMM::::::::::MM ::MMMM MMMM:: MM::::::::::::
""")
def Intro():
winsound.PlaySound(".\\music\\intro.wav", winsound.SND_ALIAS | winsound.SND_ASYNC +winsound.SND_LOOP)
intro_animation()
time.sleep(1)
input("Press enter to begin your struggle")
print("\033c", end="")
print ("""
dd
MM
hhMMhh
hh::MM::hh
yy// MM //yy
// yyMMyy //
yy//MM//yy
yy// MM //yy
ss++ MM ++ss
++ ssMMss ++
ss++MM++ss ssssssssssssssss
ss++ MM ++ss ss++++++++++++++++ss
oooo MM oooo oooo oooo
oo ooMMoo oo MM oooooooo MM
ooooMMoooo MM MM
++ss MM ss++ MM ++++++++++++ MM
++ss MM ss++ MM MM
++ss MM ss++ MM ++++++++ MM
ss MM ss MM ssssssss MM
MM MM MM
MM MM yyyyyyyyyyyy MM ////////////////
MM MM MM //yyyyyyyyyyyyyyyy//
MM MM MM //yy yy//
::::::::::::MM::::::::::::MM MM::::::::MM::::::::::::::::::::MM::::::
hhhhhhhhhhhhhhhhhhhhhhhhhhhh hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
""")
print("A hand reaches out from a shallow grave...")
time.sleep(1.5)
print("That hand is yours.. You gasp for air as you free yourself")
print("The only thing you can remember is your name")
name=input("Your name:")
if name =="":
name=("Nameless")
print("Alas, your memory betrays you")
print("You see a wood sign pointing south east label 'Beggar's Hole' ")
time.sleep(1)
print("Maybe you will find some answers there or at least a safe place to sleep")
print(" ")
input("Press enter to continue your struggle")
else:
print("You think it is",name)
print("You see a wood sign pointing south east label 'Beggar's Hole' ")
time.sleep(1)
print("Maybe you will find some answers there or at least a safe place to sleep")
print(" ")
input("Press enter to continue your struggle")
winsound.PlaySound(None, winsound.SND_ALIAS)
return name