Comments/Ratings for a Single Item
Isn't possible to have a board with different color for the bull's eye?

This falls within the standard capabilities of the Interactive Diagram, so that it can be implemented without any programming. Just specify two versions of each piece, one for in the bull's eye, one for everywhere else. And then specify a morph board for each of those that makes them change into the version that belongs in the zone. The morph board for the 'eye pieces' can also be used to make the bull's eye inaccessible to them.
satellite=eye
ranks=8
files=8
maxPromote=0
promoZone=1
promoChoice=QNBR
graphicsDir=/graphics.dir/alfaeriePNG/
squareSize=50
symmetry=mirror
firstRank=1
lightShade=#FFFFCF
darkShade=#70B09F
rimColor=#0F0F90
coordColor=#EFEF1F
whitePrefix=w
blackPrefix=b
graphicsType=png
useMarkers=1
borders=0
newClick=1
royal=6
royal=12
pawn::::a2-h2
morph=*///...PP.../"/
knight:N:::b1,g1
morph=///...NN.../"/
bishop::::c1,f1
morph=///...BB.../"/
rook::::a1,h1
morph=///...RR.../"/
queen::::d1
morph=///...QQ.../"/
king::KisO2::e1
morph=///...KK.../"/
pawn (eye)::QN:pawn:
morph=*/P/P/PPP!!PPP/"/P/P/P
knight (eye):N:QN:knight:
morph=N/N/N/NNN!!NNN/"/N/N/N
bishop (eye)::QN:bishop:
morph=B/B/B/BBB!!BBB/"/B/B/B
rook (eye)::QN:rook:
morph=R/R/R/RRR!!RRR/"/R/R/R
queen (eye)::QN:queen:
morph=Q/Q/Q/QQQ!!QQQ/"/Q/Q/Q
king (eye)::QN:king:
morph=K/K/K/KKK!!KKK/"/K/K/K
|
|
[Edit] Refresh the cache for promotions to work; I had to fix a bug in the vetting of promotion choices in the new Diagram script that is under development.

It is about a new proposal for a variant called 'Bull's eye', for which there is no subject thread yet. Then the only option is to create one. Or?
Or...
There already existed a comment thread for it, in which I am now posting. It was created as a side effect of creating the article. You could have posted in it by clicking the link "Add new comment or rating" at the bottom of the page that contains the submitted article.
5 comments displayed
Permalink to the exact comments currently displayed.
It is. (And I did.) But not yet without adding some JavaScript. I suppose it would be easy to introduce a parameter checkering, to specify a value similar to that of the morph parameter, (it could even be parsed by the same routine), with squares marked L, S, O, or D. Where L would stand for the given lightShade, O for oddShade, S for startShade; all of those being parameters that already exist.
I didn't do that so far, because the Interactive Diagram was mainly designed for functionality rather than beauty.