Description Usage Arguments Examples
View source: R/simulate_game.R
Simulate a game of Monopoly, iteratively running take_turn()
1 | simulate_game(players = 4, turn_limit = 1000)
|
players |
number of players, an integer, defaults to 4 |
turn_limit |
maxiumum number of simulated turns, an integer, defaults to 1,000 |
1 2 3 4 | ## Not run:
simulate_game(5, 100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.