play_2048 {twenty48} | R Documentation |
Play 2048 in the console
Description
Interact with the game by typing commands into the console and pressing enter.
Usage
play_2048(size = 4, dynamic = rstudioapi::isAvailable())
resume_2048()
Arguments
size |
An integer giving the grid's dimensions.
Defaults to |
dynamic |
If |
Value
Generates an interactive game of 2048 in the console.
Examples
play_2048()
play_2048(size = 5)
[Package twenty48 version 0.2.1 Index]