
chess.pl -- SWISH chessboard renderer
Render chessboards. Currently only deals with the N-queens problem. This
file is nevertheless called chess.pl because it should be trivial to
extend this to more general chess positions.
The styling is a small modification of CSS3 Chess Board
term_rendering(+Term, +Vars, +Options)//
chess_style//[private]