Hi ! Fine to have a 2dimensional set of pieces
2D Pieces
I will add the pieces as is with the server update for tonight. So if anyone still has last minute improvements or suggestions, this is the time!
After playing with these pieces a bit on the development server, I think the white pieces look better with the black borders removed. That also makes the difference between the black and white kings much clearer as @Diegomastro suggested. I ended up with these:
White King:
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="-4 -4 8 8"><circle r="3" stroke="white" stroke-width="1" fill="white"/><circle r="1" stroke="black" stroke-width="1" fill="white"/></svg>
White Man:
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="-4 -4 8 8"><circle r="3" stroke="white" stroke-width="1" fill="white"/></svg>
Tonight we'll also be adding another set of flat pieces that someone send me:
github.com/RoepStoep/lidraughts/tree/master/public/piece-src/fabirovsky
Thank you for the additions!
If it is not too cumbersome, could we have the new pieces slightly smaller please? The inner coordinates seem to be occluded when the default board size is used.
@mathejoy Ah yes, I didn't notice that, will make the pieces a bit smaller!
They are slightly smaller now (still occluding a bit of the inner coordinates, but in such a way that they are perfectly readable)
Thank you!
This topic has been archived and can no longer be replied to.