BitBully 0.0.59-a2
Loading...
Searching...
No Matches
bitbully.board.Board Member List

This is the complete list of members for bitbully.board.Board, including all inherited members.

__eq__(self, object value)bitbully.board.Board
__hash__(self)bitbully.board.Board
__init__(self, Sequence[Sequence[int]]|Sequence[int]|str|None init_with=None)bitbully.board.Board
__ne__(self, object value)bitbully.board.Board
__repr__(self)bitbully.board.Board
__str__(self)bitbully.board.Board
_board (defined in bitbully.board.Board)bitbully.board.Boardprotected
all_positions(self, int up_to_n_ply, bool exactly_n)bitbully.board.Board
can_win_next(self, int|None move=None)bitbully.board.Board
copy(self)bitbully.board.Board
count_tokens(self)bitbully.board.Board
current_player (defined in bitbully.board.Board)bitbully.board.Board
current_player(self)bitbully.board.Board
from_array(cls, Sequence[Sequence[int]] arr)bitbully.board.Board
from_moves(cls, Sequence[int]|str moves)bitbully.board.Board
has_win(self)bitbully.board.Board
is_full(self)bitbully.board.Board
is_game_over(self)bitbully.board.Board
is_legal_move(self, int move)bitbully.board.Board
legal_moves(self, bool non_losing=False, bool order_moves=False)bitbully.board.Board
mirror(self)bitbully.board.Board
moves_left(self)bitbully.board.Board
play(self, int|Sequence[int]|str move)bitbully.board.Board
play_on_copy(self, int move)bitbully.board.Board
random_board(int n_ply, bool forbid_direct_win)bitbully.board.Boardstatic
reset_board(self, Sequence[int]|Sequence[Sequence[int]]|str|None board=None)bitbully.board.Board
to_array(self, bool column_major_layout=True)bitbully.board.Board
to_huffman(self)bitbully.board.Board
to_string(self)bitbully.board.Board
uid(self)bitbully.board.Board
winner(self)bitbully.board.Board