Enhancement: Fix Order of ASCII Art Conflict Among Mulitple Modules #66
Labels
easy
Good for newcomers
enhancement
New feature or request
MVP
Required for minimum viable product (ideal deadline: Dec. 11)
ascii.txt and style.py currently have lists for all the art that will be displayed on the screen which is required to be in a specific order. If someone can come up with a better way that people can add ascii art that will not create merge conflicts due to not being in the right order every time it would make adding art easier. The list in style.py is called test_dict.
The text was updated successfully, but these errors were encountered: