Skip to content
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

Symbols associated to pieces appear to be wrong color #22

Open
mwpb opened this issue Dec 8, 2018 · 0 comments
Open

Symbols associated to pieces appear to be wrong color #22

mwpb opened this issue Dec 8, 2018 · 0 comments

Comments

@mwpb
Copy link

mwpb commented Dec 8, 2018

Firstly, thanks for making this library available. I think all of the symbols associated to the chess pieces have the opposite color to the color intended. For instance on line 42 of the following file:

https://github.com/LordDarkula/chess_py/blob/master/chess_py/pieces/rook.py

we have

def _symbols(self):
        return {color.white: "♜", color.black: "♖"}

which is surely not as intended? Or am I missing something?

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

No branches or pull requests

1 participant