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

Feature - Undo move(s)... #18

Open
nvrnight opened this issue Feb 19, 2018 · 2 comments
Open

Feature - Undo move(s)... #18

nvrnight opened this issue Feb 19, 2018 · 2 comments

Comments

@nvrnight
Copy link

Need a way to be able to revert moves.

Something like game.Undo(5) which should undo the last 5 moves. Preferably removing them from the Moves history or having some way to filter out reversal moves so the previous move(after the undo) can be calculated and shown on the board.

@MisinformedDNA
Copy link

FYI: I'm working on this.

@thomas-daniels
Copy link
Owner

thomas-daniels commented Feb 21, 2019

Partially done by MisinformedDNA in #25 - a few variants remain where implementation is required.

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

3 participants