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: game export/import #12

Open
TheKiviest opened this issue Jan 20, 2023 · 1 comment
Open

Feature request: game export/import #12

TheKiviest opened this issue Jan 20, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@TheKiviest
Copy link

It would be nice to have a log of moves for each game that can be imported and viewed.

Format might be something like this:

  1. X2222 O2211
    ...

Optionally, there can be an additional symbol when a field or a game is won for better readability, for example:
X1123+ O2333!

Ideally, game review should be a separate mode with better navigation between the moves. My suggestions for the interface are:

  • Only current position is shown in the console window.
  • A blank string advances the game.
  • "b" reverts the move.
  • "e" exits review mode.
@N1ckn1ght
Copy link
Owner

rn I was thinking about making log in the same format as input for easy import & analysis, however it's possible to use two different annotations at the same time. Good idea.

@N1ckn1ght N1ckn1ght self-assigned this Jan 20, 2023
@N1ckn1ght N1ckn1ght added the enhancement New feature or request label Jan 20, 2023
@N1ckn1ght N1ckn1ght added this to the v2.0 milestone Jan 20, 2023
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