Description
Play a Game of 2048 in the Console.
Description
Generates a game of 2048 that can be played in the console. Supports grids of arbitrary sizes, undoing the last move, and resuming a game that was exited during the current session.
README.md
twenty48
A clone of Gabriele Cirulli’s 2048 in R.
Installation
You can install the released version of twenty48 from CRAN with:
install.packages("twenty48")
or the development version from GitHub with:
# install.packages("pak")
pak::pkg_install("rossellhayes/twenty48")
Example
Hex sticker font is Source Sans by Adobe.
Recording made with ScreenToGif by Nicke Manarin.
Please note that twenty48 is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.