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 6ad58046a6 - Show all commits
+3
View File
@@ -90,6 +90,9 @@ def evaluate(inp: Any, count: int, throw: str) -> tuple:
data = ("count", new_count, old_throw)
return data
elif inp == "h":
data = ("count", count, "")
return data
def check_value(throw: str) -> bool:
throw_s = sorted(throw)