Added Labyrinth. /JL

This commit is contained in:
Jan Lerking
2025-04-14 11:45:26 +02:00
parent 6914fd8632
commit b1701f02ea
3 changed files with 42 additions and 4 deletions

View File

@@ -18,4 +18,5 @@ class PillType(Enum):
class Colors(Enum):
Yellow = (255, 255, 0)
Black = (0, 0, 0)
Black = (0, 0, 0)
Blue = (0, 0, 255)