#' Create the tiles of an arena
#' @export
create_arena <- function() {
c(
"XXXXX",
"X...X",
"X.XXX",
"X...X",
"XXXXX"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.