Rdocumentation
powered by
Learn R Programming
BoardGames (version 1.0.0)
Board Games and Tools for Building Board Games
Description
Tools for constructing board/grid based games, as well as readily available game(s) for your entertainment.
Copy Link
Link to current version
Version
Version
1.0.0
Install
install.packages('BoardGames')
Monthly Downloads
250
Version
1.0.0
License
GPL (>= 2)
Maintainer
Derek Qiu
Last Published
July 18th, 2016
Functions in BoardGames (1.0.0)
Search all functions
detect_seq
Detects if a certain sequence is present in a matrix.
xy2index
Converts a set of x,y coordinates into a matrix index.
is_palindrome
Palindrome checker.
get_rows
Get all row vectors of a matrix.
get_surround
Get surrounding elements of an element in a matrix.
index2xy
Converts a matrix index into a sex of x,y coordinates.
get_diags
Get all diagonals vectors of a matrix.
get_cols
Get all column vectors of a matrix.
UltimateTicTacToe
Play some Ultimate Tic-Tac-Toe?