-
Notifications
You must be signed in to change notification settings - Fork 18
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
Enhanced showing of the current move #51
Comments
I thought about that same thing a couple of times. I do esaxtly what you describe, I go back one plie to find the change. In my fork you can highlight tiles with Shift-leftclick. Maybe something of the sort (more subtle - and with a pickable color). |
Yes, I also think we need this feature. Highlighting just the squares like TreffnonX would be one way. How about highlighting the pieces that moved by making them darker or lighter?? I think that'd be more subtle and less distracting but would involve more work. |
It's actually a pretty subtle problem, as I'm sure you are aware. Do you simply indicate the squares that were involved in the move, or the actual pieces? If you only highlight the squares involved what if the squares are obscured by pieces? Do you distinguish between dropping a new piece on the board vs. moving a piece from one square/stack to an open square? It would be cool to "animate" the move. Especially nice for a stack move. But I sure don't want to try to program that. If someone could make that happen, then I'd suggest that the app play a sound ("ting") to indicate a move is about to happen, then the animation happens a second later, with a nice wooden click sound each time a piece/stack is placed on a square. Of course, that's even more problematic if the players are faster than the animation, and the animation gets behind. Ignore my musings... simple is probably best. BTW, I've basically dropped out of spending any time on this as I'm busy getting a new business up and running and need to focus on it. Working on PlayTak was a nice diversion getting my brain back into programming, which I've not done for awhile. Thanks for letting me participate. I do check on PlayTak every once in awhile, and like the things you are doing. |
I'm planning to highlight squares for piece placement and highlight pieces for piece move. If squares are obscured its a bit problematic.. need to think this through. I'm not a fan of animations - makes it look amateurish. All the best for your new business. Hope you can drop in for occasional games and suggestions. Thanks for your code contributions. |
Yea, the animations might look cheesy, but I'm sure it would help make some Thanks. And I will keep checking on the site to see how things are going. I I wish we could have the best of both worlds. Maybe someone could create a On Sat, Jul 23, 2016 at 10:31 AM, Chaitanya Vadrevu <
|
Image analysis cna be both tough and brittle though. It wouldn't be very reliable, even under ideal circumstances. I suggest a scratch board to keep track of games. In a live event where two people play in person, I'd have a person just copy every move on a pad and then submit it online. Yet another possibility to expand the platform. |
Yea, I wasn't really suggesting that. But it might make for a good phd On Jul 30, 2016 6:19 AM, "TreffnonX" notifications@github.com wrote:
|
If you aren't staring at the board when your opponent makes a move it may be hard to notice where they moved. Similarly, if you are watching a game it can be easy to miss a move. Of course, you can use the notation window to bounce back and forth, but it would be nice if there were a way to make the most recent move more visible.
I realize there are difficulties with this. If a stone/stack is being moved, do you show where it's moving from or only where the pieces end up?
Desired Traits of the feature:
The text was updated successfully, but these errors were encountered: