chess_games(), domino_games(), checker_games(), piecepack_games(), and stackpack_games()
contain information about the games
whose setups are provided by this package.
Usage
alquerque_games()
chess_games()
checker_games()
domino_games()
go_games()
marble_games()
morris_games()
piecepack_games()
reversi_games()
stackpack_games()
tarot_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(piecepack_games())
#> # A tibble: 6 × 4
#> game methods comment url
#> <chr> <chr> <chr> <chr>
#> 1 12345ive! ``piecepack_12345ive… NA http…
#> 2 Alice Chess ``piecepack_alice_ch… NA http…
#> 3 Alien City ``piecepack_alien_ci… NA http…
#> 4 Alquerque AKA Qirkat ``piecepack_alquerqu… NA http…
#> 5 (American) Checkers AKA (English) Draughts ``piecepack_american… NA http…
#> 6 American Pool Checkers ``piecepack_american… NA http…
# Number of games for each game system
nrow(alquerque_games())
#> [1] 2
nrow(chess_games())
#> [1] 5
nrow(checker_games())
#> [1] 31
nrow(domino_games())
#> [1] 7
nrow(go_games())
#> [1] 2
nrow(marble_games())
#> [1] 0
nrow(morris_games())
#> [1] 7
nrow(piecepack_games())
#> [1] 101
nrow(stackpack_games())
#> [1] 10