-
Notifications
You must be signed in to change notification settings - Fork 56
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
Design a movelist box for game navigation #6
Labels
Comments
A. Table element When user presses the move that event will return a value of move and fen.
The returned values is enough to constuct the board position in the GUI. Demo code:
Disadvantage:
Research to be continued. |
I'm a tad confused by what you're looking for, but would be glad to help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When certain move is selected in the movelist box, the board will also update.
When move navigation button is pressed, move is highlighted in the movelist box.
It is ideal to have more than one move in the horizontal in the move list box.
The text was updated successfully, but these errors were encountered: