API Reference tabletop v1.1.2

Modules

Tabletop contains functions for playing a board game and querying the state of the game.

This module provides the fundamental actions involved in any tabletop game. Each action consists of a key and then an arguments value

This module provides the struct for representing the board of a tabletop game as well as the functions for creating and manipulating it.

This module provides functions specific to traversing a square board where positions are represented by 2D coordinate Tuples.

This module provides the struct for representing pieces on the board as well as functions to manipulate them.