release: v0.2.0 #28

Merged
david-spacil merged 35 commits from version/v0.2.0 into main 2026-06-27 19:42:23 +02:00
Showing only changes of commit 26ad8508b5 - Show all commits
+2 -2
View File
@@ -234,7 +234,7 @@ def game(data: tuple) -> None:
if(th == ""):
th = throw(count)
clear()
print(f"Vítězné skóre: {final_score}.")
# print(f"Vítězné skóre: {final_score}.")
strikes: str = ""
@@ -246,7 +246,7 @@ def game(data: tuple) -> None:
else:
strikes = ""
print(f"Na tahu je {pointer} ({aggr[pointer]}{strikes}).")
print(f"Na tahu je {pointer} ({aggr[pointer]}{strikes}/{final_score}).")
print(show_throw(th))
if not check_value(th) and data[2] == "" and count != 0:
global score