draw_hexs: Draw hexs

Description Usage Arguments Value Examples

Description

Draw hexs from left and right side of the map for drawned units

Usage

1
draw_hexs(player1, player2)

Arguments

player1

drawned units for player 1

player2

drawned units for player 2

Value

Dataset of drawned units with hexs

Examples

1
2
3
4
player1 <- draw_units(price_limit = 50, units_data = units)
player2 <- draw_units(price_limit = 50, units_data = units)

draw_hexs(player1, player2)

lwawrowski/combat documentation built on June 14, 2019, 3:23 p.m.