cjsaylor / chessimage

Golang library for rendering chess board images in a specific state.
https://godoc.org/github.com/cjsaylor/chessimage
MIT License
5 stars 5 forks source link

Inverted Board for Black Player #2

Closed ZurabWeb closed 5 years ago

ZurabWeb commented 5 years ago

The only difference between king_checked_inverted.go and king_checked.go is that king_checked_inverted.go passes the Inverted: true option to the board.Render call.

image

cjsaylor commented 5 years ago

@ZurabWeb This looks good to me. Can you update the readme to include the new inverted option as an available rendering option?

ZurabWeb commented 5 years ago

@cjsaylor Changes in.