release: v0.2.0 #28
@@ -234,7 +234,7 @@ def game(data: tuple) -> None:
|
|||||||
if(th == ""):
|
if(th == ""):
|
||||||
th = throw(count)
|
th = throw(count)
|
||||||
clear()
|
clear()
|
||||||
print(f"Vítězné skóre: {final_score}.")
|
# print(f"Vítězné skóre: {final_score}.")
|
||||||
|
|
||||||
strikes: str = ""
|
strikes: str = ""
|
||||||
|
|
||||||
@@ -246,7 +246,7 @@ def game(data: tuple) -> None:
|
|||||||
else:
|
else:
|
||||||
strikes = ""
|
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))
|
print(show_throw(th))
|
||||||
if not check_value(th) and data[2] == "" and count != 0:
|
if not check_value(th) and data[2] == "" and count != 0:
|
||||||
global score
|
global score
|
||||||
|
|||||||
Reference in New Issue
Block a user