play_2048 | R Documentation |
Interact with the game by typing commands into the console and pressing enter.
play_2048(size = 4, dynamic = rstudioapi::isAvailable()) resume_2048()
size |
An integer giving the grid's dimensions.
Defaults to |
dynamic |
If |
Generates an interactive game of 2048 in the console.
play_2048() play_2048(size = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.