strategy_random: Play a random strategy

Description Usage Arguments Value See Also Examples

Description

Play a sun if you have a sun, otherwise play a random card on a random owl.

Usage

1

Arguments

game

A current game state

Value

list with these elements: card string indicating what card to play owl an integer indicating the owl to move

See Also

play_card

Examples

1
2
game <- setup_game()
strategy_random(game)

BoardGameSimulator/HootOwlHoot documentation built on May 6, 2019, 7:58 a.m.