Get.Game.Object.Simple.Game: Get Game Object which fully defines simple game.

Description Usage Arguments

View source: R/SimpleGame.R

Description

A simple Game, which delivers A, B or "A and B" - The Goal is to correctly identify which setting is displayed and choosing the solutions 1, 2 or 3. This is repeated 3 times with each round giving 1 Point if correct. If all are scored correct, 5 extra points are awarded.

Usage

1
Get.Game.Object.Simple.Game(encoding.state = NULL, encoding.action = NULL)

Arguments

encoding.state

Which method should be used to encode the game? Currently supported:

  • main - [A,B,rounds]

encoding.action

Which method should be used to encode the action? Currently supported:

  • main - [A,B,A and B]


MartinKies/RLR documentation built on Dec. 24, 2019, 10:02 p.m.