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 2f8d5b12c2 - Show all commits
-2
View File
@@ -270,7 +270,6 @@ def game(data: tuple) -> None:
msg = data[2]
count = data[3]
th = data[4]
# clear()
inp = input(msg)
data = evaluate(inp, count, th)
else:
@@ -296,7 +295,6 @@ def main() -> None:
clear()
print("Vítejte ve hře v kostky!")
add_players()
input("Prosím, stiskněte enter pro první hod:")
data = ("count", 6, "")
game(data)