Package: player Title: Play Games in the Console Version: 0.1.0.9000 Authors@R: c( person("Alexander", "Rossell Hayes", , "alexander@rossellhayes.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-9412-0457")), person("Alan", "Beale", , "12dicts@pobox.com", role = "dtc", comment = "Word lists"), person("Kevin", "Atkinson", , "kevina@users.sourceforge.net", role = "dtc", comment = "Word lists"), person("Luis", "Von Ahn", role = "dtc", comment = "Word lists"), person("Flavia", "Rossell Hayes", role = "ill"), person("Kristin", "Bott", , "kristin.bott@posit.co", role = "ctb", comment = "look_busy() status messages"), person("Daniel", "Chen", , "daniel.chen@posit.co", role = "ctb", comment = c(ORCID = "0000-0003-3857-1741", "look_busy() status messages")), person("Steven", "Smallberg", , "steven.smallberg@posit.co", role = "ctb", comment = "look_busy() status messages") ) Description: Games that can be played in the R console. Includes coin flip, hangman, jumble, magic 8 ball, poker, rock paper scissors, shut the box, spelling bee, and 2048. License: MIT + file LICENSE URL: https://github.com/rossellhayes/player BugReports: https://github.com/rossellhayes/player/issues Depends: R (>= 3.5) Imports: and, cli, crayon, dplyr, glue, nnet, plu, purrr, R6, rlang, stats, stringr, tools, twenty48 (>= 0.2.1), utils, withr Suggests: job, rstudioapi, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://rossellhayes.r-universe.dev Date/Publication: 2025-09-25 14:09:57 UTC RemoteUrl: https://github.com/rossellhayes/player RemoteRef: HEAD RemoteSha: 1025413136fb6f819434b4b420ba8f5899ee5d7b NeedsCompilation: no Packaged: 2026-06-14 07:44:06 UTC; root Author: Alexander Rossell Hayes [aut, cre, cph] (ORCID: ), Alan Beale [dtc] (Word lists), Kevin Atkinson [dtc] (Word lists), Luis Von Ahn [dtc] (Word lists), Flavia Rossell Hayes [ill], Kristin Bott [ctb] (look_busy() status messages), Daniel Chen [ctb] (ORCID: , look_busy() status messages), Steven Smallberg [ctb] (look_busy() status messages) Maintainer: Alexander Rossell Hayes