createUnoGame {gamesNws}R Documentation

Creates new UNO-Game

Description

New UNO-Game into the given workspace

Usage

.createUnoGame( wsName, 
                      ...)

Arguments

wsName Name of the workspace
... Usual netWorkSpace()-attributes

Details

Checks if workspace allready exists. Declares workspacevariables.

Value

ws the created workspace with all necessary variables for the UNO-Game

Author(s)

Markus Schmidberger <schmidb@ibe.med.uni-muenchen.de>, Fabian Grandke

Examples

## Not run: 
  ws<-.createUnoGame("test","138.245.80.17")
  startUnoGame(ws)
## End(Not run)

[Package gamesNws version 0.5 Index]