# CBASCII diagram definition file # # Format is: keyword value # where "value" is in the format: # 'c' Absolute character c # DEC decimal value 0-255 # Corners and borders top_left_corner '+' top_right_corner '+' bottom_left_corner '+' bottom_right_corner '+' top_border '-' left_border '|' right_border '|' bottom_border '-' # Empty squares white_square '.' black_square '.' # White pieces on white squares white_king_white_square 'K' white_queen_white_square 'Q' white_knight_white_square 'N' white_bishop_white_square 'B' white_rook_white_square 'R' white_pawn_white_square 'P' # White pieces on black squares white_king_black_square 'K' white_queen_black_square 'Q' white_knight_black_square 'N' white_bishop_black_square 'B' white_rook_black_square 'R' white_pawn_black_square 'P' # Black pieces on white squares black_king_white_square 'k' black_queen_white_square 'q' black_knight_white_square 'n' black_bishop_white_square 'b' black_rook_white_square 'r' black_pawn_white_square 'p' # Black pieces on black squares black_king_black_square 'k' black_queen_black_square 'q' black_knight_black_square 'n' black_bishop_black_square 'b' black_rook_black_square 'r' black_pawn_black_square 'p' # Miscellaneous space_between_squares 0 borders 1