#' seed_glider
#'
#' A glider seed for the `gameRlife::game_of_life`.
#'
#' @name seed_glider
#' @details A matrix of co-ordinates.
#' @docType data
#' @keywords data
NULL
#' seed_random
#'
#' A random seed for the `gameRlife::game_of_life`: minimum board size of 50.
#'
#' @name seed_random
#' @details A matrix of co-ordinates. Minimum board size of 50.
#' @docType data
#' @keywords data
NULL
#' seed_random2
#'
#' A random seed for the `gameRlife::game_of_life`: minimum board size of 50.
#'
#' @name seed_random2
#' @details A matrix of co-ordinates. Minimum board size of 50.
#' @docType data
#' @keywords data
NULL
#' seed_random3
#'
#' A random seed for the `gameRlife::game_of_life`: minimum board size of 50.
#'
#' @name seed_random3
#' @details A matrix of co-ordinates. Minimum board size of 50.
#' @docType data
#' @keywords data
NULL
#' seed_random4
#'
#' A random seed for the `gameRlife::game_of_life`: minimum board size of 50.
#'
#' @name seed_random4
#' @details A matrix of co-ordinates. Minimum board size of 50.
#' @docType data
#' @keywords data
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.