# Cubic Docs ## Docs - [Cubic](https://transcension.mintlify.app/cubic/welcome.md): Cubic - Welcome - [About](https://transcension.mintlify.app/cubic/about.md): About Cubic - [Cubic API](https://transcension.mintlify.app/api-reference/welcome.md): API - Welcome - [Create Game](https://transcension.mintlify.app/api-reference/cubic/create-game.md): Initializes a new game instance with a unique identifier and defines the teams that will participate. - [Setup Ships](https://transcension.mintlify.app/api-reference/cubic/setup-ships.md): Configures the fleet for a specific team within an existing game, assigning names, types, and combat statistics to each ship. - [Start Game](https://transcension.mintlify.app/api-reference/cubic/start-game.md): Initiates a previously created game, setting the turn length and beginning the gameplay. - [Game Details](https://transcension.mintlify.app/api-reference/cubic/game-details.md): Returns details for a game. - [Get Cube State](https://transcension.mintlify.app/api-reference/cubic/get-cube-state.md): Retrieves the complete current state of the game board (the cube) for a given game ID and team, providing visibility into the game's ongoing status. - [Get Neighbors](https://transcension.mintlify.app/api-reference/cubic/get-neighbors.md): Provides information about adjacent positions or nodes on the game cube, useful for movement and tactical planning. - [Get Vertex](https://transcension.mintlify.app/api-reference/cubic/get-vertex.md): Fetches detailed information about a specific vertex (intersection point) on the game cube, including any ships or objects present. - [Get Edge](https://transcension.mintlify.app/api-reference/cubic/get-edge.md): Retrieves detailed information about a specific edge (connection between two vertices) on the game cube, useful for understanding pathways and blockades. - [Move Ship](https://transcension.mintlify.app/api-reference/cubic/move-ship.md): Allows a player to move one of their ships across the game board in a specified direction, consuming move points. - [Attack](https://transcension.mintlify.app/api-reference/cubic/attack.md): Enables a ship to engage an enemy ship within its attack range, potentially dealing damage based on combat factors. - [Capture](https://transcension.mintlify.app/api-reference/cubic/capture.md): Allows a ship to attempt to capture an objective or another game element at its current location or in an adjacent direction. - [Reset Game](https://transcension.mintlify.app/api-reference/cubic/reset-game.md): Resets the state of a specified game, returning it to its initial configuration (e.g., clearing ship placements, scores, and turn data). ## OpenAPI Specs - [cubic-api](https://transcension.mintlify.app/api-reference/cubic-api.json)