startGame {rt3}R Documentation

Start a new game

Description

This function starts a new game. It randomly assigns a starting player and returns a new game state object.

Usage

startGame()

Value

gameState A new gameState.

Examples

gameState <- startGame()

[Package rt3 version 0.1.2 Index]