-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Replace termcolor with colored module #40
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ClasherKasten, I'm not able to reproduce the second bug. Using For the first bug, we could use full width unicode characters (they basically occupy twice the width of a normal character) to represent pieces on the board. I had to
It finally looks like this Let me know if this is good enough, or if you have any better ideas/proposals. |
Interestingly I couldn't reproduce it myself. Don't know what exactly this was, but let's say it's non-existing for now.
The whole idea of a separated unicode mode was to also let people play this when their terminal has no proper unicode support. The plan I have now in mind would be to remove the But before I merge this, it would be nice to switch out the dependencies in the And some small note on the side: I probably gonna merge #41 first because it is a way bigger change and I think if I would merge this PR first, it would eventually result in merge conflicts. |
Add new option to the CLI for checkered board Use colored module for printing the board Update README
Fixes #37
Add new option to the CLI for checkered board
Use colored module for printing the board
Update README