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

Implement GameState encoding #2

Open
kirkpatricki opened this issue Nov 24, 2022 · 0 comments
Open

Implement GameState encoding #2

kirkpatricki opened this issue Nov 24, 2022 · 0 comments
Assignees

Comments

@kirkpatricki
Copy link
Collaborator

We need to know the current game state (in other words, which piece is where on the board) in order to know which moves are legal for the user to make.

AC:

  • The gamestate can be encoded
  • The gamestate can be changed using legal chess moves
  • Proper errors are thrown for illegal moves
@kirkpatricki kirkpatricki self-assigned this Nov 24, 2022
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

When branches are created from issues, their pull requests are automatically linked.

1 participant