-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
UI improvement to the score track #41
Comments
Hmm yes this is a good point. I think it would be best to keep it on the score track (otherwise the score track is empty) but also having it in a proper spot on the UI would be good!
This is a good point too... Very possible it could go somewhere else that is better looking yes. The one there is a placeholder still (note the very blue background), I was thinking it would have the decks and small version of each player board visible when collapsed and you can open it on each player to view things. Could be opened by click instead of hover, that is fine. Yours looks like it is just the same thing but on the other side and flipped upside down, maybe I am misunderstanding it? I will make a separate ticket for that you can do if you like. |
Well, it's not only about moving to right. The idea is just to make field more "solid" to feel:
Did you play the Root in steam? I think its UI is pretty good, except of some little things |
Ok sounds good! You can work on that too if you like. I didn't play the Steam one no, looks nice though. Makes me wonder why I bother building this one at all haha it didn't exist long ago when I started this project the first time. |
Reopening for now, I feel like something is still missing. We can revisit when players are able to score points normally |
The score track is able to show scores, but there are some improvements that could be made mostly regarding how multiple players on the same space are displayed.
Since the pieces are stacked, simulated using box-shadows, piece elements are added and removed from the DOM when they enter/leave spaces with other tiles already on them. Also when multiple pieces are on the same space, you cannot tell which players they are other than the top one.
Pieces on the score track should always be displayed as distinct pieces, even when stacked, by moving them vertically and layering with z-index as appropriate. When a stack of pieces are moused over, they should spread out so you can see all the pieces below.
Additionally, the current player's score should always be the top tile when stacked. Currently, it is whatever faction happens to be first in the stack.
The text was updated successfully, but these errors were encountered: