bosi-programming / Java-Text-Adventure

Basic CLI text adventure made with Java
https://bosifullstack.github.io/Java-Text-Adventure/index
0 stars 1 forks source link

Added Color to Text Messages #4

Closed Aritra-Mazumdar closed 3 years ago

Aritra-Mazumdar commented 3 years ago

Hi. Please check the changes I have made and do let me know if there are any errors that I may have missed.

bosi-programming commented 3 years ago

@Aritra-Mazumdar The escape codes are right. However, you are repeating too much code. To merge that, I would advice you to create a folder called utils and add a static class with color being a static property, since they don't change. Also, I would need you to add Javadocs to that file, saying what property relate to what color.