You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The viewer should have smooth panning.
The viewer should allow zooming out substantially.
It should be possible to see what player each stone belongs to.
It should be possible to see the age of stones.
It should be possible to see the 13x13 locking windows about any stone by selecting that stone.
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: