mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
parent
08e83d85c4
commit
3e3134624f
1 changed files with 3 additions and 2 deletions
|
@ -85,8 +85,8 @@ def treScelte(puno, pdue, ptre):
|
||||||
'keyboard': [[puno, pdue, ptre]],
|
'keyboard': [[puno, pdue, ptre]],
|
||||||
'one_time_keyboard': True,
|
'one_time_keyboard': True,
|
||||||
}
|
}
|
||||||
print("Cosa vuoi fare?\n1: " + puno + "\n2: " + pdue + "\n3: " + ptre)
|
print("Cosa volete fare?\n1: " + puno + "\n2: " + pdue + "\n3: " + ptre)
|
||||||
sendMessage(chr(10067) + "Cosa vuoi fare?\n1: " + puno + "\n2: " + pdue + "\n3: " + ptre, json.dumps(tastiera))
|
sendMessage(chr(10067) + "Cosa volete fare?\n1: " + puno + "\n2: " + pdue + "\n3: " + ptre, json.dumps(tastiera))
|
||||||
#Aspetta una risposta...
|
#Aspetta una risposta...
|
||||||
waiting = True
|
waiting = True
|
||||||
while(waiting):
|
while(waiting):
|
||||||
|
@ -104,6 +104,7 @@ def vita(var):
|
||||||
hp = hp + var
|
hp = hp + var
|
||||||
sendMessage(chr(10084) + ' ' + str(var) + "\n" + "Ora avete " + str(hp) + " punti vita.")
|
sendMessage(chr(10084) + ' ' + str(var) + "\n" + "Ora avete " + str(hp) + " punti vita.")
|
||||||
if(hp <= 0):
|
if(hp <= 0):
|
||||||
|
print("Game over...")
|
||||||
sendMessage("Hai finito la vita! Game over!")
|
sendMessage("Hai finito la vita! Game over!")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue