feature: multiplayer – registrace hráčů, střídání tahů a agregace skóre #9
@@ -161,9 +161,11 @@ def game(data: tuple):
|
||||
th = throw(count)
|
||||
clear()
|
||||
print(show_throw(th))
|
||||
if not check_value(th) and data[2] == "":
|
||||
if not check_value(th) and data[2] == "" and count != 0:
|
||||
print("Smůla, třeba příště.")
|
||||
else:
|
||||
if count == 0:
|
||||
count = 6
|
||||
msg = ("Jakou akci chcete provést?\n"
|
||||
" - Zadejte kombinaci kostek k ponechání (dojde k jejich vyhodnocení): [pozice kostek] (např. 1 nebo 34 nebo 123456).\n"
|
||||
" - Hodit znovu: [h].\n"
|
||||
|
||||
Reference in New Issue
Block a user