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

Maybe add colors? #4

Open
Zalanshah64 opened this issue May 7, 2022 · 3 comments
Open

Maybe add colors? #4

Zalanshah64 opened this issue May 7, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@Zalanshah64
Copy link
Owner

Adding colors to the board would be useful.

@Zalanshah64 Zalanshah64 added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels May 8, 2022
@Zalanshah64
Copy link
Owner Author

Zalanshah64 commented May 8, 2022

In version 1.1.0, I added the first implementation of colors to the program. Thus far, it is very basic. When solving:

  • Green represents preadded color
  • Blue represents solved value
  • Though it doesn't have a purpose yet, if an empty square is printed, it will print red

I intend on adding more colors and providing colors for more options as time goes on. Adding colors to the menu would also probably be somewhat useful.

@Zalanshah64
Copy link
Owner Author

In version 1.2.1, I added the second round of colors.

  • Cursor is highlighted white
  • Invalid squares (ones that double up on a row/column/subgrid) are marked red
  • If the cursor is on an invalid square, the text is marked white

I'd like to experiment with maybe making the red brighter for invalid squares. I'd also like to play with the selected invalid situation, as I think red background with white text might look a little better.

While I remember, I'd also like to add colors to the help menu that marks optional/required parameters with colors.

@Zalanshah64
Copy link
Owner Author

In version 1.3.1, there's even more colors for when you play.

  • Squares of the same number as the one you have selected will be orange
  • Squares in the same row, column, and subgrid as your selected square will be gray.

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

No branches or pull requests

1 participant