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

Propagate info about last move via net::Move class #16

Open
aryjczyk opened this issue Jun 24, 2013 · 0 comments
Open

Propagate info about last move via net::Move class #16

aryjczyk opened this issue Jun 24, 2013 · 0 comments

Comments

@aryjczyk
Copy link
Collaborator

Information about last move should be presented to players to make tracking state of the board easier. Info should contain which player moved, move origin and destination and any additional details(i.e. capturing pieces, promotions, checks). To prevent case bloat these details should be generalized as : a list of fields to highlight, a list of lines between fields and string containing exact info. There should be only a few predetermined highlight/line styles. Collections of such class could be used to save game course.

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

No branches or pull requests

1 participant