Description Usage Arguments Examples
This function simulates a players' turns, based on their previous location on the board.
1 | take_turn(last_turn)
|
last_turn |
information about the last turn, a tibble generated either by set_up_game() or take_turn() |
1 2 3 4 | ## Not run:
take_turn(player = 1, last_turn = set_up_game())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.