diff --git a/src/gameUtils/turns.py b/src/gameUtils/turns.py index 81f15a2..d47269c 100644 --- a/src/gameUtils/turns.py +++ b/src/gameUtils/turns.py @@ -1,3 +1,8 @@ +# TODO: Add a variable for the game developers to see if pain is "avaialbe", +# I.E. has the shocker been passed to the next player. +# Also add a pop-up, probably using pygame-gui, to tell the player +# to pass the shocker to the next person. + class BaseTurnHandler: def __init__(self, playersManager): """