mauricioaniche / sem-pacman-python

PacMan game used in the Software Engineering Methods (CS minor, TU Delft)
12 stars 22 forks source link

Possibility to use colors in UI elements #1

Closed mdjong1 closed 4 years ago

mdjong1 commented 6 years ago

Added termcolor as a dependency, allowing for usage of this module in giving all UI elements a color. This is currently only implemented in the AsciiArtUI. Using colors can be enabled or disabled with a boolean when initializing the AsciiArtUI (as is currently shown in program.py).