# CBASCII diagram definition file UTRECHT, D.Regis@Exeter.ac.uk # # 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 '5' top_right_corner '6' bottom_left_corner '7' bottom_right_corner '8' top_border '1' left_border '3' right_border '2' bottom_border '4' # Empty squares white_square 32 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 'l' white_queen_black_square 'w' white_knight_black_square 'm' white_bishop_black_square 'v' white_rook_black_square 't' white_pawn_black_square 'o' # 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 'L' black_queen_black_square 'W' black_knight_black_square 'M' black_bishop_black_square 'V' black_rook_black_square 'T' black_pawn_black_square 'O' # Miscellaneous space_between_squares 0 borders 1