Package: twenty48 Title: Play a Game of 2048 in the Console Version: 0.2.1 Authors@R: person(given = "Alexander", family = "Rossell Hayes", role = c("aut", "cre", "cph"), email = "alexander@rossellhayes.com", comment = c(ORCID = "0000-0001-9412-0457")) 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. License: MIT + file LICENSE URL: https://github.com/rossellhayes/twenty48 BugReports: https://github.com/rossellhayes/twenty48/issues Depends: R (>= 2.10) Imports: crayon, R6, rstudioapi Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.1 Repository: https://rossellhayes.r-universe.dev Date/Publication: 2022-09-13 02:01:19 UTC RemoteUrl: https://github.com/rossellhayes/twenty48 RemoteRef: HEAD RemoteSha: 49a055f443841413476319cfe14bc596c1f7f460 NeedsCompilation: no Packaged: 2026-06-05 06:29:48 UTC; root Author: Alexander Rossell Hayes [aut, cre, cph] (ORCID: ) Maintainer: Alexander Rossell Hayes