Skip to content

Possible to Support Rendering Coordinates Inside the Chessboard? #1145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
plutotree opened this issue Apr 16, 2025 · 3 comments · May be fixed by #1147
Open

Possible to Support Rendering Coordinates Inside the Chessboard? #1145

plutotree opened this issue Apr 16, 2025 · 3 comments · May be fixed by #1147

Comments

@plutotree
Copy link

When comparing chess.com and lichess's chessboards, their coordinates are displayed inside the board, which makes the layout more compact and visually appealing. In python-chess, the coordinates are rendered outside the chessboard. Based on documentation and testing, there seems to be no parameter or method to control the coordinate display style.

Is there a plan to support internal coordinate rendering in future updates?

chess.com
Image

lichess
Image

python-chess

Image
@jsonn
Copy link
Contributor

jsonn commented Apr 18, 2025

IMO the only good aspect of the Lichess coordinate placement is the compactness. In every other regard, especially clarity and readability, it is (significantly) inferior.

@plutotree
Copy link
Author

IMO the only good aspect of the Lichess coordinate placement is the compactness. In every other regard, especially clarity and readability, it is (significantly) inferior.

How about the new coordinate layout for python-chess ?

Image

@jsonn
Copy link
Contributor

jsonn commented Apr 18, 2025

Coordinates are clearly a second class citizen on that board. They are available, but not really meant to be used. Consider for a moment using a projector to show a puzzle to a class room. Either the students mostly know coordinates or they will struggle to read them. Note that the same idea applies to both Lichess and Chess.com -- most users either don't care about coordinates at all or know them blindly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants