feature/hraci: další hod v rámci "tahu"

This commit is contained in:
2026-06-23 21:08:47 +02:00
parent 5b282416de
commit 6ad58046a6
+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)