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 <https://daattali.com/shiny/lightsout/>.
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
NeedsCompilation: no
Packaged: 2023-08-20 01:59:38 UTC; Dean-X1C
Author: Dean Attali [aut, cre] (<https://orcid.org/0000-0002-5645-3493>)
Maintainer: Dean Attali <daattali@gmail.com>
Repository: CRAN
Date/Publication: 2023-08-21 07:52:36 UTC
Built: R 4.6.0; ; 2025-08-18 11:13:00 UTC; unix
