mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-12 15:50:20 -08:00
Bug fix on defense change
This commit is contained in:
@@ -13,7 +13,7 @@ class Basketball():
|
||||
self.defense = None
|
||||
self.defense_choices = [6, 6.5, 7, 7.5]
|
||||
self.shot = None
|
||||
self.shot_choices = [1, 2, 3, 4]
|
||||
self.shot_choices = [0, 1, 2, 3, 4]
|
||||
self.z1 = None
|
||||
|
||||
# Explains the keyboard inputs
|
||||
|
||||
Reference in New Issue
Block a user