# CBASCII diagram definition file Alan Cowderey's PD Standard Chess Font # # 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 '7' top_right_corner '9' bottom_left_corner '1' bottom_right_corner '3' top_border '8' left_border '4' right_border '6' bottom_border '2' # Empty squares white_square 32 black_square '0' # 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 40 white_queen_black_square 43 white_knight_black_square 41 white_bishop_black_square 39 white_rook_black_square 44 white_pawn_black_square 42 # 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 34 black_queen_black_square 37 black_knight_black_square 35 black_bishop_black_square 33 black_rook_black_square 38 black_pawn_black_square 36 # Miscellaneous space_between_squares 0 borders 1