Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add icons in addition to color to indicate valid/invalid spaces #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iainsimmons
Copy link

Related to #2.

Here's some screenshots at my (poor) attempt at adding icons to help indicate validity of moves/spaces, using SVG pattern defs as fills instead of just colors and opacity.

It's just using an additional rect and text in the pattern as the background/fill. I'm not sure why the text is so bold, it makes it a little hard to distinguish the icons, but I'm sure there's a way to fix that. Or, could use O and X or something instead, for more control.

Bear, valid, color, with icons:
icons-bear-valid-color

Bear, valid, greyscale, with icons:
icons-bear-valid-greyscale

King, invalid, color, with icons:
icons-king-invalid-color

King, invalid, greyscale, with icons:
icons-king-invalid-greyscale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants