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

feat: Add UNDO capability for AI play #482

Merged
merged 3 commits into from
Apr 30, 2021
Merged

feat: Add UNDO capability for AI play #482

merged 3 commits into from
Apr 30, 2021

Conversation

Terkwood
Copy link
Owner

@Terkwood Terkwood commented Apr 5, 2021

add undo button in AI play

Resolves #479

Work

  • add undo service
  • wire up gateway
  • networking in browser
  • browser: block with dialog while backend confirms
  • browser game tree
    let newTree = tree.mutate((draft) => {

@Terkwood Terkwood added the enhancement New feature or request label Apr 5, 2021
This was referenced Apr 21, 2021
@Terkwood

This comment has been minimized.

@Terkwood Terkwood marked this pull request as ready for review April 29, 2021 11:13
gateway/Cargo.toml Outdated Show resolved Hide resolved
@Terkwood Terkwood force-pushed the undo branch 3 times, most recently from 51e3931 to 154face Compare April 30, 2021 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🔙AI play: allow the human to UNDO their last move
1 participant