R/launch.R

Defines functions launch

Documented in launch

#' Run the graphical interface to the game in a web browser
#' @export
launch <- function() {
  shiny::runApp(system.file("shiny", package = "lightsout"),
                display.mode = "normal",
                launch.browser = TRUE)
}
daattali/lightsout documentation built on Aug. 20, 2023, 3:30 a.m.