I changed some code such as rolls and other things..

This commit is contained in:
mdecker6
2025-10-30 12:55:05 -04:00
parent a93273056f
commit 6ade1c83c7
3 changed files with 14 additions and 2 deletions

1
die.py
View File

@@ -15,3 +15,4 @@ class Die:
def roll(self):
self.face = randint(1, 6)
return self.face