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

Chess board front end #3

Open
7 of 14 tasks
spierceVR opened this issue Jul 26, 2023 · 0 comments · Fixed by #4
Open
7 of 14 tasks

Chess board front end #3

spierceVR opened this issue Jul 26, 2023 · 0 comments · Fixed by #4

Comments

@spierceVR
Copy link
Collaborator

spierceVR commented Jul 26, 2023

prerequisite knowledge:

minimal functionality

  • allow user to move/capture pieces with click and drag
  • when user moves a piece, send the move to the engine
  • update the board state with the engine output
  • check if a move is valid

stretch goal

  • eval bar (display the engine's evaluation of the position)
  • determines when someone wins/draws/loses? (maybe for engine)
  • make promotion piece selector look pretty + pop up when user attempts to promote
  • add slider for engine depth
  • tell the user who won at the end
  • let user switch from alpha-beta to minimax, turn off caching
    • UI that succinctly shows the efficiency differences with/without optimizations
@spierceVR spierceVR linked a pull request Jul 27, 2023 that will close this issue
11 tasks
@spierceVR spierceVR reopened this Jul 31, 2023
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

Successfully merging a pull request may close this issue.

1 participant