Description Usage Arguments Examples
This function creates a tibble detailing game start information. This tibble can be assigned a name and used as an input into take_turn()
1 | set_up_game(players = 4)
|
players |
number of players, an integer, defaults to 4 |
1 2 3 4 | ## Not run:
set_up_game(players = 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.