take_turn: Have a player take their turn

Description Usage Arguments Examples

View source: R/take_turn.R

Description

This function simulates a players' turns, based on their previous location on the board.

Usage

1
take_turn(last_turn)

Arguments

last_turn

information about the last turn, a tibble generated either by set_up_game() or take_turn()

Examples

1
2
3
4
## Not run: 
take_turn(player = 1, last_turn = set_up_game())

## End(Not run)

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