這是到目前爲止我的代碼,它的工作原理: print('Welcome to choose your own adenture.')
print('You enter a room with two doors. Do you want to enter the red door or the white door?')
door = input()
while True:
if
我是一名初學者程序員。我想創建一個用戶輸入影響遊戲過程的遊戲。我有一種卡住的一開始。 def displayIntro():
print("You wake up in your bed and realize today is the day your are going to your friends house.")
print("You realize you can
elif direction == "kitchen".lower():
print""
print("• As you enter the kitchen you get blasted with heat. "+kitchen)
print""
print("• "+lobby)
print""
direction=raw_in
我正在創建一個文本冒險,我需要完全禁用鼠標光標。不只是隱藏它,雖然我已經知道如何做到這一點,但完全禁用它,以便您必須使用Alt-Tab或內置退出按鈕停止。主要原因是因爲人們可以用鼠標光標滾動,我需要禁用它,當他們被解僱時我想取消MouseEvent,但我無法讓它工作(聽衆是這樣的)。 如果有人知道如何,請說出來告訴我! :) 編輯:哎呀,我忘了我的代碼。 Here is my Console cl