marcizhu / readme-chess

♟️ Play Multiplayer Chess in a README file!

Home Page:https://github.com/marcizhu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The chess pieces are hard to identify

doodla opened this issue · comments

image

The king and the pawn are very similar. As are the bishop and pawn.

A chess piece option with the clarity below would be amazing.

image
commented

I agree, I had quite a few people raise similar complaints over the past couple of years, where people argued that the rook and the queen looked quite similar, for example.

The main issue here is finding a chess set that looks good both on dark mode as well as in light mode, since the user could be using any of those and there's no way to detect it. Unfortunately, that fact alone rules out most of the chess sets (like the one you posted), since the black pieces would be barely visible in dark mode. This is why currently black pieces are dark blue and white pieces are grey-ish.

Another important aspect is licensing. The chess set must be licensed under a permissive license that doesn't require attribution and allows redistribution, since by putting the images in this repo I'm effectively redistributing them, and I have no way of giving attribution. This is also a limiting factor in finding a better set...

Let's keep this issue open for the time being. I'll look for better sets and we can use this thread to discuss/vote which ones are better. Thanks for reporting this! 😄

commented

Hey @doodla, I changed the chess set used in https://github.com/marcizhu/marcizhu and I think it's way easier to identify the chess pieces now:
image

All pieces are recognizable in dark and light modes. I'll do some tests and if everything goes as expected I will update this repo and close this issue. In the mean time, feel free to propose other chess sets!