Package: BoardGames 1.0.0
BoardGames: Board Games and Tools for Building Board Games
Tools for constructing board/grid based games, as well as readily available game(s) for your entertainment.
Authors:
BoardGames_1.0.0.tar.gz
BoardGames_1.0.0.zip(r-4.5)BoardGames_1.0.0.zip(r-4.4)BoardGames_1.0.0.zip(r-4.3)
BoardGames_1.0.0.tgz(r-4.4-any)BoardGames_1.0.0.tgz(r-4.3-any)
BoardGames_1.0.0.tar.gz(r-4.5-noble)BoardGames_1.0.0.tar.gz(r-4.4-noble)
BoardGames_1.0.0.tgz(r-4.4-emscripten)BoardGames_1.0.0.tgz(r-4.3-emscripten)
BoardGames.pdf |BoardGames.html✨
BoardGames/json (API)
# Install 'BoardGames' in R: |
install.packages('BoardGames', repos = c('https://halipahaha.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 8 years agofrom:9ce46b31fb. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 17 2024 |
R-4.5-win | OK | Nov 17 2024 |
R-4.5-linux | OK | Nov 17 2024 |
R-4.4-win | OK | Nov 17 2024 |
R-4.4-mac | OK | Nov 17 2024 |
R-4.3-win | OK | Nov 17 2024 |
R-4.3-mac | OK | Nov 17 2024 |
Exports:detect_seqget_colsget_diagsget_rowsget_surroundindex2xyis_palindromeUltimateTicTacToexy2index
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Detects if a certain sequence is present in a matrix. | detect_seq |
Get all column vectors of a matrix. | get_cols |
Get all diagonals vectors of a matrix. | get_diags |
Get all row vectors of a matrix. | get_rows |
Get surrounding elements of an element in a matrix. | get_surround |
Converts a matrix index into a sex of x,y coordinates. | index2xy |
Palindrome checker. | is_palindrome |
Play some Ultimate Tic-Tac-Toe? | UltimateTicTacToe |
Converts a set of x,y coordinates into a matrix index. | xy2index |