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

nice to have svg or png support #65

Open
sugizo opened this issue Sep 2, 2023 · 1 comment
Open

nice to have svg or png support #65

sugizo opened this issue Sep 2, 2023 · 1 comment

Comments

@sugizo
Copy link

sugizo commented Sep 2, 2023

nice to have svg or png support

when execute print(board), it will show the ASCII, like python-shogi already have
print(board)

result

 l  n  s  g  k  g  s  n  l
 .  r  .  .  .  .  .  b  .
 p  p  p  p  p  p  p  p  p
 .  .  .  .  .  .  .  .  .
 .  .  .  .  .  .  .  .  .
 .  .  .  .  .  .  .  .  .
 P  P  P  P  P  P  P  P  P
 .  B  .  .  .  .  .  R  .
 L  N  S  G  K  G  S  N  L

when execute
board

result
Board('lnsgkgsnl/1r5b1/ppppppppp/9/9/9/PPPPPPPPP/1B5R1/LNSGKGSNL b - 1')

expected result like in python-chess,
when execute board it will get svg or png draw

best regards

@gunyarakun
Copy link
Owner

ref.) #36

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

2 participants