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

Add Game Context Info (like in FEN) #50

Open
Bonifatius94 opened this issue Aug 4, 2021 · 0 comments
Open

Add Game Context Info (like in FEN) #50

Bonifatius94 opened this issue Aug 4, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Bonifatius94
Copy link
Owner

Issue:

  • the chess board only keeps track of the chess pieces
  • lets of params need to be handed in for further context info
  • make the chesslib more user-friendly by handling all those context info

Suggested Solution:

  • introduce a new data structure based on the bitboard format,, but extended by some extra context info
  • it is supposed to be contextually at least as powerful as FEN (add game round, drawing side, etc.)
  • call it maybe something like GameSession (because that's what makes it different from just the plain bitboards)
  • rework the API to support applying draws to the game session, etc.
@Bonifatius94 Bonifatius94 added the enhancement New feature or request label Aug 4, 2021
@Bonifatius94 Bonifatius94 self-assigned this Aug 4, 2021
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

1 participant