gen_game {ztype}R Documentation

gen_game

Description

generate a ZType game by puhsing a set of levels on the website.

Usage

gen_game(set_of_levels, open = FALSE)

Arguments

set_of_levels

the set of levels to use

open

booleen open browser

Examples

## Not run: 
require(ztype)
require(magrittr)
c("dplyr","ggplot2","lubridate") %>% gen_set_of_words() %>%
gen_set_of_levels(10) %>%
gen_game() %>% browseURL()

## End(Not run)


[Package ztype version 0.1.0 Index]