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 request: Chess problems #1

Open
SlimeDog opened this issue Feb 16, 2023 · 5 comments
Open

Feature request: Chess problems #1

SlimeDog opened this issue Feb 16, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@SlimeDog
Copy link

I would like to be able to construct chess problems

  • configure a board
  • challenge a player to solve it
  • then reset the board for the next player

Possible?

@jpenilla
Copy link
Owner

jpenilla commented Feb 16, 2023

Do you mean like chess.com puzzles where you play against the computer and there is only one correct move? Or just different starting positions?

@SlimeDog
Copy link
Author

SlimeDog commented Feb 16, 2023

Playing a specific chess.com puzzle would be interesting, but I would happily settle for something like

  • set a starting position, saved as a board
  • let someone play it against the computer (a command executed via a command-sign, for example)
  • report the outcome in chat or as a banner (if it was mate in 3, for example, did the player win or lose?)
  • reset the board (a command executed via a second command-sign, for example; or on a configured timer)

@jpenilla
Copy link
Owner

Storing game history and states is something I want to do eventually, but that's better as a separate issue.

I like this idea in general though.

@jpenilla jpenilla added the enhancement New feature or request label Feb 16, 2023
@SlimeDog
Copy link
Author

Moved game save/evaluation feature requests to #15

@SlimeDog
Copy link
Author

Any movement on this issue?

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

No branches or pull requests

2 participants