feature: multiplayer – registrace hráčů, střídání tahů a agregace skóre #9

Merged
david-spacil merged 10 commits from feature/hraci into version/v0.1.0 2026-06-23 22:43:05 +02:00
Showing only changes of commit 83f4a222ad - Show all commits
+5 -1
View File
@@ -162,7 +162,11 @@ def game(data: tuple):
clear()
print(show_throw(th))
if not check_value(th) and data[2] == "" and count != 0:
print("Smůla, třeba příště.")
global score
score = 0
input("Oh no... anyway.")
data = evaluate("k", count, th)
game(data)
else:
if count == 0:
count = 6