Description Usage Arguments Value Examples
Get the game status (number of fingers alive)
1 | game_status(game)
|
game |
An |
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
1 2 3 | game <- new_game()
game
game_status(game)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.