Package: r.oguelike Title: Play a Roguelike 'Game' in the Console Version: 0.1.0 Authors@R: person("Matt", "Dray", , "mwdray@gmail.com", role = c("aut", "cre")) Description: Play with a simple ASCII-only tile-based toy in the console, inspired heavily by roguelike games like Rogue (1980). Proof of concept. License: MIT + file LICENSE URL: https://github.com/matt-dray/r.oguelike, https://matt-dray.github.io/r.oguelike/, https://www.rostrum.blog/tags/r.oguelike/ BugReports: https://github.com/matt-dray/r.oguelike/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Imports: crayon, keypress, sonify Suggests: covr, testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://trevorld.r-universe.dev Date/Publication: 2023-01-03 22:08:30 UTC RemoteUrl: https://github.com/matt-dray/r.oguelike RemoteRef: HEAD RemoteSha: 7d964f0975fc493090f6e0f11ef7f128b6e43a8b NeedsCompilation: no Packaged: 2026-06-04 09:21:07 UTC; root Author: Matt Dray [aut, cre] Maintainer: Matt Dray