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

Whole-board viewer #2

Open
hinsley opened this issue Nov 24, 2021 · 0 comments
Open

Whole-board viewer #2

hinsley opened this issue Nov 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@hinsley
Copy link
Owner

hinsley commented Nov 24, 2021

I'd like to work out a way to view large swaths of the game board at once. It's quite hard to figure out how to do this due to the stone coloring problem, but there may be compromises available. There are a few criteria I have for this feature:

  1. The viewer should have smooth panning.
  2. The viewer should allow zooming out substantially.
  3. It should be possible to see what player each stone belongs to.
  4. It should be possible to see the age of stones.
  5. It should be possible to see the 13x13 locking windows about any stone by selecting that stone.
  6. The user should be able to place new stones via the viewer.

I'll probably end up developing a <canvas> widget for the viewer with AJAX REST requests or similar. I'm not looking to pull in large frameworks.

@hinsley hinsley added the enhancement New feature or request label Nov 24, 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