Module poirebot::game::pieces::sliding[][src]

Functions

get_sliding_east_moves

Generates moves that slide towards the east from the original position. Also returns the worth of the piece being taken, if any.

get_sliding_vertical_moves

Generates moves that slide vertically (north/south) from the original position. Also returns the worth of the piece being taken, if any.

get_sliding_west_moves

Generates moves that slide towards the west from the original position. Also returns the worth of the piece being taken, if any.