simulate_game: Simulate a game of Monopoly

Description Usage Arguments Examples

View source: R/simulate_game.R

Description

Simulate a game of Monopoly, iteratively running take_turn()

Usage

1
simulate_game(players = 4, turn_limit = 1000)

Arguments

players

number of players, an integer, defaults to 4

turn_limit

maxiumum number of simulated turns, an integer, defaults to 1,000

Examples

1
2
3
4
## Not run: 
simulate_game(5, 100)

## End(Not run)

bussejoebusse/monopoly documentation built on July 12, 2020, 9:45 p.m.