I am working on a game where parts of the game are defined by different colored lines. In order to make the game playable by those who are color-blind I want to mark the lines with some other marking but am unsure which is the best approach.
Thought #1- Use different line patterns for each color (solid, dotted, dashed, dot-dash-dot). While this might be the most ideal way to go in the long run I am not quite sure aesthetically it would look for those that are not colorblind.
Thought #2- Use a shape on the lines in intervals (dot, square, triangle, diamond) or at the beginning and end of each line. Again I need to mock it up to see how it looks. My concern with going via this approach is that I dont want the shapes to be too predominant but they need to still be readable.