game_status: Get the game status (number of fingers alive)

Description Usage Arguments Value Examples

View source: R/game-attribs.R

Description

Get the game status (number of fingers alive)

Usage

1

Arguments

game

An alicetwist game object

Value

A matrix representing the current state of the game (number of fingers still alive) with the players on the rows and the hands on the columns

Examples

1
2
3
game <- new_game()
game
game_status(game)

msaltieri/alicetwist documentation built on May 23, 2019, 7:50 a.m.