appu226 / SpaceChessEngine

C++ chess project for fun and learning
Apache License 2.0
0 stars 2 forks source link

Added board pretty printer with terminal colors and unicode pieces #19

Closed arjunradhakrishna closed 3 years ago

arjunradhakrishna commented 3 years ago

Added a pretty printer for a board that can use ansi terminal color escape sequences and unicode chess pieces. The appearance depends on the exact terminal and typeface used. Also, added options --color and --unicode to enable each of these.

Sample appearance: image