From e1674e1b8e485134159fed6fd52bbe237852d1ff Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Mon, 28 Jun 2021 13:06:07 +0200 Subject: [PATCH] 'update' --- TODO | 4 ++++ client/public/images/pieces/SOURCE | 3 +++ 2 files changed, 7 insertions(+) diff --git a/TODO b/TODO index ebef2056..93b5113c 100644 --- a/TODO +++ b/TODO @@ -94,3 +94,7 @@ King can move as a Knight and becomes a Royal Knight. A Royal Knight is a Knight that has the obligations of a King to move out of check, and you lose if it is checkmated. Tip: Remember that it's illegal to move your King or Royal Knight a Knight's move away from any non-pawn piece. Pretentious chess, by Adrian Alvarez de la Campa (2006) + +Btw @Jeff K we'll need (real) SVG images for 8-pieces (not embedded PNG). +Maybe starting from what I had https://github.com/yagu0/vchess/tree/master/client/public/images/pieces/Eightpieces/SVG_TODO - or based on the current design. +...or maybe PNGs will work too (just larger base64-encoded image?) diff --git a/client/public/images/pieces/SOURCE b/client/public/images/pieces/SOURCE index cda60aeb..261a5cae 100644 --- a/client/public/images/pieces/SOURCE +++ b/client/public/images/pieces/SOURCE @@ -1,3 +1,6 @@ +TODO: use some from +https://www.chessvariants.com/graphics.dir/alfaerieSVG/ + SVG standard images found on chesstempo website: https://www4.chesstempo.com/images/pieces/svg/merida/whitepawn.vers1.svg (...) + Adaptation for checkered pieces -- 2.44.0