trevorbayless / cli-chess

A highly customizable way to play chess in your terminal. Play online (via Lichess.org) and offline against the Fairy-Stockfish engine. All Lichess variants are supported.
GNU General Public License v3.0
190 stars 6 forks source link

Fill in the pawns #17

Closed rpdelaney closed 1 year ago

rpdelaney commented 1 year ago

What feature would you like to see in cli-chess?

Black and white pawns look too similar.

trevorbayless commented 1 year ago

Thank you for the enhancement request. This actually was a deliberate choice during development as the unicode symbol for a white pawn \u265F in many fonts is actually rendered as the pawn emoji. Even if I exposed the chess pieces for customization to the user, I think we'd be in the same situation.

image

image

rpdelaney commented 1 year ago

Okay, so this is really a feature request for my font, not cli-chess. That's fair. Thanks!