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.7)BoardGames_1.0.0.zip(r-4.6)BoardGames_1.0.0.zip(r-4.5)
BoardGames_1.0.0.tgz(r-4.6-any)BoardGames_1.0.0.tgz(r-4.5-any)
BoardGames_1.0.0.tar.gz(r-4.7-any)BoardGames_1.0.0.tar.gz(r-4.6-any)
BoardGames_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:9ce46b31fb. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 100 | ||
| source / vignettes | OK | 135 | ||
| linux-release-x86_64 | OK | 95 | ||
| macos-release-arm64 | OK | 157 | ||
| macos-oldrel-arm64 | OK | 347 | ||
| windows-devel | OK | 85 | ||
| windows-release | OK | 94 | ||
| windows-oldrel | OK | 63 | ||
| wasm-release | OK | 79 |
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 |
