Skip to contents

icehouse_games() contain information about the games whose setups are provided by this package.

Usage

icehouse_games()

Value

A tibble::tibble() data frame with character columns "game", "methods", "comment", and "url" for game name, setup function name(s), possible comment, and url for more information.

Examples

head(icehouse_games())
#> # A tibble: 1 × 4
#>   game          methods                      comment url                        
#>   <chr>         <chr>                        <chr>   <chr>                      
#> 1 Martian Chess ``icehouse_martian_chess()`` NA      https://www.looneylabs.com…
nrow(icehouse_games())
#> [1] 1