diff --git a/catcher.py b/catcher.py index b6b0a80..165f4ed 100644 --- a/catcher.py +++ b/catcher.py @@ -8,7 +8,7 @@ class Catcher: width = 7 display = False pieces = [] - name = "Player" + name = "catcher" color = "white_on_indigo" def __init__(self, position):