unsigned int getFirstIndex(char board[BOARD_WIDTH][BOARD_HEIGHT]) { unsigned int index = 0; for (int x=0; x