powered by
Interact with the game by typing commands into the console and pressing enter.
play(game = NULL, ...)
Calls the selected game function.
The name of a game to play. If NULL, you can choose a game interactively in the console.
NULL
Additional arguments passed to the chosen game.
if (rlang::is_interactive()) play() play("magic_8_ball")
Run the code above in your browser using DataLab