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

Todo #1

Open
12 of 16 tasks
fallcat opened this issue Oct 15, 2018 · 0 comments
Open
12 of 16 tasks

Todo #1

fallcat opened this issue Oct 15, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@fallcat
Copy link
Collaborator

fallcat commented Oct 15, 2018

  • A1. create an update based interface like lizzie.

  • A1A. must have Board.java from lizzie

  • A1B. can read in sequences of moves by both mouse click and sgf move sequence. doesn't need to handle variations at all.

  • A1C. supports button framework

  • B1. Need a sgf parser. it literally can be the simplest thing, because foxy is simple, but might be better to use the open-source one. it's more complete.

  • B2. need a way of marking off areas for the search.

  • B3. need a way of inputting alternating, black, or white stones.

  • B4. Need a way to detect if the search is a match or not.

  • B5. Need a way to get Leelaz output about the position.

  • B6. need a way to store Leelaz output for later

  • B7. need to be able to specify folder of go games.

  • B8. Need a way to display a heat map
    B8’. Display a heat map is a specific region

  • B9. Remove stone

  • C1. need to run a serial search of all go positions. parallel can be later. and store the Leela zero outputs.

  • C2. need to be able to display the results of search. hopefully in real time!

  • D1. parallelize search??

@fallcat fallcat added the enhancement New feature or request label Oct 15, 2018
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