#include <stdio.h>#include <string.h>#include "chess_printer.h"#include "chess.h"
Functions | |
| void | print_chess_board (ChessBoard chess_board) |
| bool | get_piece_symbol (struct ChessPiece piece, ChessPieceSymbol piece_symbol) |
| bool get_piece_symbol | ( | struct ChessPiece | piece, | |
| ChessPieceSymbol | piece_symbol | |||
| ) |
Provides a printable symbol for a specific chess piece.
| piece | The chess piece which symbol to be returned. | |
| piece_symbol | The symbol of the chess piece in printable form |
| void print_chess_board | ( | ChessBoard | chess_board | ) |
print_chess_board prints a chess board into the terminal window.
| chess_board | The chess board to be printed. |

1.7.0