Package: lightsout Title: Implementation of the 'Lights Out' Puzzle Game Version: 0.3.2 Authors@R: c( person("Dean", "Attali", , "daattali@gmail.com", role = c("aut", "cre"), comment= c(ORCID="0000-0002-5645-3493")) ) Description: Lights Out is a puzzle game consisting of a grid of lights that are either on or off. Pressing any light will toggle it and its adjacent lights. The goal of the game is to switch all the lights off. This package provides an interface to play the game on different board sizes, both through the command line or with a visual application. Puzzles can also be solved using the automatic solver included. View a demo online at . URL: https://github.com/daattali/lightsout, https://daattali.com/shiny/lightsout/ BugReports: https://github.com/daattali/lightsout/issues Depends: R (>= 3.0.0) Imports: magrittr (>= 1.5), shiny (>= 0.10.0), shinyjs (>= 0.3.0), stats, utils Suggests: knitr (>= 1.7), testthat (>= 0.9.1), rmarkdown License: MIT + file LICENSE SystemRequirements: pandoc with https support VignetteBuilder: knitr RoxygenNote: 7.2.3 Encoding: UTF-8 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://daattali.r-universe.dev Date/Publication: 2023-08-20 01:59:41 UTC RemoteUrl: https://github.com/daattali/lightsout RemoteRef: HEAD RemoteSha: c48ae2485285ab6c152a23061ca96131159006e5 NeedsCompilation: no Packaged: 2026-06-15 07:30:30 UTC; root Author: Dean Attali [aut, cre] (ORCID: ) Maintainer: Dean Attali