gen_game: gen_game

Description Usage Arguments Examples

Description

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

Usage

1
gen_game(set_of_levels, open = FALSE)

Arguments

set_of_levels

the set of levels to use

open

booleen open browser

Examples

1
2
3
4
5
6
7
8
## 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)

ThinkR-open/ztype documentation built on May 6, 2019, 3:29 p.m.