# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "lightsout" in publications use:' type: software license: MIT title: 'lightsout: Implementation of the ''Lights Out'' Puzzle Game' version: 0.3.2 doi: 10.32614/CRAN.package.lightsout abstract: 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 . authors: - family-names: Attali given-names: Dean email: daattali@gmail.com orcid: https://orcid.org/0000-0002-5645-3493 repository: https://daattali.r-universe.dev repository-code: https://github.com/daattali/lightsout commit: c48ae2485285ab6c152a23061ca96131159006e5 url: https://daattali.com/shiny/lightsout/ contact: - family-names: Attali given-names: Dean email: daattali@gmail.com orcid: https://orcid.org/0000-0002-5645-3493